scr:EncounterDeviceCategoryCodeSimpleType

simpleType EncounterDeviceCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/5.0/

Definition

A data type for a kind of encounter device.

Diagram

Enumerations

ValueDefinition
KIOSKKIOSK
READERREADER
RFIDRFID
SCANNERSCANNER

XML Schema

<xs:simpleType name="EncounterDeviceCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of encounter device.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="KIOSK">
<xs:annotation>
<xs:documentation>
KIOSK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="READER">
<xs:annotation>
<xs:documentation>
READER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RFID">
<xs:annotation>
<xs:documentation>
RFID
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCANNER">
<xs:annotation>
<xs:documentation>
SCANNER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>