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
Value | Definition |
Extended | A radiation source whose geometry is determined to an area, and not a specific point. |
Point | A radiation source whose geometry is determined to a specific point. |
Undetermined | A 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:restriction base="xs:token">
<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>