scr:LPRHitIndicatorCodeSimpleType

simpleType LPRHitIndicatorCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type for a code indicating whether a hit is encountered in the records for the conveyance under question.

Diagram

Enumerations

ValueDefinition
FNo Hit
THit found

XML Schema

<xs:simpleType name="LPRHitIndicatorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code indicating whether a hit is encountered in the records for the conveyance under question.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
No Hit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="T">
<xs:annotation>
<xs:documentation>
Hit found
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>