biom:SpeakerPluralityCodeSimpleType
simpleType SpeakerPluralityCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type that indicates plurality of speakers represented on voice recording.
Diagram
Enumerations
Value | Definition |
M | Multiple speakers |
S | Single speaker |
XML Schema
<xs:simpleType name="SpeakerPluralityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that indicates plurality of speakers represented on voice recording.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
Multiple speakers</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Single speaker</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>