Open the Portico Developer Guide site
PosGateway Schema
PaymentPurposeType Simple Type
PosGateway Schema : PaymentPurposeType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
PaymentPurposeType Restriction of xs:string
Facets
Pattern^[a-zA-Z0-9]*$
MaxLength12
Source
<xs:simpleType name="PaymentPurposeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:pattern value="^[a-zA-Z0-9]*$" />
    <xs:maxLength value="12" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema