cbrncl:MeasurementClassCodeSimpleType
simpleType MeasurementClassCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the code values for the classes of spectrum measurements that a radiation instrument can acquire for different kinds of radioactive sources or radiation fields.
Diagram
Enumerations
Value | Definition |
Background | Measurement of environmental background. The data shall be recorded without subtraction of intrinsic activity. |
Calibration | Measurement to be used for any type of calibration (e.g., energy, stabilization, efficiency). |
Foreground | Measurement of an unknown radiation field. The data shall be recorded without subtraction of environmental background or intrinsic activity. |
IntrinsicActivity | Measurement of the radiation intrinsic to the radiation instrument, without contribution from the environment or other sources. |
NotSpecified | The object being measured by the instrument cannot be specified by the user or radiation instrument. |
XML Schema
<xs:simpleType name="MeasurementClassCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the code values for the classes of spectrum measurements that a radiation instrument can acquire for different kinds of radioactive sources or radiation fields.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Background">
<xs:annotation>
<xs:documentation>
Measurement of environmental background. The data shall be recorded without subtraction of intrinsic activity.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Calibration">
<xs:annotation>
<xs:documentation>
Measurement to be used for any type of calibration (e.g., energy, stabilization, efficiency).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Foreground">
<xs:annotation>
<xs:documentation>
Measurement of an unknown radiation field. The data shall be recorded without subtraction of environmental background or intrinsic activity.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IntrinsicActivity">
<xs:annotation>
<xs:documentation>
Measurement of the radiation intrinsic to the radiation instrument, without contribution from the environment or other sources.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NotSpecified">
<xs:annotation>
<xs:documentation>
The object being measured by the instrument cannot be specified by the user or radiation instrument.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>