biom:DNASTRProfileCategoryCodeSimpleType

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

Definition

A data type for a kind of autosomal STR, X-STR, and Y-STR DNA profile

Diagram

Enumerations

ValueDefinition
0Autosomal STR Profile
1X-STR Profile
2Y-STR Profile

XML Schema

<xs:simpleType name="DNASTRProfileCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of autosomal STR, X-STR, and Y-STR DNA profile
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Autosomal STR Profile
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
X-STR Profile
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Y-STR Profile
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>