biom:SubjectStatusCodeSimpleType

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

Definition

A data type for a single letter describing the status of the dental subject

Diagram

Enumerations

ValueDefinition
0Status of individual unknown
1Data obtained from a living person (for unknown deceased = antemortem)
2Data 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: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>