Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetChargingPlanDetails
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Get charging plan details: request
Diagram
Diagram Common_xsd_Element_ID.tmp#ID Common_xsd_Element_identifier.tmp#identifier
Properties
content: complex
Model ID{0,1} | identifier{0,1}
Children ID, identifier
Instance
<GetChargingPlanDetails xmlns="http://4psa.com/BillingMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:ID>{0,1}</common:ID>
  <common:identifier>{0,1}</common:identifier>
</GetChargingPlanDetails>
Source
<xs:element name="GetChargingPlanDetails">
  <xs:annotation>
    <xs:documentation>Get charging plan details: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0">
      <xs:element ref="common:ID" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Charging plan ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:identifier" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Charging plan identifier</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>