itcodes:SealIntactStatusCodeSimpleType
simpleType SealIntactStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/it_codes/5.0/
Definition
A data type for the status conditions of seal.
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 for the status conditions of seal.</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>