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