biom:ForensicAnalystCategoryCodeSimpleType

simpleType ForensicAnalystCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type that contains a single letter describing the head of the team that processed the forensic data

Diagram

Enumerations

ValueDefinition
AForensic Anthropologist
DDental Professional / Forensic Odontologist
MMedical Examiner
OOther
TTechnician

XML Schema

<xs:simpleType name="ForensicAnalystCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that contains a single letter describing the head of the team that processed the forensic data
</xs:documentation>
</xs:annotation>
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
Forensic Anthropologist
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Dental Professional / Forensic Odontologist
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
Medical Examiner
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="T">
<xs:annotation>
<xs:documentation>
Technician
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>