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