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