biom:DentalSubjectInformationType

complexType DentalSubjectInformationType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a set of information regarding the status of the individual at the time when the relevant data was recorded.

Diagram

XML Schema

<xs:complexType name="DentalSubjectInformationType">
<xs:annotation>
<xs:documentation>
A data type for a set of information regarding the status of the individual at the time when the relevant data was recorded.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:SubjectExistentialStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectLastContactDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectLastContactDateEstimateRangeDuration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonBirthDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectBirthDateEstimateRangeDuration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonEthnicityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectDNARecordsAvailableCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectCollectionLocationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectEstimatedDeathDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectDeathDateRangeDuration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectDeathTimeEstimateRationaleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SubjectDeathAgeEstimateText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DentalSubjectInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>