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 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AllowanceChargeABIEType" abstract="true">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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 source="http://www.openapplications.org/platform/1">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 oa:ID 0 unbounded
BasisAmount oa:BasisAmount 0 (1)
BasisQuantity oa:BasisQuantity 0 (1)
Description oa:Description 0 unbounded
Amount oa:Amount 0 (1)
Calculation oa:Calculation 0 (1)
ReasonCode oa:ReasonCode 0 unbounded
CurrencyExchangeRate oa:CurrencyExchangeRate 0 unbounded
TimePeriod oa:TimePeriod 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type oa:type Optional
sequence oa:sequence (Optional)
Collapse Derivation Tree:
Collapse References:
oa:AllowanceType, oa:ChargeType, oa:DistributedChargeType