biom:TransducerPrincipleCodeSimpleType
simpleType TransducerPrincipleCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type to describe the transducer principle of a microphone.
Diagram
Enumerations
Value | Definition |
0 | Unknown |
1 | Carbon |
2 | Electret |
3 | Dynamic |
4 | Other |
XML Schema
<xs:simpleType name="TransducerPrincipleCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type to describe the transducer principle of a microphone.</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>
Carbon</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Electret</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Dynamic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>