Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetPublicNoPollResponse
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Get user available and assigned public phone numbers:
response
Diagram
Diagram ChannelMessages_xsd_Element_GetPublicNoPollResponse.tmp#GetPublicNoPollResponse_publicNo Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model publicNo , notice*
Children notice, publicNo
Instance
<GetPublicNoPollResponse xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <publicNo>{1,1}</publicNo>
  <common:notice>{0,unbounded}</common:notice>
</GetPublicNoPollResponse>
Source
<xs:element name="GetPublicNoPollResponse">
  <xs:annotation>
    <xs:documentation>Get user available and assigned public phone numbers:
				response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="publicNo" type="channelData:PublicNoSelection">
        <xs:annotation>
          <xs:documentation>Available and assigned public phone numbers</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element publicNo
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Available and assigned public phone numbers
Diagram
Diagram ChannelData_xsd_Complex_Type_PublicNoSelection.tmp#PublicNoSelection_available ChannelData_xsd_Complex_Type_PublicNoSelection.tmp#PublicNoSelection_assigned ChannelData_xsd_Complex_Type_PublicNoSelection.tmp#PublicNoSelection
Type PublicNoSelection
Properties
content: complex
Model available* , assigned*
Children assigned, available
Instance
<publicNo xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5">
  <channelData:available>{0,unbounded}</channelData:available>
  <channelData:assigned>{0,unbounded}</channelData:assigned>
</publicNo>
Source
<xs:element name="publicNo" type="channelData:PublicNoSelection">
  <xs:annotation>
    <xs:documentation>Available and assigned public phone numbers</xs:documentation>
  </xs:annotation>
</xs:element>