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