<xsd:element name="TaxInfo" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="TaxType" type="xsd:string" />
<xsd:element name="TaxationLocation">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0" />
<xsd:element name="Region" type="xsd:string" minOccurs="0" />
<xsd:element name="Municipality" type="xsd:string" minOccurs="0" />
<xsd:element name="PostalCode" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Percentage" type="xsd:decimal" />
</xsd:sequence>
<xsd:attribute name="validFrom" type="LocalDateType" />
<xsd:attribute name="validTo" type="LocalDateType" />
</xsd:complexType>
</xsd:element>
|