biom:DNALaboratoryAccreditationScopeCodeSimpleType

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

Definition

A data type for a DNA laboratory accreditation scope code

Diagram

Enumerations

ValueDefinition
DDatabase
MMitochondrial
NNuclear
OOther

XML Schema

<xs:simpleType name="DNALaboratoryAccreditationScopeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a DNA laboratory accreditation scope code
</xs:documentation>
</xs:annotation>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Database
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
Mitochondrial
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Nuclear
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>