j:PersonSexCodeSimpleType
simpleType PersonSexCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/
Definition
A data type for a code set identifying a gender or sex of a person.
Diagram
Enumerations
Value | Definition |
Female | Female |
Male | Male |
Other | Male Impersonator, Female Impersonator, or Transvestite |
Unknown | Unreported sex / Unknown |
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="Female">
<xs:annotation>
<xs:documentation>
Female</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Male">
<xs:annotation>
<xs:documentation>
Male</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Male Impersonator, Female Impersonator, or Transvestite</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Unreported sex / Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>