cbrncl:ScanQualityCodeSimpleType
simpleType ScanQualityCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type for the quality of the data collected by an encounter device in performing a scan of an item of interest, as perceived by the operator.
Diagram
Enumerations
Value | Definition |
BadScan | The data quality is bad is not useful for determining the presence or absence of threat materials. |
DegradedScan | The data quality is degraded but may still be useful. |
GoodScan | The data quality is good. |
XML Schema
<xs:simpleType name="ScanQualityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the quality of the data collected by an encounter device in performing a scan of an item of interest, as perceived by the operator.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BadScan">
<xs:annotation>
<xs:documentation>
The data quality is bad is not useful for determining the presence or absence of threat materials.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DegradedScan">
<xs:annotation>
<xs:documentation>
The data quality is degraded but may still be useful.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GoodScan">
<xs:annotation>
<xs:documentation>
The data quality is good.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>