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

ValueDefinition
0Unknown
1Aware
2Unaware

XML Schema

<xs:simpleType name="RecordingAwarenessCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for recording awareness indicator.
</xs:documentation>
</xs:annotation>
<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>