Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element chargingPlanID
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Charging plan ID
Diagram
DiagramCommon_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>Charging plan ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element package
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Free minutes package list
Diagram
DiagramBillingData_xsd_Complex_Type_ChargingPackageList.tmp#ChargingPackageList_ChargingPackageList_package_IDBillingData_xsd_Complex_Type_ChargingPackageList.tmp#ChargingPackageList_ChargingPackageList_package_nameBillingData_xsd_Complex_Type_ChargingPackageList.tmp#ChargingPackageList_ChargingPackageList_package_minutes
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ID , name{0,1} , minutes{0,1}
Children ID, minutes, name
Instance
<package xmlns="http://4psa.com/BillingData.xsd/5.2.5">
  <ID>{1,1}</ID>
  <name>{0,1}</name>
  <minutes>{0,1}</minutes>
</package>
Source
<xs:element name="package" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Free minutes package list</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ID" type="common:positiveInteger">
        <xs:annotation>
          <xs:documentation>Free minutes package ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="name" type="common:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Package name</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="minutes" type="common:integer" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Included minutes</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element package / ID
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Free minutes package ID
Diagram
DiagramCommon_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="ID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Free minutes package ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element package / name
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Package name
Diagram
DiagramCommon_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="name" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Package name</xs:documentation>
  </xs:annotation>
</xs:element>
Element package / minutes
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Included minutes
Diagram
DiagramCommon_xsd_Simple_Type_integer.tmp#integer
Type integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="minutes" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Included minutes</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ChargingPackageList
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Free minutes packages list
Diagram
DiagramBillingData_xsd_Complex_Type_ChargingPackageList.tmp#ChargingPackageList_chargingPlanIDBillingData_xsd_Complex_Type_ChargingPackageList.tmp#ChargingPackageList_package
Used by
Element GetChargingPackagesResponse
Model chargingPlanID , package*
Children chargingPlanID, package
Source
<xs:complexType name="ChargingPackageList">
  <xs:annotation>
    <xs:documentation>Free minutes packages list</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="chargingPlanID" type="common:positiveInteger">
      <xs:annotation>
        <xs:documentation>Charging plan ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="package" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Free minutes package list</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="ID" type="common:positiveInteger">
            <xs:annotation>
              <xs:documentation>Free minutes package ID</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="name" type="common:string" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Package name</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="minutes" type="common:integer" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Included minutes</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>