cbrncl:ScanQualityCodeSimpleType

simpleType ScanQualityCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/5.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

ValueDefinition
BadScanThe data quality is bad is not useful for determining the presence or absence of threat materials.
DegradedScanThe data quality is degraded but may still be useful.
GoodScanThe 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: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>