Definition Type: ComplexType
Name: Allowance
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Documentation:
Identifies a type of allowance on order related BODs
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into Tax in schema invoice_xsd Drilldown into Charges in schema invoice_xsd Drilldown into PercentQuantity in schema invoice_xsd Drilldown into LineNumber in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into Total in schema invoice_xsdXSD Diagram of Allowance in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="Allowance">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Identifies a type of allowance on order related BODs</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Total" type="Amount">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the extended total amount for the Allowance</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Description of the Allowance.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="LineNumber" type="LineNumber" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the Allowance instance within the given document.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="PercentQuantity" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the Allowance Percentage of the Amount.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Charges" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="Tax" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Total nsC:Total (1) (1)
Description nsC:Description 0 unbounded
LineNumber nsC:LineNumber 0 (1)
PercentQuantity nsC:PercentQuantity 0 (1)
Charges nsC:Charges 0 unbounded
Tax nsC:Tax 0 unbounded
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:Allowance