Open the Portico Developer Guide site
PosGateway Schema
localTaxRateType Simple Type
PosGateway Schema : localTaxRateType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:decimal
Overview
localTaxRateType Restriction of xs:decimal
Facets
TotalDigits5
FractionDigits2
Source
<xs:simpleType name="localTaxRateType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="5" />
    <xs:fractionDigits value="2" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema