<person>
<person> 特定可能な個人の情報を示す.例えば,言語交流の参加者,歴史資料中で参 照される人物など. 15.2.2 The Participant Description | |||||||||||||||||||||||
モジュール | namesdates — 13 Names, Dates, People, and Places | ||||||||||||||||||||||
グローバル属性の他 | att.editLike (@evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) (att.responsibility (@cert, @resp))
|
||||||||||||||||||||||
当該モジュールを使用するもの | |||||||||||||||||||||||
下位 |
figures: figure
namesdates: affiliation age birth death education event faith floruit langKnowledge nationality occupation persName residence sex socecStatus state trait
textcrit: witDetail
transcr: addSpan damageSpan delSpan fw space
|
||||||||||||||||||||||
宣言 |
element person { att.global.attributes, att.editLike.attributes, att.dimensions.attributes, att.ranging.attributes, att.responsibility.attributes, attribute role { list { data.enumerated+ } }?, attribute sex { data.sex }?, attribute age { data.enumerated }?, ( model.pLike+ | ( model.personPart | model.global )* ) } |
||||||||||||||||||||||
例 |
<person sex="2" age="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="Ovi01" sex="1" role="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="0017" notAfter="0018">17 or 18 AD <placeName> <settlement type="city">Tomis (Constanta)</settlement> <country key="RO">Romania</country> </placeName> </death> </person> |
||||||||||||||||||||||
解説 |
段落による散文の解説,またはクラス model.personPartにある一連の人口統計要 素を含むかもしれない.
|