<person>

<person> 提供一個已知人物的相關資料,例如語言互動中的參與者、或是歷史來源中提及的人物。 [15.2.2 The Participant Description]
組件namesdates — 13 Names, Dates, People, and Places
屬性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.editLike (@evidence, @source, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) (att.responsibility (@cert, @resp)) att.sortable (@sortKey)
role說明該人物的主要角色或分類。
狀態 非必備的
資料類型 1–∞ 次可出現: 

<rng:ref name="data.enumerated"/>
data.enumerated
以空白鍵隔開
the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file
sex指出該人物的性別。
狀態 非必備的
資料類型

<rng:ref name="data.sex"/>
data.sex
age指出該人物所屬的年齡層。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
the value should be chosen from a set of user-defined and user-documented keywords declared in the customization file; possibilities include infant, child, teen, adult, and senior.
屬於
可包含在於
corpus: particDesc
namesdates: listPerson org
可包含
宣告

<rng:element name="person">
 <rng:ref name="att.global.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.editLike.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:ref name="att.responsibility.attributes"/>
 <rng:ref name="att.sortable.attributes"/>
 <rng:optional>
  <rng:attribute name="role">
   <rng:list>
    <rng:ref name="data.enumerated"/>
    <rng:zeroOrMore>
     <rng:ref name="data.enumerated"/>
    </rng:zeroOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="sex">
   <rng:ref name="data.sex"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="age">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.personPart"/>
    <rng:ref name="model.global"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:choice>
</rng:element>
element person
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   att.responsibility.attributes,
   att.sortable.attributes,
   attribute role { list { data.enumerated, data.enumerated* } }?,
   attribute sex { data.sex }?,
   attribute age { data.enumerated }?,
   ( model.pLike+ | ( model.personPart | model.global )* )
}
例子
<person sex="2" age="mid">
 <p>女性被告。1950年1月12日生於西藏,受過良好教育,職業不明。能說流利漢語,中產階級。</p>
</person>
例子
<person xml:id="zh-tw_Ovi01" sex="1" role="poet">
 <persName xml:lang="en">Ovid</persName>
 <persName xml:lang="zh-TW">奧維德</persName>
 <birth when="-0044-03-20"> 西元前43年3月20日<placeName>
   <settlement type="city">Sulmona</settlement>
   <country key="IT">義大利</country>
  </placeName>
 </birth>
 <death notBefore="0017" notAfter="0018">西元後17或18年<placeName>
   <settlement type="city">Tomis (Constanta)</settlement>
   <country key="RO">羅馬尼亞</country>
  </placeName>
 </death>
</person>