<persPronouns>

<persPronouns> (personal pronouns) indicates the personal pronouns used, or assumed to be used, by the individual being described. [13.3.2.1. Personal Characteristics]
Modulenamesdates
Attributes
evidence(evidence) indicates support for the listed personal pronouns.
Status Recommended
Datatype teidata.enumerated
Suggested values include:
conjecture
(conjecture) The given value was selected based on assumptions by someone besides the person to whom this pronoun applies. As a result, the value may be erroneous.
selfIdentification
(self identification) The given value has been explicitly stated or confirmed by the person to whom this pronoun applies.
trustedThirdParty
(trusted third party) The given value has been supplied by another individual trusted by the encoder to know the preferences of the person to whom this pronoun applies.
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
value(value) supplies a regularized value for personal pronouns.
Status Recommended
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
Sample values include:
e
(e) e/eirs
he
(he) he/him/his
she
(she) she/her/hers
they
(they) they/them/theirs
Note

The sample values list shown here is intended to be reflective of English usage. There is nothing restricting users from defining lists reflective of other languages, e.g. elle, il, and ils.

Member of
Contained by
May contain
Example
<person>
 <persName>
  <forename>SUE</forename>
  <addName>the T. rex</addName>
 </persName>
 <residence>The Field Museum. Chicago, Illinois, United States.</residence>
 <sex value="0"/>
 <persPronouns value="they">they/them</persPronouns>
 <note>
  <cit>
   <quote>Specimen FMNH PR 2081. Legendary Fossil. Apex
       Predator. National Treasure. <emph style="text-transform:uppercase; letter-spacing:0.25rem;">Murderbird.</emph>
   </quote>
   <bibl>SUEtheTrex, Twitter biography.
   <ptr target="https://twitter.com/SUEtheTrex"/>.
       Accessed <date when="2020-03-25">March 25th, 2020</date>.</bibl>
  </cit>
 </note>
</person>
Example
<docAuthor>
 <persName>Lal Zimman</persName>
 <persPronouns value="he">(he/him/his)</persPronouns>
 <ref target="#Name">(FAQ)</ref>
 <persName type="IPA">[lɑɫ ˈzimn̩]</persName>
 <email>zimman at ucsb dot edu</email>
 <roleName>Assistant Professor of Linguistics</roleName>
 <roleName>Affiliated Faculty in Feminist Studies</roleName>
 <address>
  <addrLine>South Hall 3518</addrLine>
  <addrLine>University of California, Santa Barbara</addrLine>
 </address>
</docAuthor>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
element persPronouns
{
   tei_att.global.attributes,
   tei_att.datable.attributes,
   tei_att.typed.attributes,
   attribute evidence
   {
      "conjecture"
    | "selfIdentification"
    | "trustedThirdParty"
    | teidata.enumerated
   }?,
   attribute calendar { list { teidata.pointer+ } }?,
   attribute value { list { teidata.enumerated+ } }?,
   tei_macro.phraseSeq
}