Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetChargingPackages
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Get free minutes packages: request.
Diagram
Diagram BillingMessages_xsd_Element_GetChargingPackages.tmp#GetChargingPackages_chargingPlanID Common_xsd_Element_filter.tmp#filter
Properties
content: complex
Model chargingPlanID , filter{0,1}
Children chargingPlanID, filter
Instance
<GetChargingPackages xmlns="http://4psa.com/BillingMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <chargingPlanID>{1,1}</chargingPlanID>
  <common:filter>{0,1}</common:filter>
</GetChargingPackages>
Source
<xs:element name="GetChargingPackages">
  <xs:annotation>
    <xs:documentation>Get free minutes packages: 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:filter" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Filter destination exception charges list after areaCode, description</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>