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