<person>

<person> 提供一個已知人物的相關資料,例如語言互動中的參與者、或是歷史來源中提及的人物。 15.2.2 The Participant Description
組件namesdates — 13 Names, Dates, People, and Places
屬性 att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope))
role說明該人物的主要角色或分類。
狀態 非必備的
資料類型 1–∞ occurrences of

<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.
屬於
可包含
宣告

<rng:element name="person">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:optional>
 <rng:attribute name="role">
  <rng:list>
   <rng:oneOrMore>
    <rng:ref name="data.enumerated"/>
   </rng:oneOrMore>
  </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.editLike.attributes,
   att.dimensions.attributes,
   attribute role { list { data.enumerated+ } }?,
   attribute sex { data.sex }?,
   attribute age { data.enumerated }?,
   ( model.pLike+ | ( model.personPart | model.global )* )
}
例子
<person sex="2age="mid">
 <p>女性被告。1950年1月12日生於西藏,受過良好教育,職業不明。能說流利漢語,中產階級。</p>
</person>
例子
<person xml:id="zh-tw_Ovi01sex="1role="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="0017notAfter="0018">西元後17或18年<placeName>
   <settlement type="city">Tomis (Constanta)</settlement>
   <country key="RO">羅馬尼亞</country>
  </placeName>
 </death>
</person>