scr:LPRModeOfOperationCodeSimpleType
simpleType LPRModeOfOperationCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a code indicating the type of vehicle lane where LPR system is located
Diagram
Enumerations
Value | Definition |
B | BorderPatrol Checkpoint |
I | Inbound |
O | Outbound |
XML Schema
<xs:simpleType name="LPRModeOfOperationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code indicating the type of vehicle lane where LPR system is located</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
BorderPatrol Checkpoint</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Inbound</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Outbound</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>