biom:ForensicDentalSettingType
complexType ForensicDentalSettingType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a set of information regarding the forensic setting information that carried out the analysis of the dental and oral data to identify or confirm the identity of the subject.
Diagram
XML Schema
<xs:complexType name="ForensicDentalSettingType">
<xs:annotation>
<xs:documentation>
A data type for a set of information regarding the forensic setting information that carried out the analysis of the dental and oral data to identify or confirm the identity of the subject.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:ForensicAnalystCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:OrganizationPrimaryContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactInformationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SourceCountryCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ForensicDentalSettingAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>