biom:SubjectExistentialDetailsType
complexType SubjectExistentialDetailsType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for an optional field that is particularly useful if the image contained in this record is of an injury or latent image on a person. However, its use is not limited to such circumstances. Note that Field 10.041: SMT size or size of injury or identifying characteristic / SMS should be used in conjunction with this field. SUB is comprised of the following information items:
Diagram
XML Schema
<xs:complexType name="SubjectExistentialDetailsType">
<xs:annotation>
<xs:documentation>
A data type for an optional field that is particularly useful if the image contained in this record is of an injury or latent image on a person. However, its use is not limited to such circumstances. Note that Field 10.041: SMT size or size of injury or identifying characteristic / SMS should be used in conjunction with this field. SUB is comprised of the following information items:</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:SubjectExistentialStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectBodyStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectBodyClassCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectExistentialDetailsAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>