j:ToothAugmentationType

complexType ToothAugmentationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/

Definition

A data type for additional information about a tooth.

Diagram

XML Schema

<xs:complexType name="ToothAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a tooth.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:PersonDentalCharacteristicOtherAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDentalCharacteristicRestorationCariesAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDentalCharacteristicStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDentalCharacteristicText" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>