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