Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetCardCode
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Get calling card code: request
Diagram
Diagram Common_xsd_Element_ID.tmp#ID Common_xsd_Element_filter.tmp#filter Common_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model ID{0,1} | filter{0,1} | extendedNumber{0,1}
Children ID, extendedNumber, filter
Instance
<GetCardCode xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:ID>{0,1}</common:ID>
  <common:filter>{0,1}</common:filter>
  <common:extendedNumber>{0,1}</common:extendedNumber>
</GetCardCode>
Source
<xs:element name="GetCardCode">
  <xs:annotation>
    <xs:documentation>Get calling card code: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>Either of</xs:documentation>
      </xs:annotation>
      <xs:element ref="common:ID" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Calling card code ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:filter" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Filter card codes list by code</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:extendedNumber" minOccurs="0"/>
    </xs:choice>
  </xs:complexType>
</xs:element>