Provides the tax that is associated with the given entity.
XSD Schema Diagram:
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>