cbrncl:RadDetectorCategoryCodeSimpleType

simpleType RadDetectorCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/5.0/

Definition

A data type that defines the various code values for the categories of radiation detectors based on the type of particles and/or photon emission that can be detect from a radiological or nuclear substance.

Diagram

Enumerations

ValueDefinition
AlphaA detector that primarily detects alpha particles.
BetaA detector that primarily detects beta particles.
GammaA detector that primarily detects gamma rays.
NeutronA detector that primarily detects neutrons.
OtherA detector that does not fit any of the defined categories.
X-rayA detector that primary detects X-rays.

XML Schema

<xs:simpleType name="RadDetectorCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the various code values for the categories of radiation detectors based on the type of particles and/or photon emission that can be detect from a radiological or nuclear substance.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Alpha">
<xs:annotation>
<xs:documentation>
A detector that primarily detects alpha particles.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Beta">
<xs:annotation>
<xs:documentation>
A detector that primarily detects beta particles.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Gamma">
<xs:annotation>
<xs:documentation>
A detector that primarily detects gamma rays.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Neutron">
<xs:annotation>
<xs:documentation>
A detector that primarily detects neutrons.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
A detector that does not fit any of the defined categories.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="X-ray">
<xs:annotation>
<xs:documentation>
A detector that primary detects X-rays.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>