biom:DNATypingTechnologyCategoryCodeSimpleType

simpleType DNATypingTechnologyCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type for a kind of DNA typing technology

Diagram

Enumerations

ValueDefinition
0Nuclear (including Autosomal STR, X-STR and Y-STR)
1mtDNA
2Electropherogram data
3Electropherogram ladder
4User-defined profile data

XML Schema

<xs:simpleType name="DNATypingTechnologyCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of DNA typing technology
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Nuclear (including Autosomal STR, X-STR and Y-STR)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
mtDNA
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Electropherogram data
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Electropherogram ladder
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
User-defined profile data
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>