biom:PedigreeMemberStatusCodeSimpleType
simpleType PedigreeMemberStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a pedigree member status code
Diagram
Enumerations
Value | Definition |
K | Known |
U | Unknown |
XML Schema
<xs:simpleType name="PedigreeMemberStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a pedigree member status code</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="K">
<xs:annotation>
<xs:documentation>
Known</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>