Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element EditDestinationException
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Edit destination exception charge: request.
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 BillingMessages_xsd_Element_EditDestinationException.tmp#EditDestinationException_exceptionID BillingMessages_xsd_Element_EditDestinationException.tmp#EditDestinationException_chargingPlanID
Type extension of DestinationException
Type hierarchy
Properties
content: complex
Model areaCode{0,1} , description{0,1} , charge{0,1} , (chargingPackageID{0,1} | package{0,1}) , exceptionID , chargingPlanID
Children areaCode, charge, chargingPackageID, chargingPlanID, description, exceptionID, package
Instance
<EditDestinationException 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>
  <exceptionID>{1,1}</exceptionID>
  <chargingPlanID>{1,1}</chargingPlanID>
</EditDestinationException>
Source
<xs:element name="EditDestinationException">
  <xs:annotation>
    <xs:documentation>Edit destination exception charge: request.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="billingData:DestinationException">
        <xs:sequence>
          <xs:element name="exceptionID" type="common:positiveInteger">
            <xs:annotation>
              <xs:documentation>Destination exception charge ID</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="chargingPlanID" type="common:positiveInteger">
            <xs:annotation>
              <xs:documentation>Charging plan ID</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element exceptionID
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Destination exception charge ID
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="exceptionID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Destination exception charge ID</xs:documentation>
  </xs:annotation>
</xs:element>
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
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>