cbrncl:SealVerificationStatusCodeSimpleType
simpleType SealVerificationStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the various sealVerificationStatusCodes
Diagram
Enumerations
Value | Definition |
unknown | The status of seal verification is unknown. |
unverified | The seal has not been verified by a CBP/CSI officer. |
verified | The seal has been verified by a CBP/CSI officer. |
XML Schema
<xs:simpleType name="SealVerificationStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the various sealVerificationStatusCodes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation>
The status of seal verification is unknown.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="unverified">
<xs:annotation>
<xs:documentation>
The seal has not been verified by a CBP/CSI officer.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="verified">
<xs:annotation>
<xs:documentation>
The seal has been verified by a CBP/CSI officer.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>