Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element UnassignPublicNoResponse
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Unassign available public phone numbers: response
Diagram
Diagram Common_xsd_Element_result.tmp#result Common_xsd_Element_notice.tmp#notice ChannelMessages_xsd_Element_UnassignPublicNoResponse.tmp#UnassignPublicNoResponse_ID Common_xsd_Element_identifier.tmp#identifier Common_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model result{0,1} , notice* , (ID{0,10} | identifier{0,10} | extendedNumber{0,10})
Children ID, extendedNumber, identifier, notice, result
Instance
<UnassignPublicNoResponse xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:result>{0,1}</common:result>
  <common:notice>{0,unbounded}</common:notice>
  <ID>{0,10}</ID>
  <common:identifier>{0,10}</common:identifier>
  <common:extendedNumber>{0,10}</common:extendedNumber>
</UnassignPublicNoResponse>
Source
<xs:element name="UnassignPublicNoResponse">
  <xs:annotation>
    <xs:documentation>Unassign available public phone numbers: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="common:result"/>
      <xs:element maxOccurs="unbounded" minOccurs="0" ref="common:notice"/>
      <xs:choice>
        <xs:element maxOccurs="10" minOccurs="0" name="ID" type="common:positiveInteger">
          <xs:annotation>
            <xs:documentation>Object ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="10" minOccurs="0" ref="common:identifier"/>
        <xs:element maxOccurs="10" minOccurs="0" ref="common:extendedNumber"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ID
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Object ID
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
minOccurs: 0
maxOccurs: 10
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element maxOccurs="10" minOccurs="0" name="ID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Object ID</xs:documentation>
  </xs:annotation>
</xs:element>