Open the Portico Developer Guide site
PosGateway Schema
FuelQuantityType Simple Type
PosGateway Schema : FuelQuantityType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:decimal
Overview
FuelQuantityType Restriction of xs:decimal
Facets
TotalDigits6
FractionDigits5
MinInclusive0.00001
MaxExclusive999999
Source
<xs:simpleType name="FuelQuantityType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="6" />
    <xs:fractionDigits value="5" />
    <xs:minInclusive value="0.00001" />
    <xs:maxExclusive value="999999" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema