biom:RecordingAwarenessCodeSimpleType
simpleType RecordingAwarenessCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for recording awareness indicator.
Diagram
Enumerations
| Value | Definition |
| 0 | Unknown |
| 1 | Aware |
| 2 | Unaware |
XML Schema
<xs:simpleType name="RecordingAwarenessCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for recording awareness indicator.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Aware</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Unaware</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>