biom:DentalEncodingSystemInformationType

complexType DentalEncodingSystemInformationType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type for a set of information regarding the data collection schema that was used for the recording of dental information.

Diagram

XML Schema

<xs:complexType name="DentalEncodingSystemInformationType">
<xs:annotation>
<xs:documentation>
A data type for a set of information regarding the data collection schema that was used for the recording of dental information.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:SystemNameCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SystemVersionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ToothPermanenceCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RestorationDataGranularityCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:MorphologyPositionalNumberingCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DentalEncodingSystemInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>