<person>

<person> provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a historical source. 15.2.2 The Participant Description
組件namesdates — 13 Names, Dates, People, and Places
屬性 att.editLike (@cert, @resp, @evidence, @source)
rolespecifies a primary role or classification for the person.
狀態 非必備的
資料類型 1–∞ occurrences of
data.word
以空白鍵隔開
one or more keywords separated by spaces
sexspecifies the sex of the person.
狀態 非必備的
資料類型
data.sex
agespecifies an age group for the person.
狀態 非必備的
資料類型
data.word
suggested values are to be supplied
屬於 model.personLike
可包含
宣告
element person
{
   att.global.attributes,
   att.editLike.attributes,
   attribute role { list { data.word+ } }?,
   attribute sex { data.sex }?,
   attribute age { data.word }?,
   ( model.pLike+ | ( model.personPart | model.global )* )
}
例子
<person sex="2age="42">
 <p>Female respondent, well-educated, born in Shropshire
   UK, 12 Jan 1950, of unknown occupation.
   Speaks French fluently. Socio-Economic status B2.</p>
</person>
例子
<person xml:id="Ovi01sex="1role="poet">
 <persName xml:lang="en">Ovid</persName>
 <persName xml:lang="la">Publius Ovidius Naso</persName>
 <birth when="-0044-03-20"> 20 March 43 BC
 <placeName>
   <settlement type="city">Sulmona</settlement>
   <country key="IT">Italy</country>
  </placeName>
 </birth>
 <death notBefore="0017notAfter="0018">17 or 18 AD
 <placeName>
   <settlement type="city">Tomis (Constanta)</settlement>
   <country key="RO">Romania</country>
  </placeName>
 </death>
</person>
May contain either a prose description organized as paragraphs, or a sequence of more specific demographic elements drawn from the model.personPart class.