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
| Value | Definition | 
| Barcode | Identifier is obtained by a barcode reader device. | 
| CBPRequest | Identifier was assigned at the request of CBP. | 
| LPR | Identifier is obtained by a LPR device. | 
| ManualEntry | Identifier is obtained by a person and manually entered. | 
| Missing | Identifier is missing - method of acquisition is not applicable | 
| OCRScan | Identifier is obtained by an OCR device. | 
| Other | Method for obtaining the identifier is not enumerated in the list of methods. | 
| RFI | Identifier is obtained by a RFI reader device. | 
| unknown | Method 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:restriction base="xs:token">
<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>