<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
空白文字で区切られる
空白で区切られたひとつ以上のキーワード.
sex 当該人物の性別を示す.
状態 任意
データ型

<rng:ref name="data.sex"/>
data.sex
age 当該人物の年齢層を示す.
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
推奨される値.
当該モジュールを使用するもの
下位
宣言

<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,
   attribute role { list { data.word+ } }?,
   attribute sex { data.sex }?,
   attribute age { data.word }?,
   ( model.pLike+ | ( model.personPart | model.global )* )
}
<person sex="2age="mid">
 <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>
解説
段落による散文の解説,またはクラス model.personPartにある一連の人口統計要 素を含むかもしれない.