biom:PlantarPositionCodeSimpleType
simpleType PlantarPositionCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for a foot position
Diagram
Enumerations
| Value | Definition |
| 60 | Unknown sole |
| 61 | Sole - right foot |
| 62 | Sole - left foot |
| 63 | Unknown toe |
| 64 | Right big toe |
| 65 | Right second toe |
| 66 | Right middle toe |
| 67 | Right fourth toe |
| 68 | Right little toe |
| 69 | Left big toe |
| 70 | Left second toe |
| 71 | Left middle toe |
| 72 | Left fourth toe |
| 73 | Left little toe |
| 74 | Front/ball of right foot |
| 75 | Back/heel of right foot |
| 76 | Front/ball of left foot |
| 77 | Back/heel of left foot |
| 78 | Right middle of foot |
| 79 | Left middle of foot |
XML Schema
<xs:simpleType name="PlantarPositionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a foot position</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="60">
<xs:annotation>
<xs:documentation>
Unknown sole</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="61">
<xs:annotation>
<xs:documentation>
Sole - right foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="62">
<xs:annotation>
<xs:documentation>
Sole - left foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="63">
<xs:annotation>
<xs:documentation>
Unknown toe</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="64">
<xs:annotation>
<xs:documentation>
Right big toe</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="65">
<xs:annotation>
<xs:documentation>
Right second toe</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="66">
<xs:annotation>
<xs:documentation>
Right middle toe</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="67">
<xs:annotation>
<xs:documentation>
Right fourth toe</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="68">
<xs:annotation>
<xs:documentation>
Right little toe</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="69">
<xs:annotation>
<xs:documentation>
Left big toe</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="70">
<xs:annotation>
<xs:documentation>
Left second toe</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="71">
<xs:annotation>
<xs:documentation>
Left middle toe</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="72">
<xs:annotation>
<xs:documentation>
Left fourth toe</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="73">
<xs:annotation>
<xs:documentation>
Left little toe</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="74">
<xs:annotation>
<xs:documentation>
Front/ball of right foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="75">
<xs:annotation>
<xs:documentation>
Back/heel of right foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="76">
<xs:annotation>
<xs:documentation>
Front/ball of left foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="77">
<xs:annotation>
<xs:documentation>
Back/heel of left foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="78">
<xs:annotation>
<xs:documentation>
Right middle of foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="79">
<xs:annotation>
<xs:documentation>
Left middle of foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>