j:PersonSexCodeSimpleType
simpleType PersonSexCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/
Definition
A data type for a code set identifying a gender or sex of a person.
Diagram
Enumerations
Value | Definition |
F | FEMALE |
M | MALE |
U | UNKNOWN / UNSPECIFIED |
X | NON-BINARY |
XML Schema
<xs:simpleType name="PersonSexCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set identifying a gender or sex of a person.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
FEMALE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
MALE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
UNKNOWN / UNSPECIFIED</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="X">
<xs:annotation>
<xs:documentation>
NON-BINARY</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>