biom:FrictionRidgeImageLateralReversalCodeSimpleType
simpleType FrictionRidgeImageLateralReversalCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for an indication that an image is or may be laterally reversed
Diagram
Enumerations
Value | Definition |
L | Image is known to be laterally reversed |
U | Image 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:restriction base="xs:token">
<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>