Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetPublicNoPoll
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Get user available and assigned public phone numbers:
request
Diagram
Diagram Common_xsd_Element_extendedNumber.tmp#extendedNumber Common_xsd_Element_userIdentifier.tmp#userIdentifier Common_xsd_Element_userID.tmp#userID
Properties
content: complex
Model extendedNumber | userIdentifier | userID
Children extendedNumber, userID, userIdentifier
Instance
<GetPublicNoPoll xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:extendedNumber>{1,1}</common:extendedNumber>
  <common:userIdentifier>{1,1}</common:userIdentifier>
  <common:userID>{1,1}</common:userID>
</GetPublicNoPoll>
Source
<xs:element name="GetPublicNoPoll">
  <xs:annotation>
    <xs:documentation>Get user available and assigned public phone numbers:
				request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="common:extendedNumber"/>
      <xs:element ref="common:userIdentifier"/>
      <xs:element ref="common:userID"/>
    </xs:choice>
  </xs:complexType>
</xs:element>