cbrncl:SourceGeometryCodeSimpleType

simpleType SourceGeometryCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/

Definition

A data type that defines the various code values for the configurations that describe the geometry of a radiation source.

Diagram

Enumerations

ValueDefinition
ExtendedA radiation source whose geometry is determined to an area, and not a specific point.
PointA radiation source whose geometry is determined to a specific point.
UndeterminedA radiation source whose geometry has not been determined.

XML Schema

<xs:simpleType name="SourceGeometryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the various code values for the configurations that describe the geometry of a radiation source.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Extended">
<xs:annotation>
<xs:documentation>
A radiation source whose geometry is determined to an area, and not a specific point.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Point">
<xs:annotation>
<xs:documentation>
A radiation source whose geometry is determined to a specific point.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Undetermined">
<xs:annotation>
<xs:documentation>
A radiation source whose geometry has not been determined.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>