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 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:group name="TaxesGroup">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            Provides the tax that is associated with the given entity.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Tax" />
        <xsd:element minOccurs="0" ref="TotalTax" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Tax oagis:Tax 0 unbounded
TotalTax oagis:TotalTax 0 (1)