biom:DNAProfileCategoryCodeSimpleType

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

Definition

A data type for a kind of DNA profile

Diagram

Enumerations

ValueDefinition
0Person - DNA sample collected from an identified or referenced individual
1Stain - 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: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>