Open the Portico Developer Guide site
PosGateway Schema
termsConditionLanguageReqType Simple Type
PosGateway Schema : termsConditionLanguageReqType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
termsConditionLanguageReqType Restriction of xs:string
Facets
Pattern^[a-zA-Z]{3,3}$
Length3
Source
<xs:simpleType name="termsConditionLanguageReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:pattern value="^[a-zA-Z]{3,3}$" />
    <xs:length value="3" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema