biom:ToothIDCertaintyCodeSimpleType

simpleType ToothIDCertaintyCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a code value corresponding to the data set descriptors in Section 8 of the ANSI/ADA Standard No. 1058 may be entered.

Diagram

Enumerations

ValueDefinition
0Unspecified
1Certain
2Uncertain

XML Schema

<xs:simpleType name="ToothIDCertaintyCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code value corresponding to the data set descriptors in Section 8 of the ANSI/ADA Standard No. 1058 may be entered.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Unspecified
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Certain
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Uncertain
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>