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 exception
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Destination exception charge
Diagram
DiagramBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_DestinationExceptionList_exception_IDBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_DestinationExceptionList_exception_areaCodeBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_DestinationExceptionList_exception_minutesBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_DestinationExceptionList_exception_descriptionBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_DestinationExceptionList_exception_initialAmountBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_DestinationExceptionList_exception_initialIntervalBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_DestinationExceptionList_exception_amountBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_DestinationExceptionList_exception_intervalBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_DestinationExceptionList_exception_chargingPackageIDBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_DestinationExceptionList_exception_chargingPackage
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ID , areaCode , minutes{0,1} , description{0,1} , initialAmount{0,1} , initialInterval{0,1} , amount{0,1} , interval{0,1} , chargingPackageID{0,1} , chargingPackage{0,1}
Children ID, amount, areaCode, chargingPackage, chargingPackageID, description, initialAmount, initialInterval, interval, minutes
Instance
<exception xmlns="http://4psa.com/BillingData.xsd/5.2.5">
  <ID>{1,1}</ID>
  <areaCode>{1,1}</areaCode>
  <minutes>{0,1}</minutes>
  <description>{0,1}</description>
  <initialAmount>{0,1}</initialAmount>
  <initialInterval>{0,1}</initialInterval>
  <amount>{0,1}</amount>
  <interval>{0,1}</interval>
  <chargingPackageID>{0,1}</chargingPackageID>
  <chargingPackage>{0,1}</chargingPackage>
</exception>
Source
<xs:element name="exception" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Destination exception charge</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:annotation>
        <xs:documentation>Cost {initialAmount}  USD for the first {initialInterval} seconds then charge {amount} USD every  {interval}seconds</xs:documentation>
      </xs:annotation>
      <xs:element name="ID" type="common:positiveInteger">
        <xs:annotation>
          <xs:documentation>Destination exception charge ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="areaCode" type="common:string">
        <xs:annotation>
          <xs:documentation>Area code</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="minutes" type="common:integer" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Included free minutes</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="description" type="common:string" minOccurs="0"/>
      <xs:element name="initialAmount" type="xs:float" minOccurs="0"/>
      <xs:element name="initialInterval" type="common:integer" minOccurs="0"/>
      <xs:element name="amount" type="xs:float" minOccurs="0"/>
      <xs:element name="interval" type="common:integer" minOccurs="0"/>
      <xs:element name="chargingPackageID" type="common:positiveInteger" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Free minutes package ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="chargingPackage" type="common:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Free minutes package name</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element exception / ID
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Destination exception charge 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>Destination exception charge ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element exception / areaCode
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Area code
Diagram
DiagramCommon_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="areaCode" type="common:string">
  <xs:annotation>
    <xs:documentation>Area code</xs:documentation>
  </xs:annotation>
</xs:element>
Element exception / minutes
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Included free 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 free minutes</xs:documentation>
  </xs:annotation>
</xs:element>
Element exception / description
Namespace http://4psa.com/BillingData.xsd/5.2.5
Diagram
DiagramCommon_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="description" type="common:string" minOccurs="0"/>
Element exception / initialAmount
Namespace http://4psa.com/BillingData.xsd/5.2.5
Diagram
Diagram
Type xs:float
Properties
content: simple
minOccurs: 0
Source
<xs:element name="initialAmount" type="xs:float" minOccurs="0"/>
Element exception / initialInterval
Namespace http://4psa.com/BillingData.xsd/5.2.5
Diagram
DiagramCommon_xsd_Simple_Type_integer.tmp#integer
Type integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="initialInterval" type="common:integer" minOccurs="0"/>
Element exception / amount
Namespace http://4psa.com/BillingData.xsd/5.2.5
Diagram
Diagram
Type xs:float
Properties
content: simple
minOccurs: 0
Source
<xs:element name="amount" type="xs:float" minOccurs="0"/>
Element exception / interval
Namespace http://4psa.com/BillingData.xsd/5.2.5
Diagram
DiagramCommon_xsd_Simple_Type_integer.tmp#integer
Type integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="interval" type="common:integer" minOccurs="0"/>
Element exception / chargingPackageID
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
minOccurs: 0
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="chargingPackageID" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free minutes package ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element exception / chargingPackage
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Free minutes 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="chargingPackage" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free minutes package name</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type DestinationExceptionList
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Destination exception charges list
Diagram
DiagramBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_chargingPlanIDBillingData_xsd_Complex_Type_DestinationExceptionList.tmp#DestinationExceptionList_exceptionCommon_xsd_Element_notice.tmp#notice
Used by
Element GetDestinationExceptionsResponse
Model chargingPlanID , exception* , notice*
Children chargingPlanID, exception, notice
Source
<xs:complexType name="DestinationExceptionList">
  <xs:annotation>
    <xs:documentation>Destination exception charges 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="exception" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Destination exception charge</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:annotation>
            <xs:documentation>Cost {initialAmount}  USD for the first {initialInterval} seconds then charge {amount} USD every  {interval}seconds</xs:documentation>
          </xs:annotation>
          <xs:element name="ID" type="common:positiveInteger">
            <xs:annotation>
              <xs:documentation>Destination exception charge ID</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="areaCode" type="common:string">
            <xs:annotation>
              <xs:documentation>Area code</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="minutes" type="common:integer" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Included free minutes</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="description" type="common:string" minOccurs="0"/>
          <xs:element name="initialAmount" type="xs:float" minOccurs="0"/>
          <xs:element name="initialInterval" type="common:integer" minOccurs="0"/>
          <xs:element name="amount" type="xs:float" minOccurs="0"/>
          <xs:element name="interval" type="common:integer" minOccurs="0"/>
          <xs:element name="chargingPackageID" type="common:positiveInteger" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Free minutes package ID</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="chargingPackage" type="common:string" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Free minutes package name</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>