cbrncl:ShapeCodeSimpleType

simpleType ShapeCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/5.0/

Definition

A data type the defines the various shape codes

Diagram

Enumerations

ValueDefinition
boxbox
horizontal cylinderhorizontal cylinder
irregularirregular
otherother
pyramidpyramid
spheresphere
vertical cylindervertical 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: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>