ndex:PersonHandedCodeSimpleType
simpleType PersonHandedCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the hand the person is more adept with using.
Diagram
Enumerations
Value | Definition |
AMBIDEXTROUS | Ambidextrous |
LEFT | Left |
RIGHT | Right |
UNKNOWN | Unknown |
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:restriction base="xs:token">
<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>