biom:ExistentialStatusCodeSimpleType
simpleType ExistentialStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for mortal status of a person
Diagram
Enumerations
Value | Definition |
0 | Status of individual unknown |
1 | Data obtained from a living person such as a victim or persons unable to identify themselves |
2 | Data obtained from a non-living person (deceased) |
XML Schema
<xs:simpleType name="ExistentialStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for mortal status of a person</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 such as a victim or persons unable to identify themselves</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>