<xs:complexType name="NonFuelTaxAmtType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:all>
<xs:element name="GSTAmtNonFuel" type="amtTypeGlobal" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">GST tax amount per item.</p>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="HSTAmtNonFuel" type="amtTypeGlobal" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">HST tax amount per item.</p>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PSTAmtNonFuel" type="amtTypeGlobal" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">PST tax amount per item.</p>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="QSTAmtNonFuel" type="amtTypeGlobal" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">QST tax amount per item.</p>
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType> |