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