biom:PlantarPositionCodeSimpleType

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

Definition

A data type for a foot position

Diagram

Enumerations

ValueDefinition
60Unknown sole
61Sole - right foot
62Sole - left foot
63Unknown toe
64Right big toe
65Right second toe
66Right middle toe
67Right fourth toe
68Right little toe
69Left big toe
70Left second toe
71Left middle toe
72Left fourth toe
73Left little toe
74Front/ball of right foot
75Back/heel of right foot
76Front/ball of left foot
77Back/heel of left foot
78Right middle of foot
79Left 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: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>