Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element connectionSndActive
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Play sound before connecting to conference
center.
Diagram
DiagramCommon_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="connectionSndActive" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Play sound before connecting to conference
						center.</xs:documentation>
  </xs:annotation>
</xs:element>
Element connectionSnd
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Sound played before connectiong to cenference
center
Diagram
DiagramCommon_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="connectionSnd" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Sound played before connectiong to cenference
						center</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type VoicemailInfo
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Voicemail extension data
Diagram
DiagramExtensionData_xsd_Complex_Type_VoicemailInfo.tmp#VoicemailInfo_connectionSndActiveExtensionData_xsd_Complex_Type_VoicemailInfo.tmp#VoicemailInfo_connectionSnd
Used by
Element GetExtensionSettingsResponse/voicemailCenter
Model connectionSndActive{0,1} , connectionSnd{0,1}
Children connectionSnd, connectionSndActive
Source
<xs:complexType name="VoicemailInfo">
  <xs:annotation>
    <xs:documentation>Voicemail extension data</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="connectionSndActive" type="common:boolean" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Play sound before connecting to conference
						center.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="connectionSnd" type="common:positiveInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Sound played before connectiong to cenference
						center</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>