Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element DelDestinationException
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Remove destination exception charge: request.
Diagram
Diagram BillingMessages_xsd_Element_DelDestinationException.tmp#DelDestinationException_chargingPlanID Common_xsd_Element_ID.tmp#ID
Properties
content: complex
Model chargingPlanID , ID+
Children ID, chargingPlanID
Instance
<DelDestinationException xmlns="http://4psa.com/BillingMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <chargingPlanID>{1,1}</chargingPlanID>
  <common:ID>{1,unbounded}</common:ID>
</DelDestinationException>
Source
<xs:element name="DelDestinationException">
  <xs:annotation>
    <xs:documentation>Remove destination exception charge: request.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="chargingPlanID" type="common:positiveInteger">
        <xs:annotation>
          <xs:documentation>Charging plan ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:ID" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Destination exception charge</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element chargingPlanID
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Charging plan ID
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="chargingPlanID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Charging plan ID</xs:documentation>
  </xs:annotation>
</xs:element>