cbrncl:MultimediaDeviceCategoryCodeSimpleType
simpleType MultimediaDeviceCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the code values for the kind of devices that can record multimedia data.
Diagram
Enumerations
Value | Definition |
Audio | A device that records audible sounds, such as voice. |
Camera | A camera that captures images on film. |
Camera-D | A camera that captures images on digital/electronic media. |
LPR | License Plate Reader |
NII | Non-Intrusive Imaging |
OCR | Optical Character Recognition |
Other | Other |
Reader | A device to create digital data from a physical/visual form of the data. |
RFID | Radio Frequency Identifier |
Scanner | A device to create a digital image of printed material. |
Video | A video recording device that captures images on film. |
Video-D | A video recording device that captures images on digital/electronic media. |
VIS | Visual Inspection System Image |
XML Schema
<xs:simpleType name="MultimediaDeviceCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the code values for the kind of devices that can record multimedia data.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Audio">
<xs:annotation>
<xs:documentation>
A device that records audible sounds, such as voice.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Camera">
<xs:annotation>
<xs:documentation>
A camera that captures images on film.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Camera-D">
<xs:annotation>
<xs:documentation>
A camera that captures images on digital/electronic media.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPR">
<xs:annotation>
<xs:documentation>
License Plate Reader</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NII">
<xs:annotation>
<xs:documentation>
Non-Intrusive Imaging</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OCR">
<xs:annotation>
<xs:documentation>
Optical Character Recognition</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Reader">
<xs:annotation>
<xs:documentation>
A device to create digital data from a physical/visual form of the data.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RFID">
<xs:annotation>
<xs:documentation>
Radio Frequency Identifier</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Scanner">
<xs:annotation>
<xs:documentation>
A device to create a digital image of printed material.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Video">
<xs:annotation>
<xs:documentation>
A video recording device that captures images on film.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Video-D">
<xs:annotation>
<xs:documentation>
A video recording device that captures images on digital/electronic media.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VIS">
<xs:annotation>
<xs:documentation>
Visual Inspection System Image</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>