cbrncl:ShapeCodeSimpleType
simpleType ShapeCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type the defines the various shape codes
Diagram
Enumerations
| Value | Definition | 
| box | box | 
| horizontal cylinder | horizontal cylinder | 
| irregular | irregular | 
| other | other | 
| pyramid | pyramid | 
| sphere | sphere | 
| vertical cylinder | vertical cylinder | 
XML Schema
<xs:simpleType name="ShapeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type the defines the various shape codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="box">
<xs:annotation>
<xs:documentation>
box</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="horizontal cylinder">
<xs:annotation>
<xs:documentation>
horizontal cylinder</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="irregular">
<xs:annotation>
<xs:documentation>
irregular</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="other">
<xs:annotation>
<xs:documentation>
other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="pyramid">
<xs:annotation>
<xs:documentation>
pyramid</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="sphere">
<xs:annotation>
<xs:documentation>
sphere</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="vertical cylinder">
<xs:annotation>
<xs:documentation>
vertical cylinder</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>