Open the Portico Developer Guide site
PosGateway Schema
taxTypeType Simple Type
PosGateway Schema : taxTypeType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
taxTypeType Restriction of xs:string
Facets
EnumerationNOTUSED
EnumerationSALESTAX
EnumerationTAXEXEMPT
Source
<xs:simpleType name="taxTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NOTUSED" />
    <xs:enumeration value="SALESTAX" />
    <xs:enumeration value="TAXEXEMPT" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema