cbrncl:RadInstrumentModeCodeSimpleType
simpleType RadInstrumentModeCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the various code values for the operating modes of a radiation detection instrument.
Diagram
Enumerations
Value | Definition |
Calibrate | Calibration mode |
Long Dwell | The radiation measurement instrument makes a single long measurement. For example, when a transportable system is stationary, measuring a source for higher accuracy. |
Other | Other |
Search | The radiation measurement instrument makes a series of short measurements. For example, when a transportable system is moving and searching for sources, collecting gross count rates or spectra periodically. Another example, a portal monitor that collects gross count rates periodically while conveyances are in transit. |
Test | Test or diagnostics mode |
XML Schema
<xs:simpleType name="RadInstrumentModeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the various code values for the operating modes of a radiation detection instrument.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Calibrate">
<xs:annotation>
<xs:documentation>
Calibration mode</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Long Dwell">
<xs:annotation>
<xs:documentation>
The radiation measurement instrument makes a single long measurement. For example, when a transportable system is stationary, measuring a source for higher accuracy.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Search">
<xs:annotation>
<xs:documentation>
The radiation measurement instrument makes a series of short measurements. For example, when a transportable system is moving and searching for sources, collecting gross count rates or spectra periodically. Another example, a portal monitor that collects gross count rates periodically while conveyances are in transit.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Test">
<xs:annotation>
<xs:documentation>
Test or diagnostics mode</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>