Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element UnassignPublicNo
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Unassign available public phone numbers: request
Diagram
Diagram ChannelMessages_xsd_Element_UnassignPublicNo.tmp#UnassignPublicNo_didID Common_xsd_Element_userID.tmp#userID Common_xsd_Element_userIdentifier.tmp#userIdentifier Common_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model didID+ , (userID | userIdentifier | extendedNumber)
Children didID, extendedNumber, userID, userIdentifier
Instance
<UnassignPublicNo xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <didID>{1,unbounded}</didID>
  <common:userID>{1,1}</common:userID>
  <common:userIdentifier>{1,1}</common:userIdentifier>
  <common:extendedNumber>{1,1}</common:extendedNumber>
</UnassignPublicNo>
Source
<xs:element name="UnassignPublicNo">
  <xs:annotation>
    <xs:documentation>Unassign available public phone numbers: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="didID" type="common:positiveInteger" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Public phone number ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:choice>
        <xs:element ref="common:userID"/>
        <xs:element ref="common:userIdentifier"/>
        <xs:element ref="common:extendedNumber"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element didID
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Public phone number ID
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
maxOccurs: unbounded
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="didID" type="common:positiveInteger" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Public phone number ID</xs:documentation>
  </xs:annotation>
</xs:element>