cbrncl:RadAlarmCategoryCodeSimpleType
simpleType RadAlarmCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the various code values for the categories of alarms.
Diagram
Enumerations
Value | Definition |
Alpha | An alarm indicating presence of alpha radiation. |
Beta | An alarm indicating presence of beta radiation. |
Gamma | An alarm indicating presence of gamma radiation. |
Isotope | An alarm indicating presence of a radionuclide. |
Neutron | An alarm indicating presence of neutron radiation. |
Other | An alarm produced by some other means. |
XML Schema
<xs:simpleType name="RadAlarmCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the various code values for the categories of alarms.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Alpha">
<xs:annotation>
<xs:documentation>
An alarm indicating presence of alpha radiation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Beta">
<xs:annotation>
<xs:documentation>
An alarm indicating presence of beta radiation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Gamma">
<xs:annotation>
<xs:documentation>
An alarm indicating presence of gamma radiation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Isotope">
<xs:annotation>
<xs:documentation>
An alarm indicating presence of a radionuclide.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Neutron">
<xs:annotation>
<xs:documentation>
An alarm indicating presence of neutron radiation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
An alarm produced by some other means.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>