TAX_CATEGORY

Element Information

Model

Used By

Element TAX_DETAILS

Source

<xsd:element name="TAX_CATEGORY">
  <xsd:simpleType>
    <xsd:restriction base="dtSTRING">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="80"/>
      <xsd:pattern value="exemption|parking_rate|reduced_rate|standard_rate|super_reduced_rate|zero_rate|[\w\-\.]{1,80}"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

Sample