<xsd:simpleType name="DCHGeneralCodeSimpleType">
<xsd:annotation>
<xsd:documentation>A data type for Dental Characteristics - General.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="ALL">
<xsd:annotation>
<xsd:documentation>All 32 teeth are present and are virgin teeth. May have caries but no restoration. NCIC will automatically assign a "V" to each tooth.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="UNK">
<xsd:annotation>
<xsd:documentation>Dental characteristics are not available for all 32 teeth. NCIC will automatically assign a "/" to each tooth.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|