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