Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element DelChargingPackage
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Remove free minutes package: request.
Diagram
Diagram BillingMessages_xsd_Element_DelChargingPackage.tmp#DelChargingPackage_chargingPlanID Common_xsd_Element_ID.tmp#ID
Properties
content: complex
Model chargingPlanID , ID+
Children ID, chargingPlanID
Instance
<DelChargingPackage 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>
</DelChargingPackage>
Source
<xs:element name="DelChargingPackage">
  <xs:annotation>
    <xs:documentation>Remove free minutes package: 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>Free minutes package ID</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>