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

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 for the status conditions of seal.
</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>