data.sex

data.sex defines the range of attribute values used to identify human or animal sex.
Moduletei — 1 The TEI Infrastructure
Used by
Element:
Declaration

<rng:define name="data.sex">
<rng:choice>
 <rng:value>0</rng:value>
 <rng:value>1</rng:value>
 <rng:value>2</rng:value>
 <rng:value>9</rng:value>
</rng:choice>
</rng:define>
data.sex = "0" | "1" | "2" | "9"
Note
The values are taken from ISO 5218:1977 Representation of Human Sexes; 0 indicates unknown; 1 indicates male; 2 indicates female; and 9 indicates not applicable.