biom:MorphologyPositionalNumberingCodeSimpleType
simpleType MorphologyPositionalNumberingCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type to indicate whether the assignment of tooth numbers was done on a morphological basis or positional basis.
Diagram
Enumerations
Value | Definition |
0 | Unknown |
1 | Developer specified morphological coding |
2 | Developer specified positional coding |
3 | Coder specified morphological coding independent of developer specification |
4 | Coder 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:restriction base="xs:token">
<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>