scr:EncounterDeviceCategoryCodeSimpleType
simpleType EncounterDeviceCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of encounter device.
Diagram
Enumerations
Value | Definition |
KIOSK | KIOSK |
READER | READER |
RFID | RFID |
SCANNER | SCANNER |
XML Schema
<xs:simpleType name="EncounterDeviceCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of encounter device.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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>