Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetChargingPlans
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Get charging plans: request
Diagram
Diagram BillingMessages_xsd_Element_GetChargingPlans.tmp#GetChargingPlans_default Common_xsd_Element_filter.tmp#filter Common_xsd_Element_scope.tmp#scope Common_xsd_Element_userID.tmp#userID Common_xsd_Element_userIdentifier.tmp#userIdentifier
Properties
content: complex
Model default{0,1} , filter{0,1} , scope{0,1} , (userID{0,1} | userIdentifier{0,1})
Children default, filter, scope, userID, userIdentifier
Instance
<GetChargingPlans xmlns="http://4psa.com/BillingMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <default>{0,1}</default>
  <common:filter>{0,1}</common:filter>
  <common:scope>{0,1}</common:scope>
  <common:userID>{0,1}</common:userID>
  <common:userIdentifier>{0,1}</common:userIdentifier>
</GetChargingPlans>
Source
<xs:element name="GetChargingPlans">
  <xs:annotation>
    <xs:documentation>Get charging plans: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>Either of</xs:documentation>
    </xs:annotation>
    <xs:sequence minOccurs="0">
      <xs:element name="default" type="common:boolean" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Set to filter default charging plan</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:filter" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Filter charging plan list by charging plan name. Ignored when default filter in on.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:scope" minOccurs="0"/>
      <xs:choice minOccurs="0">
        <xs:element ref="common:userID" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Charging plan owner ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="common:userIdentifier" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Charging plan owner identifier</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element default
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Set to filter default charging plan
Diagram
Diagram Common_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="default" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Set to filter default charging plan</xs:documentation>
  </xs:annotation>
</xs:element>