Open the Portico Developer Guide site
PosGateway Schema
languageIndicatorType Simple Type
PosGateway Schema : languageIndicatorType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
languageIndicatorType Restriction of xs:string
Facets
MaxLength20
Pattern\b(ENGLISH|FRENCH)\b|^([A-z]{2,3}-[A-z]{2,3})(-[A-z]{2,3})?$
Source
<xs:simpleType name="languageIndicatorType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:maxLength value="20" />
    <xs:pattern value="\b(ENGLISH|FRENCH)\b|^([A-z]{2,3}-[A-z]{2,3})(-[A-z]{2,3})?$" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema