cbrncl:SealIntactStatusCodeSimpleType

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

Definition

A data type that defines the various SealIntactStatusCodes

Diagram

Enumerations

ValueDefinition
AbsentThe seal is missing.
BrokenThe seal has been broken.
IntactThe seal is intact.

XML Schema

<xs:simpleType name="SealIntactStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the various SealIntactStatusCodes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Absent">
<xs:annotation>
<xs:documentation>
The seal is missing.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Broken">
<xs:annotation>
<xs:documentation>
The seal has been broken.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Intact">
<xs:annotation>
<xs:documentation>
The seal is intact.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>