biom:SubjectDNARecordsAvailableCodeSimpleType
simpleType SubjectDNARecordsAvailableCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a single letter for DNA records are available for the subject or not
Diagram
Enumerations
Value | Definition |
1 | Yes |
2 | No |
XML Schema
<xs:simpleType name="SubjectDNARecordsAvailableCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a single letter for DNA records are available for the subject or not</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Yes</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
No</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>