biom:RecordingSourceCategoryCodeSimpleType

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

Definition

A data type for the enumeration of codes describing the kind of site or agency that created a recording.

Diagram

Enumerations

ValueDefinition
GGovernment
IIndustry/Commercial
OOther
PPrivate Individual
UUnknown

XML Schema

<xs:simpleType name="RecordingSourceCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the enumeration of codes describing the kind of site or agency that created a recording.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="G">
<xs:annotation>
<xs:documentation>
Government
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Industry/Commercial
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
Private Individual
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>