Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element extensionType
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Extension type
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
default: term
Facets
enumeration term
enumeration phoneQueue
enumeration ivr
enumeration voicecenter
enumeration conference
enumeration callback
enumeration callcard
enumeration intercom
enumeration queuecenter
Used by
Elements AddExtension, AddExtensionResponse, GetExtensionDetailsResponse, GetExtensionSettingsResponse, GetExtensions
Complex Type ExtensionList
Source
<xs:element name="extensionType" default="term">
  <xs:annotation>
    <xs:documentation>Extension type</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="term"/>
      <xs:enumeration value="phoneQueue"/>
      <xs:enumeration value="ivr"/>
      <xs:enumeration value="voicecenter"/>
      <xs:enumeration value="conference"/>
      <xs:enumeration value="callback"/>
      <xs:enumeration value="callcard"/>
      <xs:enumeration value="intercom"/>
      <xs:enumeration value="queuecenter"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>