biom:SubjectBodyClassCodeSimpleType

simpleType SubjectBodyClassCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type for classification of body tissue

Diagram

Enumerations

ValueDefinition
1Natural Tissue
2Decomposed
3Skeletal

XML Schema

<xs:simpleType name="SubjectBodyClassCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for classification of body tissue
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Natural Tissue
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Decomposed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Skeletal
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>