biom:SubjectStatusCodeSimpleType
simpleType SubjectStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a single letter describing the status of the dental subject
Diagram
Enumerations
Value | Definition |
0 | Status of individual unknown |
1 | Data obtained from a living person (for unknown deceased = antemortem) |
2 | Data obtained from a non-living person (deceased) |
XML Schema
<xs:simpleType name="SubjectStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a single letter describing the status of the dental subject</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Status of individual unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Data obtained from a living person (for unknown deceased = antemortem)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Data obtained from a non-living person (deceased)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>