biom:DNASTRProfileCategoryCodeSimpleType
simpleType DNASTRProfileCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a kind of autosomal STR, X-STR, and Y-STR DNA profile
Diagram
Enumerations
Value | Definition |
0 | Autosomal STR Profile |
1 | X-STR Profile |
2 | Y-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:restriction base="xs:integer">
<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>