Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element AddDestinationException
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Add destination exception charge: request.
Diagram
Diagram BillingMessages_xsd_Element_AddDestinationException.tmp#AddDestinationException_exception BillingMessages_xsd_Element_AddDestinationException.tmp#AddDestinationException_chargingPlanID BillingMessages_xsd_Element_AddDestinationException.tmp#AddDestinationException_chargingPlanIdentifier
Properties
content: complex
Model exception+ , (chargingPlanID{0,1} | chargingPlanIdentifier{0,1})
Children chargingPlanID, chargingPlanIdentifier, exception
Instance
<AddDestinationException xmlns="http://4psa.com/BillingMessages.xsd/5.2.5">
  <exception>{1,unbounded}</exception>
  <chargingPlanID>{0,1}</chargingPlanID>
  <chargingPlanIdentifier>{0,1}</chargingPlanIdentifier>
</AddDestinationException>
Source
<xs:element name="AddDestinationException">
  <xs:annotation>
    <xs:documentation>Add destination exception charge: request.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="exception" type="billingData:DestinationException" maxOccurs="unbounded"/>
      <xs:choice>
        <xs:element name="chargingPlanID" type="common:positiveInteger" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Charging plan ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="chargingPlanIdentifier" type="common:string" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Charging  plan identifier</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element exception
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Diagram
Diagram BillingData_xsd_Complex_Type_DestinationException.tmp#DestinationException_areaCode BillingData_xsd_Complex_Type_DestinationException.tmp#DestinationException_description BillingData_xsd_Complex_Type_DestinationException.tmp#DestinationException_charge BillingData_xsd_Complex_Type_DestinationException.tmp#DestinationException_chargingPackageID BillingData_xsd_Complex_Type_DestinationException.tmp#DestinationException_package BillingData_xsd_Complex_Type_DestinationException.tmp#DestinationException
Type DestinationException
Properties
content: complex
maxOccurs: unbounded
Model areaCode{0,1} , description{0,1} , charge{0,1} , (chargingPackageID{0,1} | package{0,1})
Children areaCode, charge, chargingPackageID, description, package
Instance
<exception xmlns="http://4psa.com/BillingMessages.xsd/5.2.5" xmlns:billingData="http://4psa.com/BillingData.xsd/5.2.5">
  <billingData:areaCode>{0,1}</billingData:areaCode>
  <billingData:description>{0,1}</billingData:description>
  <billingData:charge>{0,1}</billingData:charge>
  <billingData:chargingPackageID>{0,1}</billingData:chargingPackageID>
  <billingData:package>{0,1}</billingData:package>
</exception>
Source
<xs:element name="exception" type="billingData:DestinationException" maxOccurs="unbounded"/>
Element chargingPlanID
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Charging plan ID
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="chargingPlanID" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Charging plan ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element chargingPlanIdentifier
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Charging  plan identifier
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="chargingPlanIdentifier" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Charging  plan identifier</xs:documentation>
  </xs:annotation>
</xs:element>