Open the Portico Developer Guide site
PosGateway Schema
SendFundIdExpDate Simple Type
PosGateway Schema : SendFundIdExpDate Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:integer
Overview
SendFundIdExpDate Restriction of xs:integer
Facets
Pattern[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]
Source
<xs:simpleType name="SendFundIdExpDate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:integer">
    <xs:pattern value="[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema