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

ValueDefinition
0Status of individual unknown
1Data obtained from a living person such as a victim or persons unable to identify themselves
2Data 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: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>