ndex:PersonHandedCodeSimpleType
simpleType PersonHandedCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/
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>