Open the Portico Developer Guide site
PosGateway Schema
nbrInstallmentsType Simple Type
PosGateway Schema : nbrInstallmentsType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:int
Overview
nbrInstallmentsType Restriction of xs:int
Facets
MinInclusive1
MaxInclusive99
Source
<xs:simpleType name="nbrInstallmentsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:int">
    <xs:minInclusive value="1" />
    <xs:maxInclusive value="99" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema