Open the Portico Developer Guide site
PosGateway Schema
exchangeRateType Simple Type
PosGateway Schema : exchangeRateType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:decimal
Overview
exchangeRateType Restriction of xs:decimal
Facets
FractionDigits20
TotalDigits28
MinInclusive0
MaxExclusive100000000
Source
<xs:simpleType name="exchangeRateType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="20" />
    <xs:totalDigits value="28" />
    <xs:minInclusive value="0" />
    <xs:maxExclusive value="100000000" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema