biom:DNAProfileCategoryCodeSimpleType
simpleType DNAProfileCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a kind of DNA profile
Diagram
Enumerations
Value | Definition |
0 | Person - DNA sample collected from an identified or referenced individual |
1 | Stain - DNA sample collected from an unknown human remain or piece of evidence |
XML Schema
<xs:simpleType name="DNAProfileCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of DNA profile</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Person - DNA sample collected from an identified or referenced individual</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Stain - DNA sample collected from an unknown human remain or piece of evidence</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>