<xsd:complexType name="TaxType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
<ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Tax. Details</ccts:DictionaryEntryName>
<ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">0.1</ccts:VersionID>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
<ccts:ObjectClassTermName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Tax</ccts:ObjectClassTermName>
<ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
<ccts:BusinessTermName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
<ccts:Example xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TaxJurisdictionCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:choice minOccurs="0">
<xsd:element name="BasisAmount" type="udt:AmountType" />
<xsd:element name="BasisQuantity" type="udt:QuantityType" />
</xsd:choice>
<xsd:element name="Calculation" type="ram:CalculationType" minOccurs="0" />
<xsd:element name="ExemptionID" type="udt:IdentifierType" minOccurs="0" />
<xsd:element name="ExemptionTypeCode" type="udt:CodeType" minOccurs="0" />
<xsd:element name="ExemptionDescription" type="udt:TextType" minOccurs="0" />
<xsd:element name="ExemptionAmount" type="udt:AmountType" minOccurs="0" />
<xsd:element name="Description" type="ram:DescriptionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TaxAuthorityAmount" type="udt:AmountType" minOccurs="0" />
<xsd:element name="Amount" type="udt:AmountType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|