Definition Type: ComplexType
Name: ChargeType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatecorecomponentSchemaModule/0.1
Containing Schema: ReusableAggregateCoreComponent.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Tax in schema reusableaggregatecorecomponent_xsd Drilldown into Calculation in schema reusableaggregatecorecomponent_xsd Drilldown into AllowanceCharge in schema reusableaggregatecorecomponent_xsd Drilldown into ToLocation in schema reusableaggregatecorecomponent_xsd Drilldown into FromLocation in schema reusableaggregatecorecomponent_xsd Drilldown into PaymentPlaceLocation in schema reusableaggregatecorecomponent_xsd Drilldown into DateTime in schema reusableaggregatecorecomponent_xsd Drilldown into Amount in schema reusableaggregatecorecomponent_xsd Drilldown into CategoryCode in schema reusableaggregatecorecomponent_xsd Drilldown into TariffClassCode in schema reusableaggregatecorecomponent_xsd Drilldown into PaymentArrangementCode in schema reusableaggregatecorecomponent_xsd Drilldown into Description in schema reusableaggregatecorecomponent_xsd Drilldown into ID in schema reusableaggregatecorecomponent_xsdXSD Diagram of ChargeType in schema reusableaggregatecorecomponent_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ChargeType">
    <xsd:sequence>
        <xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Description" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="PaymentArrangementCode" type="udt:CodeType" minOccurs="0" />
        <xsd:element name="TariffClassCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="CategoryCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="PaymentPlaceLocation" type="rcm:LocationType" minOccurs="0" />
        <xsd:element name="FromLocation" type="rcm:LocationType" minOccurs="0" />
        <xsd:element name="ToLocation" type="rcm:LocationType" minOccurs="0" />
        <xsd:element name="AllowanceCharge" type="rcm:AllowanceChargeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Calculation" type="rcm:CalculationType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Tax" type="rcm:TaxType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID rcm:ID 0 unbounded
Description rcm:Description 0 unbounded
PaymentArrangementCode rcm:PaymentArrangementCode 0 (1)
TariffClassCode rcm:TariffClassCode 0 unbounded
CategoryCode rcm:CategoryCode 0 unbounded
Amount rcm:Amount 0 unbounded
DateTime rcm:DateTime 0 unbounded
PaymentPlaceLocation rcm:PaymentPlaceLocation 0 (1)
FromLocation rcm:FromLocation 0 (1)
ToLocation rcm:ToLocation 0 (1)
AllowanceCharge rcm:AllowanceCharge 0 unbounded
Calculation rcm:Calculation 0 unbounded
Tax rcm:Tax 0 unbounded
Collapse Derivation Tree:
Collapse References:
rcm:Charge, rcm:Charge