cbrncl:IDAcquisitionMethodCodeSimpleType

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

Definition

A data type that defines the codes for the methods by which the identifier of an object can be determined.

Diagram

Enumerations

ValueDefinition
BarcodeIdentifier is obtained by a barcode reader device.
CBPRequestIdentifier was assigned at the request of CBP.
LPRIdentifier is obtained by a LPR device.
ManualEntryIdentifier is obtained by a person and manually entered.
MissingIdentifier is missing - method of acquisition is not applicable
OCRScanIdentifier is obtained by an OCR device.
OtherMethod for obtaining the identifier is not enumerated in the list of methods.
RFIIdentifier is obtained by a RFI reader device.
unknownMethod for obtaining the identifier is unknown.

XML Schema

<xs:simpleType name="IDAcquisitionMethodCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the codes for the methods by which the identifier of an object can be determined.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Barcode">
<xs:annotation>
<xs:documentation>
Identifier is obtained by a barcode reader device.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CBPRequest">
<xs:annotation>
<xs:documentation>
Identifier was assigned at the request of CBP.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPR">
<xs:annotation>
<xs:documentation>
Identifier is obtained by a LPR device.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ManualEntry">
<xs:annotation>
<xs:documentation>
Identifier is obtained by a person and manually entered.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Missing">
<xs:annotation>
<xs:documentation>
Identifier is missing - method of acquisition is not applicable
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OCRScan">
<xs:annotation>
<xs:documentation>
Identifier is obtained by an OCR device.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Method for obtaining the identifier is not enumerated in the list of methods.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RFI">
<xs:annotation>
<xs:documentation>
Identifier is obtained by a RFI reader device.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation>
Method for obtaining the identifier is unknown.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>