Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element EditChargingPackage
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Edit free minutes package: request.
Diagram
Diagram BillingData_xsd_Complex_Type_ChargingPackage.tmp#ChargingPackage_name BillingData_xsd_Complex_Type_ChargingPackage.tmp#ChargingPackage_minutes BillingData_xsd_Complex_Type_ChargingPackage.tmp#ChargingPackage BillingMessages_xsd_Element_EditChargingPackage.tmp#EditChargingPackage_chargingPlanID BillingMessages_xsd_Element_EditChargingPackage.tmp#EditChargingPackage_chargingPackageID
Type extension of ChargingPackage
Type hierarchy
Properties
content: complex
Model name{0,1} , minutes{0,1} , chargingPlanID , chargingPackageID
Children chargingPackageID, chargingPlanID, minutes, name
Instance
<EditChargingPackage xmlns="http://4psa.com/BillingMessages.xsd/5.2.5" xmlns:billingData="http://4psa.com/BillingData.xsd/5.2.5">
  <billingData:name>{0,1}</billingData:name>
  <billingData:minutes>{0,1}</billingData:minutes>
  <chargingPlanID>{1,1}</chargingPlanID>
  <chargingPackageID>{1,1}</chargingPackageID>
</EditChargingPackage>
Source
<xs:element name="EditChargingPackage">
  <xs:annotation>
    <xs:documentation>Edit free minutes package: request.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="billingData:ChargingPackage">
        <xs:sequence>
          <xs:element name="chargingPlanID" type="common:positiveInteger">
            <xs:annotation>
              <xs:documentation>Chraging plan ID</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="chargingPackageID" type="common:positiveInteger">
            <xs:annotation>
              <xs:documentation>Free minutes package ID</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element chargingPlanID
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Chraging 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>Chraging plan ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element chargingPackageID
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Free minutes package ID
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="chargingPackageID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Free minutes package ID</xs:documentation>
  </xs:annotation>
</xs:element>