biom:MorphologyPositionalNumberingCodeSimpleType

simpleType MorphologyPositionalNumberingCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type to indicate whether the assignment of tooth numbers was done on a morphological basis or positional basis.

Diagram

Enumerations

ValueDefinition
0Unknown
1Developer specified morphological coding
2Developer specified positional coding
3Coder specified morphological coding independent of developer specification
4Coder specified positional coding independent of developer specification

XML Schema

<xs:simpleType name="MorphologyPositionalNumberingCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type to indicate whether the assignment of tooth numbers was done on a morphological basis or positional basis.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Developer specified morphological coding
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Developer specified positional coding
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Coder specified morphological coding independent of developer specification
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Coder specified positional coding independent of developer specification
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>