Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetAvailableCallerID
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Get list of available Caller-IDs: request
Diagram
Diagram Common_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model extendedNumber{0,1}
Children extendedNumber
Instance
<GetAvailableCallerID xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:extendedNumber>{0,1}</common:extendedNumber>
</GetAvailableCallerID>
Source
<xs:element name="GetAvailableCallerID">
  <xs:annotation>
    <xs:documentation>Get list of available Caller-IDs: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="common:extendedNumber" minOccurs="0"/>
    </xs:choice>
  </xs:complexType>
</xs:element>