Description
Type
Restriction of xs:decimal
Overview
 |
QSTRate optional Restriction of xs:decimal
|
Source
<xs:element name="QSTRate" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">Quebec 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>
|
See Also