Definition Type: ComplexType
Name: AllowanceChargeABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract True
Documentation:
AllowanceChargeABIEType is based on the UN/CEFACT TBG17 AllowanceChargeType that can be found the Reusable Aggregate Business Information Entity (RUABIE) XML Schema files.
Collapse XSD Schema Diagram:
Drilldown into TimePeriod in schema components_xsd1 Drilldown into CurrencyExchangeRate in schema components_xsd1 Drilldown into ReasonCode in schema fields_xsd1 Drilldown into Calculation in schema components_xsd1 Drilldown into Amount in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into BasisQuantity in schema fields_xsd1 Drilldown into BasisAmount in schema fields_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into sequence in schema components_xsd1 Drilldown into type in schema components_xsd1XSD Diagram of AllowanceChargeABIEType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType abstract="true" name="AllowanceChargeABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            AllowanceChargeABIEType is based on the UN/CEFACT TBG17 AllowanceChargeType that can be
            found the Reusable Aggregate Business Information Entity (RUABIE) XML Schema files.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ID" />
        <xsd:choice>
            <xsd:element minOccurs="0" ref="BasisAmount" />
            <xsd:element minOccurs="0" ref="BasisQuantity" />
        </xsd:choice>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Description" />
        <xsd:element minOccurs="0" ref="Amount" />
        <xsd:element minOccurs="0" ref="Calculation" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ReasonCode" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="CurrencyExchangeRate" />
        <xsd:element minOccurs="0" ref="TimePeriod" />
    </xsd:sequence>
    <xsd:attribute name="type" type="ChargeCodeContentType" use="optional">
        <xsd:annotation>
            <xsd:documentation source="http://www.openapplications.org/oagis/9">
               Identifies the type of charge that the given instance of Charge/Allowance.
            </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="sequence" type="PositiveIntegerNumericType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oagis:ID 0 unbounded
BasisAmount oagis:BasisAmount 0 (1)
BasisQuantity oagis:BasisQuantity 0 (1)
Description oagis:Description 0 unbounded
Amount oagis:Amount 0 (1)
Calculation oagis:Calculation 0 (1)
ReasonCode oagis:ReasonCode 0 unbounded
CurrencyExchangeRate oagis:CurrencyExchangeRate 0 unbounded
TimePeriod oagis:TimePeriod 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type oagis:type Optional
sequence oagis:sequence (Optional)
Collapse Derivation Tree:
Collapse References:
oagis:AllowanceType, oagis:ChargeType, oagis:DistributedChargeType