Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetChargingPlansResponse
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Get charging plans: response
Diagram
Diagram BillingMessages_xsd_Element_GetChargingPlansResponse.tmp#GetChargingPlansResponse_chargingPlan Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model chargingPlan* , notice*
Children chargingPlan, notice
Instance
<GetChargingPlansResponse xmlns="http://4psa.com/BillingMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <chargingPlan>{0,unbounded}</chargingPlan>
  <common:notice>{0,unbounded}</common:notice>
</GetChargingPlansResponse>
Source
<xs:element name="GetChargingPlansResponse">
  <xs:annotation>
    <xs:documentation>Get charging plans: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="chargingPlan" type="billingData:ChargingPlanList" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A charging plans list on success</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element chargingPlan
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
A charging plans list on success
Diagram
Diagram BillingData_xsd_Complex_Type_ChargingPlanList.tmp#ChargingPlanList_ID BillingData_xsd_Complex_Type_ChargingPlanList.tmp#ChargingPlanList_identifier BillingData_xsd_Complex_Type_ChargingPlanList.tmp#ChargingPlanList_status BillingData_xsd_Complex_Type_ChargingPlanList.tmp#ChargingPlanList_name BillingData_xsd_Complex_Type_ChargingPlanList.tmp#ChargingPlanList_planType BillingData_xsd_Complex_Type_ChargingPlanList.tmp#ChargingPlanList_default BillingData_xsd_Complex_Type_ChargingPlanList.tmp#ChargingPlanList_userID BillingData_xsd_Complex_Type_ChargingPlanList.tmp#ChargingPlanList_userName Common_xsd_Element_scope.tmp#scope BillingData_xsd_Complex_Type_ChargingPlanList.tmp#ChargingPlanList
Type ChargingPlanList
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ID{0,1} , identifier{0,1} , status{0,1} , name{0,1} , planType{0,1} , default{0,1} , userID{0,1} , userName{0,1} , scope{0,1}
Children ID, default, identifier, name, planType, scope, status, userID, userName
Instance
<chargingPlan 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:ID>{0,1}</billingData:ID>
  <billingData:identifier>{0,1}</billingData:identifier>
  <billingData:status>{0,1}</billingData:status>
  <billingData:name>{0,1}</billingData:name>
  <billingData:planType>{0,1}</billingData:planType>
  <billingData:default>{0,1}</billingData:default>
  <billingData:userID>{0,1}</billingData:userID>
  <billingData:userName>{0,1}</billingData:userName>
  <common:scope>{0,1}</common:scope>
</chargingPlan>
Source
<xs:element name="chargingPlan" type="billingData:ChargingPlanList" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A charging plans list on success</xs:documentation>
  </xs:annotation>
</xs:element>