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_xsd Drilldown into CurrencyExchangeRate in schema components_xsd Drilldown into ReasonCode in schema fields_xsd Drilldown into Calculation in schema components_xsd Drilldown into Amount in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into BasisQuantity in schema fields_xsd Drilldown into BasisAmount in schema fields_xsd Drilldown into ID in schema fields_xsd Drilldown into sequence in schema components_xsd Drilldown into type in schema components_xsdXSD Diagram of AllowanceChargeABIEType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="AllowanceChargeABIEType" abstract="true">
    <xsd:annotation>
        <xsd:documentation>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 ref="ID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:choice>
            <xsd:element ref="BasisAmount" minOccurs="0" />
            <xsd:element ref="BasisQuantity" minOccurs="0" />
        </xsd:choice>
        <xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Amount" minOccurs="0" />
        <xsd:element ref="Calculation" minOccurs="0" />
        <xsd:element ref="ReasonCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CurrencyExchangeRate" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="TimePeriod" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" type="ChargeCodeContentType" use="optional">
        <xsd:annotation>
            <xsd:documentation>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 nsA:ID 0 unbounded
BasisAmount nsA:BasisAmount 0 (1)
BasisQuantity nsA:BasisQuantity 0 (1)
Description nsA:Description 0 unbounded
Amount nsA:Amount 0 (1)
Calculation nsA:Calculation 0 (1)
ReasonCode nsA:ReasonCode 0 unbounded
CurrencyExchangeRate nsA:CurrencyExchangeRate 0 unbounded
TimePeriod nsA:TimePeriod 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type Optional
sequence nsA:sequence (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:AllowanceType, nsA:ChargeType, nsA:DistributedChargeType, nsA:InvoiceAllowanceChargeType