Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetPublicNoResponse
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Get public phone numbers: response
Diagram
Diagram ChannelMessages_xsd_Element_GetPublicNoResponse.tmp#GetPublicNoResponse_publicNo Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model publicNo* , notice*
Children notice, publicNo
Instance
<GetPublicNoResponse xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <publicNo>{0,unbounded}</publicNo>
  <common:notice>{0,unbounded}</common:notice>
</GetPublicNoResponse>
Source
<xs:element name="GetPublicNoResponse">
  <xs:annotation>
    <xs:documentation>Get public phone numbers: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="publicNo" type="channelData:PublicNoList" minOccurs="0" maxOccurs="unbounded"/>
      <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
Diagram
Diagram ChannelData_xsd_Complex_Type_PublicNoList.tmp#PublicNoList_channelID ChannelData_xsd_Complex_Type_PublicNoList.tmp#PublicNoList_channel ChannelData_xsd_Complex_Type_PublicNoList.tmp#PublicNoList_didID ChannelData_xsd_Complex_Type_PublicNoList.tmp#PublicNoList_did ChannelData_xsd_Complex_Type_PublicNoList.tmp#PublicNoList_location ChannelData_xsd_Complex_Type_PublicNoList.tmp#PublicNoList_type ChannelData_xsd_Complex_Type_PublicNoList.tmp#PublicNoList_cost ChannelData_xsd_Element_flow.tmp#flow ChannelData_xsd_Complex_Type_PublicNoList.tmp#PublicNoList_phoneNo ChannelData_xsd_Complex_Type_PublicNoList.tmp#PublicNoList_callbackExt ChannelData_xsd_Complex_Type_PublicNoList.tmp#PublicNoList_callbackExtID Common_xsd_Element_crDate.tmp#crDate ChannelData_xsd_Complex_Type_PublicNoList.tmp#PublicNoList
Type PublicNoList
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model channelID{0,1} , channel{0,1} , didID{0,1} , did{0,1} , location{0,1} , type{0,1} , cost{0,1} , flow{0,1} , phoneNo{0,1} , callbackExt{0,1} , callbackExtID{0,1} , crDate{0,1}
Children callbackExt, callbackExtID, channel, channelID, cost, crDate, did, didID, flow, location, phoneNo, type
Instance
<publicNo xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <channelData:channelID>{0,1}</channelData:channelID>
  <channelData:channel>{0,1}</channelData:channel>
  <channelData:didID>{0,1}</channelData:didID>
  <channelData:did>{0,1}</channelData:did>
  <channelData:location>{0,1}</channelData:location>
  <channelData:type>{0,1}</channelData:type>
  <channelData:cost>{0,1}</channelData:cost>
  <channelData:flow>{0,1}</channelData:flow>
  <channelData:phoneNo>{0,1}</channelData:phoneNo>
  <channelData:callbackExt>{0,1}</channelData:callbackExt>
  <channelData:callbackExtID>{0,1}</channelData:callbackExtID>
  <common:crDate>{0,1}</common:crDate>
</publicNo>
Source
<xs:element name="publicNo" type="channelData:PublicNoList" minOccurs="0" maxOccurs="unbounded"/>