ndex:PersonHandedCodeSimpleType

simpleType PersonHandedCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/

Definition

A data type for a code that identifies the hand the person is more adept with using.

Diagram

Enumerations

ValueDefinition
AMBIDEXTROUSAmbidextrous
LEFTLeft
RIGHTRight
UNKNOWNUnknown

XML Schema

<xs:simpleType name="PersonHandedCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the hand the person is more adept with using.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="AMBIDEXTROUS">
<xs:annotation>
<xs:documentation>
Ambidextrous
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LEFT">
<xs:annotation>
<xs:documentation>
Left
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RIGHT">
<xs:annotation>
<xs:documentation>
Right
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>