Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetDevices
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Get all devices that are provisioned.
Diagram
Diagram PBXMessages_xsd_Element_GetDevices.tmp#GetDevices_ownerID Common_xsd_Element_userID.tmp#userID Common_xsd_Element_userIdentifier.tmp#userIdentifier PBXData_xsd_Element_assignedOrganizationID.tmp#assignedOrganizationID PBXMessages_xsd_Element_GetDevices.tmp#GetDevices_assignedExtensions
Properties
content: complex
Model (ownerID{0,1} | userID{0,1} | userIdentifier{0,1}) , (assignedOrganizationID{0,1} | assignedExtensions*)
Children assignedExtensions, assignedOrganizationID, ownerID, userID, userIdentifier
Instance
<GetDevices xmlns="http://4psa.com/PBXMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5" xmlns:PBXData="http://4psa.com/PBXData.xsd/5.2.5">
  <ownerID>{0,1}</ownerID>
  <common:userID>{0,1}</common:userID>
  <common:userIdentifier>{0,1}</common:userIdentifier>
  <PBXData:assignedOrganizationID>{0,1}</PBXData:assignedOrganizationID>
  <assignedExtensions>{0,unbounded}</assignedExtensions>
</GetDevices>
Source
<xs:element name="GetDevices">
  <xs:annotation>
    <xs:documentation>Get all devices that are provisioned.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence minOccurs="0">
      <xs:choice minOccurs="0">
        <xs:element name="ownerID" type="common:positiveInteger" minOccurs="0">
          <xs:annotation>
            <xs:documentation>ID of the owner of the device</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:choice minOccurs="0">
          <xs:element ref="common:userID" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Devices seen by user with this ID</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element ref="common:userIdentifier" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Devices seen by user with this
									identifier</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
      </xs:choice>
      <xs:choice minOccurs="0">
        <xs:element ref="PBXData:assignedOrganizationID" minOccurs="0"/>
        <xs:element name="assignedExtensions" type="common:positiveInteger" minOccurs="0" maxOccurs="unbounded"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ownerID
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
ID of the owner of the device
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="ownerID" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>ID of the owner of the device</xs:documentation>
  </xs:annotation>
</xs:element>
Element assignedExtensions
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="assignedExtensions" type="common:positiveInteger" minOccurs="0" maxOccurs="unbounded"/>