cbrncl:PhotonSourceCodeSimpleType

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

Definition

A data type that defines the various code values for the Photon source code

Diagram

Enumerations

ValueDefinition
Co-60Cobalt
Cs-137Cesium
x-rayx-ray

XML Schema

<xs:simpleType name="PhotonSourceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the various code values for the Photon source code
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Co-60">
<xs:annotation>
<xs:documentation>
Cobalt
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Cs-137">
<xs:annotation>
<xs:documentation>
Cesium
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="x-ray">
<xs:annotation>
<xs:documentation>
x-ray
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>