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_xsd Drilldown into Tax in schema components_xsdXSD Diagram of TaxesGroup in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:group name="TaxesGroup">
    <xsd:annotation>
        <xsd:documentation>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 nsA:Tax 0 unbounded
TotalTax nsA:TotalTax 0 (1)