<?xml version="1.0" encoding="utf-8"?>
<CodeList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://genericode.org/2006/ns/CodeList/0.4/">
  <Identification xmlns="">
    <ShortName>TaxCategoryIdentifer</ShortName>
    <LongName Identifier="schemeID">UN/ECE 5305</LongName>
    <Version>D06B</Version>
    <CanonicalUri>urn:</CanonicalUri>
    <CanonicalVersionUri>urn:</CanonicalVersionUri>
    <LocationUri>http://</LocationUri>
    <Agency>
      <LongName xml:lang="en">United Nations Economic Commission for Europe</LongName>
      <Identifier>6</Identifier>
    </Agency>
  </Identification>
  <ColumnSet xmlns="">
    <Column Id="code" Use="required">
      <ShortName>Code</ShortName>
      <Data Type="normalizedString" xml:lang="en" />
    </Column>
    <Column Id="name" Use="optional">
      <ShortName>Name</ShortName>
      <Data Type="string" xml:lang="en" />
    </Column>
    <Column Id="description" Use="optional">
      <ShortName>Description</ShortName>
      <Data Type="string" xml:lang="en" />
    </Column>
    <Key Id="codeKey">
      <ShortName>CodeKey</ShortName>
      <ColumnRef Ref="code" />
    </Key>
  </ColumnSet>
  <SimpleCodeList xmlns="">
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>A</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Mixed tax rate</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>Self explanatory.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>AA</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Lower rate</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>Tax rate is lower than standard rate.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>AB</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Exempt for resale</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>A tax category code indicating the item is tax exempt when the item is bought for future resale.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>AC</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Value Added Tax (VAT) not now due for payment.</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>A code to indicate that the Value Added Tax (VAT) amount which is due on the current invoice is to be paid on receipt of a separate VAT payment request.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>AD</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Value Added Tax (VAT) due from a previous invoice.</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>A code to indicate that the Value Added Tax (VAT) amount of a previous invoice is to be paid.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>B</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Transferred (VAT).</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>VAT not to be paid to the issuer of the invoice but directly to relevant tax authority.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>C</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Duty paid by supplier.</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>Duty associated with shipment of goods is paid by the supplier; customer receives goods with duty paid.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>E</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Exempt from tax.</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>Self explanatory.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>G</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Free export item, tax not charged.</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>Self explanatory.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>H</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Higher rate.</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>Self explanatory.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>O</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Services outside scope of tax.</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>Self explanatory.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>S</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Standard rate.</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>Self explanatory.</SimpleValue>
      </Value>
    </Row>
    <Row>
      <Value ColumnRef="code">
        <SimpleValue>Z</SimpleValue>
      </Value>
      <Value ColumnRef="name">
        <SimpleValue>Zero rated goods.</SimpleValue>
      </Value>
      <Value ColumnRef="description">
        <SimpleValue>Self explanatory.</SimpleValue>
      </Value>
    </Row>
  </SimpleCodeList>
</CodeList>
