biom:SubjectBodyStatusCodeSimpleType

simpleType SubjectBodyStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for status of a human body

Diagram

Enumerations

ValueDefinition
1Whole
2Fragment

XML Schema

<xs:simpleType name="SubjectBodyStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for status of a human body
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Whole
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Fragment
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>