<sex>

<sex> (sex) specifies the sex of an organism. [13.3.2.1. Personal Characteristics]
Module namesdates
Attributes Attributes
value supplies a coded value for sex
Status Optional
Datatype 1–∞ occurrences of teidata.sex separated by whitespace
Note
Values for this attribute may be locally defined by a project, or they may refer to an external standard.
Member of
Contained by
namesdates: person persona
May contain
Note
As with other culturally-constructed traits such as age and gender, the way in which this concept is described in different cultural contexts varies. The normalizing attributes are provided only as an optional means of simplifying that variety for purposes of interoperability or project-internal taxonomies for consistency, and should not be used where that is inappropriate or unhelpful. The content of the element may be used to describe the intended concept in more detail.
Examples

<sex value="F">female</sex>

<sex value="I">Intersex</sex>

<sex value="TG F">Female (TransWoman)</sex>
Source Github

<elementSpec rend="change" module="namesdates" ident="sex">
   
<gloss>sex</gloss>
   
<desc>specifies the sex of an organism.</desc>
   
<classes/>
   
<content>
      
<macroRef key="macro.phraseSeq"/>
   
</content>
   
<attList>
      
<attDef ident="val" mode="change" usage="req"/>
      
<attDef ident="calendar" mode="delete"/>
      
<attDef ident="type" mode="delete"/>
      
<attDef ident="value" usage="opt">
         
<desc>supplies a coded value for sex</desc>
         
<datatype minOccurs="1" maxOccurs="unbounded">
            
<dataRef key="teidata.sex"/>
         
</datatype>
      
</attDef>
   
</attList>
</elementSpec>