Definition Type: Group
Name: TaxesGroup
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Documentation:
Provides the tax that is associated with the given entity.
Collapse XSD Schema Diagram:
Drilldown into TotalTax in schema components_xsd1 Drilldown into Tax in schema components_xsd1XSD Diagram of TaxesGroup in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:group name="TaxesGroup">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">Provides the tax that is associated with the given entity.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="Tax" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="TotalTax" minOccurs="0" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Tax oa:Tax 0 unbounded
TotalTax oa:TotalTax 0 (1)