Open the Portico Developer Guide site
PosGateway Schema
firstNameType Simple Type
PosGateway Schema : firstNameType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
firstNameType Restriction of xs:string
Facets
MaxLength26
Source
<xs:simpleType name="firstNameType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:maxLength value="26" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema