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