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