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
Value | Definition |
Co-60 | Cobalt |
Cs-137 | Cesium |
x-ray | x-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:restriction base="xs:token">
<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>