<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]
組件 namesdates — Names, Dates, People, and Places
屬性
evidence⚓︎ (evidence) indicates support for the listed personal pronouns.
狀態 推薦的
資料類型 teidata.enumerated
被推薦的值包含:
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.
calendar⚓︎ 指明該日期表示所使用的曆法計算系統。
Deprecated This feature will be withdrawn after 2024-11-11
狀態 非必備的
資料類型 1–∞ 次可出現: teidata.pointer 以空白鍵隔開
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.
狀態 推薦的
資料類型 1–∞ 次可出現: teidata.enumerated 以空白鍵隔開
實例值包含:
e
(e) e/eirs
he
(he) he/him/his
she
(she) she/her/hers
they
(they) they/them/theirs
俱乐部会员
可包含在於
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
可包含
例子
<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>
例子
<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>
宣告
<rng:element name="persPronouns">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.datable.attributes"/>
 <rng:ref name="att.datable.w3c.attributes"/>
 <rng:ref name="att.datable.iso.attributes"/>
 <rng:ref name="att.datable.custom.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="evidence">
   <rng:choice>
    <rng:value>conjecture</rng:value>
    <rng:value>selfIdentification</rng:value>
    <rng:value>trustedThirdParty</rng:value>
    <rng:ref name="teidata.enumerated"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="calendar">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="value">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.enumerated"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element persPronouns
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.datable.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.datable.custom.attributes,
   att.typed.attributes,
   attribute evidence
   {
      "conjecture"
    | "selfIdentification"
    | "trustedThirdParty"
    | teidata.enumerated
   }?,
   attribute calendar { list { teidata.pointer+ } }?,
   attribute value { list { teidata.enumerated+ } }?,
   macro.phraseSeq
}