Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetDeviceDetailsResponse
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Get specific device detailed data: response operation
Diagram
Diagram PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_device Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model device{0,1} , notice*
Children device, notice
Instance
<GetDeviceDetailsResponse xmlns="http://4psa.com/PBXMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <device>{0,1}</device>
  <common:notice>{0,unbounded}</common:notice>
</GetDeviceDetailsResponse>
Source
<xs:element name="GetDeviceDetailsResponse">
  <xs:annotation>
    <xs:documentation>Get specific device detailed data: response operation</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="device" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="PBXData:deviceID" minOccurs="0"/>
            <xs:element name="status" minOccurs="0" type="common:integer">
              <xs:annotation>
                <xs:documentation>Status of the device</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element ref="PBXData:name" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Name of the device</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element ref="PBXData:serial" minOccurs="0"/>
            <xs:element name="manufacturer" type="common:string" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Manufacturer of the equipment associated with the device</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="model" type="common:string" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Model of the equipment associated with the device</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="firmware" type="common:string" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Brand of the equipment associated with the device</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="firmwareVersion" type="common:string" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Firmware version</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="mac" type="common:string" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Mac of the device</xs:documentation>
              </xs:annotation>
            </xs:element>
            <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:element ref="PBXData:assignedOrganizationID" minOccurs="0"/>
            <xs:element name="assignedExtensions" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Extensions assiged to the device</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:complexContent>
                  <xs:extension base="PBXData:DeviceExtension">
                    <xs:sequence>
                      <xs:element name="number" minOccurs="0" type="common:string">
                        <xs:annotation>
                          <xs:documentation>Number of the extension</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                    </xs:sequence>
                  </xs:extension>
                </xs:complexContent>
              </xs:complexType>
            </xs:element>
            <xs:element name="tplID" minOccurs="0" type="common:integer">
              <xs:annotation>
                <xs:documentation>Provision template ID</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="timezone" type="xs:string">
              <xs:annotation>
                <xs:documentation>Timezone as set on the phone</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element ref="extensionData:location" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The provisioning file location</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element device
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Diagram
Diagram PBXData_xsd_Element_deviceID.tmp#deviceID PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_status PBXData_xsd_Element_name.tmp#name PBXData_xsd_Element_serial.tmp#serial PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_manufacturer PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_model PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_firmware PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_firmwareVersion PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_mac PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_ownerID PBXData_xsd_Element_assignedOrganizationID.tmp#assignedOrganizationID PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_assignedExtensions PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_tplID PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_timezone ExtensionData_xsd_Element_location.tmp#location
Properties
content: complex
minOccurs: 0
Model deviceID{0,1} , status{0,1} , name{0,1} , serial{0,1} , manufacturer{0,1} , model{0,1} , firmware{0,1} , firmwareVersion{0,1} , mac{0,1} , ownerID{0,1} , assignedOrganizationID{0,1} , assignedExtensions* , tplID{0,1} , timezone , location{0,1}
Children assignedExtensions, assignedOrganizationID, deviceID, firmware, firmwareVersion, location, mac, manufacturer, model, name, ownerID, serial, status, timezone, tplID
Instance
<device xmlns="http://4psa.com/PBXMessages.xsd/5.2.5" xmlns:PBXData="http://4psa.com/PBXData.xsd/5.2.5" xmlns:extensionData="http://4psa.com/ExtensionData.xsd/5.2.5">
  <PBXData:deviceID>{0,1}</PBXData:deviceID>
  <status>{0,1}</status>
  <PBXData:name>{0,1}</PBXData:name>
  <PBXData:serial>{0,1}</PBXData:serial>
  <manufacturer>{0,1}</manufacturer>
  <model>{0,1}</model>
  <firmware>{0,1}</firmware>
  <firmwareVersion>{0,1}</firmwareVersion>
  <mac>{0,1}</mac>
  <ownerID>{0,1}</ownerID>
  <PBXData:assignedOrganizationID>{0,1}</PBXData:assignedOrganizationID>
  <assignedExtensions>{0,unbounded}</assignedExtensions>
  <tplID>{0,1}</tplID>
  <timezone>{1,1}</timezone>
  <extensionData:location>{0,1}</extensionData:location>
</device>
Source
<xs:element name="device" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="PBXData:deviceID" minOccurs="0"/>
      <xs:element name="status" minOccurs="0" type="common:integer">
        <xs:annotation>
          <xs:documentation>Status of the device</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="PBXData:name" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Name of the device</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="PBXData:serial" minOccurs="0"/>
      <xs:element name="manufacturer" type="common:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Manufacturer of the equipment associated with the device</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="model" type="common:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Model of the equipment associated with the device</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="firmware" type="common:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Brand of the equipment associated with the device</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="firmwareVersion" type="common:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Firmware version</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="mac" type="common:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Mac of the device</xs:documentation>
        </xs:annotation>
      </xs:element>
      <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:element ref="PBXData:assignedOrganizationID" minOccurs="0"/>
      <xs:element name="assignedExtensions" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Extensions assiged to the device</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="PBXData:DeviceExtension">
              <xs:sequence>
                <xs:element name="number" minOccurs="0" type="common:string">
                  <xs:annotation>
                    <xs:documentation>Number of the extension</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:extension>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="tplID" minOccurs="0" type="common:integer">
        <xs:annotation>
          <xs:documentation>Provision template ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="timezone" type="xs:string">
        <xs:annotation>
          <xs:documentation>Timezone as set on the phone</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="extensionData:location" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The provisioning file location</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element device / status
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Status of the device
Diagram
Diagram Common_xsd_Simple_Type_integer.tmp#integer
Type integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="status" minOccurs="0" type="common:integer">
  <xs:annotation>
    <xs:documentation>Status of the device</xs:documentation>
  </xs:annotation>
</xs:element>
Element device / manufacturer
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Manufacturer of the equipment associated with the device
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="manufacturer" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Manufacturer of the equipment associated with the device</xs:documentation>
  </xs:annotation>
</xs:element>
Element device / model
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Model of the equipment associated with the device
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="model" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Model of the equipment associated with the device</xs:documentation>
  </xs:annotation>
</xs:element>
Element device / firmware
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Brand of the equipment associated with the device
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="firmware" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Brand of the equipment associated with the device</xs:documentation>
  </xs:annotation>
</xs:element>
Element device / firmwareVersion
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Firmware version
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="firmwareVersion" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Firmware version</xs:documentation>
  </xs:annotation>
</xs:element>
Element device / mac
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Mac of the device
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="mac" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Mac of the device</xs:documentation>
  </xs:annotation>
</xs:element>
Element device / 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 device / assignedExtensions
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Extensions assiged to the device
Diagram
Diagram Common_xsd_Element_extendedNumber.tmp#extendedNumber PBXData_xsd_Complex_Type_DeviceExtension.tmp#DeviceExtension_line PBXData_xsd_Complex_Type_DeviceExtension.tmp#DeviceExtension PBXMessages_xsd_Element_GetDeviceDetailsResponse.tmp#GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_GetDeviceDetailsResponse_GetDeviceDetailsResponse_device_assignedExtensions_number
Type extension of DeviceExtension
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model extendedNumber , line , number{0,1}
Children extendedNumber, line, number
Instance
<assignedExtensions 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">
  <common:extendedNumber>{1,1}</common:extendedNumber>
  <PBXData:line>{1,1}</PBXData:line>
  <number>{0,1}</number>
</assignedExtensions>
Source
<xs:element name="assignedExtensions" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Extensions assiged to the device</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="PBXData:DeviceExtension">
        <xs:sequence>
          <xs:element name="number" minOccurs="0" type="common:string">
            <xs:annotation>
              <xs:documentation>Number of the extension</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element device / assignedExtensions / number
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Number of the extension
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="number" minOccurs="0" type="common:string">
  <xs:annotation>
    <xs:documentation>Number of the extension</xs:documentation>
  </xs:annotation>
</xs:element>
Element device / tplID
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Provision template ID
Diagram
Diagram Common_xsd_Simple_Type_integer.tmp#integer
Type integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="tplID" minOccurs="0" type="common:integer">
  <xs:annotation>
    <xs:documentation>Provision template ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element device / timezone
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Timezone as set on the phone
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="timezone" type="xs:string">
  <xs:annotation>
    <xs:documentation>Timezone as set on the phone</xs:documentation>
  </xs:annotation>
</xs:element>