biom:DNALaboratoryCategoryCodeSimpleType

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

Definition

A data type for a kind of DNA laboratory

Diagram

Enumerations

ValueDefinition
GGovernment
IIndustry
OOther laboratory
UUnknown

XML Schema

<xs:simpleType name="DNALaboratoryCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of DNA laboratory
</xs:documentation>
</xs:annotation>
<xs:enumeration value="G">
<xs:annotation>
<xs:documentation>
Government
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Industry
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Other laboratory
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>