Open the Portico Developer Guide site
PosGateway Schema
CategoryIndType Simple Type
PosGateway Schema : CategoryIndType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
CategoryIndType Restriction of xs:string
Facets
Pattern^0?[1-8]$
MaxLength2
Source
<xs:simpleType name="CategoryIndType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:pattern value="^0?[1-8]$" />
    <xs:maxLength value="2" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema