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