Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element EditPublicNo
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Edit public phone number: request
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 ChannelMessages_xsd_Element_EditPublicNo.tmp#EditPublicNo_didID
Type extension of PublicNoInfo
Type hierarchy
Properties
content: complex
Model phoneNo , did , location{0,1} , cost{0,1} , incomingCost{0,1} , type{0,1} , didID
Children cost, did, didID, incomingCost, location, phoneNo, type
Instance
<EditPublicNo 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>
  <didID>{1,1}</didID>
</EditPublicNo>
Source
<xs:element name="EditPublicNo">
  <xs:annotation>
    <xs:documentation>Edit public phone number: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="channelData:PublicNoInfo">
        <xs:sequence>
          <xs:element name="didID" type="common:positiveInteger">
            <xs:annotation>
              <xs:documentation>Public phone number ID</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </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
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="didID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Public phone number ID</xs:documentation>
  </xs:annotation>
</xs:element>