List171

Simple Type Information

Used By

Element x470

Source

<xs:simpleType name="List171">
  <xs:annotation>
    <xs:documentation source="ONIX Code List 171">Tax type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="01">
      <xs:annotation>
        <xs:documentation>VAT</xs:documentation>
        <xs:documentation>Value-added tax (TVA, IVA, MwSt etc)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="02">
      <xs:annotation>
        <xs:documentation>GST</xs:documentation>
        <xs:documentation>General sales tax</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="03">
      <xs:annotation>
        <xs:documentation>ECO</xs:documentation>
        <xs:documentation>‘Green’ or eco-tax, levied to encourage responsible production or disposal, used only where this is identified separately from value-added or sales taxes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>