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