Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetChargingPackagesResponse
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Get free minutes packages: response.
Diagram
Diagram BillingData_xsd_Complex_Type_ChargingPackageList.tmp#ChargingPackageList_chargingPlanID BillingData_xsd_Complex_Type_ChargingPackageList.tmp#ChargingPackageList_package BillingData_xsd_Complex_Type_ChargingPackageList.tmp#ChargingPackageList Common_xsd_Element_notice.tmp#notice
Type extension of ChargingPackageList
Type hierarchy
Properties
content: complex
Model chargingPlanID , package* , notice*
Children chargingPlanID, notice, package
Instance
<GetChargingPackagesResponse xmlns="http://4psa.com/BillingMessages.xsd/5.2.5" xmlns:billingData="http://4psa.com/BillingData.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <billingData:chargingPlanID>{1,1}</billingData:chargingPlanID>
  <billingData:package>{0,unbounded}</billingData:package>
  <common:notice>{0,unbounded}</common:notice>
</GetChargingPackagesResponse>
Source
<xs:element name="GetChargingPackagesResponse">
  <xs:annotation>
    <xs:documentation>Get free minutes packages: response.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="billingData:ChargingPackageList">
        <xs:sequence>
          <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>