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
Value | Definition |
Absent | The seal is missing. |
Broken | The seal has been broken. |
Intact | The 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:restriction base="xs:token">
<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>