Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetQueueAgents
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Get queue agents list: request
Diagram
Diagram Common_xsd_Element_extendedNumber.tmp#extendedNumber ExtensionMessages_xsd_Element_GetQueueAgents.tmp#GetQueueAgents_filter
Properties
content: complex
Model extendedNumber , filter{0,1}
Children extendedNumber, filter
Instance
<GetQueueAgents xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:extendedNumber>{1,1}</common:extendedNumber>
  <filter>{0,1}</filter>
</GetQueueAgents>
Source
<xs:element name="GetQueueAgents">
  <xs:annotation>
    <xs:documentation>Get queue agents list: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="common:extendedNumber" minOccurs="1" maxOccurs="1"/>
      <xs:element name="filter" default="all" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Filter agents by type: local, remote or all. Filter is
							default set to all in order to get all agents assigned to queue
							extension.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="common:string">
            <xs:enumeration value="all"/>
            <xs:enumeration value="local"/>
            <xs:enumeration value="remote"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element filter
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Filter agents by type: local, remote or all. Filter is
default set to all in order to get all agents assigned to queue
extension.
Diagram
Diagram
Type restriction of string
Type hierarchy
  • xs:string
    • string
Properties
content: simple
minOccurs: 0
default: all
Facets
whiteSpace collapse
maxLength 255
enumeration all
enumeration local
enumeration remote
Source
<xs:element name="filter" default="all" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Filter agents by type: local, remote or all. Filter is
							default set to all in order to get all agents assigned to queue
							extension.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="common:string">
      <xs:enumeration value="all"/>
      <xs:enumeration value="local"/>
      <xs:enumeration value="remote"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>