Definition Type: ComplexType
Name: Tax
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Documentation:
Identifies a type of tax 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 TaxJurisdiction in schema invoice_xsd Drilldown into TaxCode in schema invoice_xsd Drilldown into LineNumber in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into PercentQuantity in schema invoice_xsd Drilldown into TaxBaseAmount in schema invoice_xsd Drilldown into TaxAmount in schema invoice_xsdXSD Diagram of Tax in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="Tax">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Identifies a type of tax on order related BODs</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="TaxAmount" type="Amount" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies the amount of tax charged based on teh TaxBase Amount.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="TaxBaseAmount" type="Amount" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates the taxable base used to calculate the tax Amount.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="PercentQuantity" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifyies the tax percentage that is applied to the TaxBaseAmount to get the TaxAmount.</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">Describes the Tax.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="LineNumber" type="LineNumber" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates the LineNumber.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="TaxCode" type="TaxCode" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates that tax code of the tax being represented by the given instance of tax.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="TaxJurisdiction" type="TaxJurisdiction" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates the Tax Jurisdiction in which the given tax applies.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Charges" minOccurs="0" />
        <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
TaxAmount nsC:TaxAmount 0 (1)
TaxBaseAmount nsC:TaxBaseAmount 0 (1)
PercentQuantity nsC:PercentQuantity 0 (1)
Description nsC:Description 0 unbounded
LineNumber nsC:LineNumber 0 (1)
TaxCode nsC:TaxCode 0 (1)
TaxJurisdiction nsC:TaxJurisdiction 0 (1)
Charges nsC:Charges 0 (1)
Tax nsC:Tax 0 unbounded
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:Tax