biom:DNATypingTechnologyCategoryCodeSimpleType
simpleType DNATypingTechnologyCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a kind of DNA typing technology
Diagram
Enumerations
Value | Definition |
0 | Nuclear (including Autosomal STR, X-STR and Y-STR) |
1 | mtDNA |
2 | Electropherogram data |
3 | Electropherogram ladder |
4 | User-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:restriction base="xs:integer">
<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>