biom:RecordingAssignedVoiceCategoryCodeSimpleType

simpleType RecordingAssignedVoiceCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type that indicates if the voice recording sample was obtained from a known subject.

Diagram

Enumerations

ValueDefinition
AThe subject of this record is 'assigned' an identity
NThis record does not have an assigned identity as the subject of the record
QThe recording contains a questioned voice

XML Schema

<xs:simpleType name="RecordingAssignedVoiceCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that indicates if the voice recording sample was obtained from a known subject.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
The subject of this record is 'assigned' an identity
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
This record does not have an assigned identity as the subject of the record
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Q">
<xs:annotation>
<xs:documentation>
The recording contains a questioned voice
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>