biom:DNAAnalysisQuantityCodeSimpleType

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

Definition

A data type for a number of DNA analyses

Diagram

Enumerations

ValueDefinition
0Multiple
1Single

XML Schema

<xs:simpleType name="DNAAnalysisQuantityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a number of DNA analyses
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Multiple
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Single
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>