Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element extensionType
Namespace http://4psa.com/PBXData.xsd/5.2.5
Annotations
Filter by 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
Element GetTemplates
Complex Type Template
Source
<xs:element name="extensionType" default="term">
  <xs:annotation>
    <xs:documentation>Filter by 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>