Harmonized Sales Tax Rate.
<xs:element name="HSTRate" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation> <p xmlns="http://Hps.Exchange.PosGateway">Harmonized Sales Tax Rate.</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="5" /> <xs:fractionDigits value="2" /> <xs:minInclusive value="0" /> <xs:maxExclusive value="100" /> </xs:restriction> </xs:simpleType> </xs:element>