Showing:

Annotations
Diagrams
Instances
Properties
Source
Element AddPublicNo
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Add public phone numbers: request
Diagram
Diagram ChannelMessages_xsd_Element_AddPublicNo.tmp#AddPublicNo_publicNo
Properties
content: complex
Model publicNo{1,10}
Children publicNo
Instance
<AddPublicNo xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5">
  <publicNo>{1,10}</publicNo>
</AddPublicNo>
Source
<xs:element name="AddPublicNo">
  <xs:annotation>
    <xs:documentation>Add public phone numbers: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="publicNo" maxOccurs="10">
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="channelData:PublicNoInfo">
              <xs:sequence>
                <xs:element ref="channelData:channelID"/>
              </xs:sequence>
            </xs:extension>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element publicNo
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Diagram
Diagram ChannelData_xsd_Complex_Type_PublicNoInfo.tmp#PublicNoInfo_phoneNo ChannelData_xsd_Complex_Type_PublicNoInfo.tmp#PublicNoInfo_did ChannelData_xsd_Complex_Type_PublicNoInfo.tmp#PublicNoInfo_location ChannelData_xsd_Complex_Type_PublicNoInfo.tmp#PublicNoInfo_cost ChannelData_xsd_Complex_Type_PublicNoInfo.tmp#PublicNoInfo_incomingCost ChannelData_xsd_Complex_Type_PublicNoInfo.tmp#PublicNoInfo_type ChannelData_xsd_Complex_Type_PublicNoInfo.tmp#PublicNoInfo ChannelData_xsd_Element_channelID.tmp#channelID
Type extension of PublicNoInfo
Type hierarchy
Properties
content: complex
maxOccurs: 10
Model phoneNo , did , location{0,1} , cost{0,1} , incomingCost{0,1} , type{0,1} , channelID
Children channelID, cost, did, incomingCost, location, phoneNo, type
Instance
<publicNo xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5">
  <channelData:phoneNo>{1,1}</channelData:phoneNo>
  <channelData:did>{1,1}</channelData:did>
  <channelData:location>{0,1}</channelData:location>
  <channelData:cost>{0,1}</channelData:cost>
  <channelData:incomingCost>{0,1}</channelData:incomingCost>
  <channelData:type>{0,1}</channelData:type>
  <channelData:channelID>{1,1}</channelData:channelID>
</publicNo>
Source
<xs:element name="publicNo" maxOccurs="10">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="channelData:PublicNoInfo">
        <xs:sequence>
          <xs:element ref="channelData:channelID"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>