<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>