Definition Type: ComplexType
Name: TaxRateType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains a tax rate and an optional code identifying the basis to which the percentage is applied.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into FixedAmount in schema fields_xsd Drilldown into BasisCode in schema fields_xsd Drilldown into Percentage in schema fields_xsdXSD Diagram of TaxRateType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TaxRateType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains a tax rate and an optional code identifying the basis to which the percentage is applied.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="Percentage" minOccurs="0" />
        <xsd:element ref="BasisCode" minOccurs="0" />
        <xsd:element ref="FixedAmount" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Percentage nsA:Percentage 0 (1)
BasisCode nsA:BasisCode 0 (1)
FixedAmount nsA:FixedAmount 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:TaxRate