PriceVatCodeType

Simple Type Information

Source

<xs:simpleType name="PriceVatCodeType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="Exonerated"/>
    <xs:enumeration value="Included"/>
    <xs:enumeration value="NonIncluded"/>
    <xs:enumeration value="NotApplicable"/>
  </xs:restriction>
</xs:simpleType>