<person>
<person> (person) 特定可能な個人の情報を示す.例えば,言語交流の参加者,歴史資料中で参 照される人物など. [13.3.2 The Person Element 15.2.2 The Participant Description] | |||||||||||||||||||
モジュール | namesdates — Names, Dates, People, and Places | ||||||||||||||||||
属性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.editLike (@evidence, @instant) att.sortable (@sortKey)
| ||||||||||||||||||
クラブのメンバー | |||||||||||||||||||
上位 | corpus: particDesc namesdates: listPerson org | ||||||||||||||||||
下位 | figures: figure notatedMusic msdescription: msDesc namesdates: affiliation age birth death education event faith floruit langKnowledge listEvent nationality occupation persName persPronouns persona residence sex socecStatus state trait transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin | ||||||||||||||||||
解説 | 段落による散文の解説,またはクラス model.personPartにある一連の人口統計要 素を含むかもしれない. | ||||||||||||||||||
例 | |||||||||||||||||||
例 | |||||||||||||||||||
例 | <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> | ||||||||||||||||||
Content model | <content> | ||||||||||||||||||
宣言 | <rng:element name="person"> element person { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.editLike.attributes, att.sortable.attributes, attribute role { list { teidata.enumerated+ } }?, attribute sex { list { teidata.sex+ } }?, attribute age { teidata.enumerated }?, ( model.pLike+ | ( model.personPart | model.global | ptr )* ) } |