biom:FrictionRidgeImageLateralReversalCodeSimpleType

simpleType FrictionRidgeImageLateralReversalCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type for an indication that an image is or may be laterally reversed

Diagram

Enumerations

ValueDefinition
LImage is known to be laterally reversed
UImage may be laterally reversed

XML Schema

<xs:simpleType name="FrictionRidgeImageLateralReversalCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an indication that an image is or may be laterally reversed
</xs:documentation>
</xs:annotation>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
Image is known to be laterally reversed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
Image may be laterally reversed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>