<person>

<person> 特定可能な個人の情報を示す.例えば,言語交流の参加者,歴史資料中で参 照される人物など. 15.2.2 The Participant Description
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 att.editLike (@cert, @resp, @evidence, @source)
role 当該人物の第一位の役割や分類を示す.
状態 任意
データ型 1–∞ occurrences of
data.word
空白文字で区切られる
one or more keywords separated by spaces
sex 当該人物の性別を示す.
状態 任意
データ型
data.sex
age 当該人物の年齢層を示す.
状態 任意
データ型
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.