<person>
<person> (person) 特定可能な個人の情報を示す。例えば、言語交流の参加者、歴史資料中で参 照される人物など。 [14.3.2 The Person Element 16.2.2 The Participant Description] | |||||||||||||||||||||||||
モジュール | namesdates — Names, Dates, People, and Places | ||||||||||||||||||||||||
属性 |
|
||||||||||||||||||||||||
クラブのメンバー | |||||||||||||||||||||||||
上位 |
corpus: particDesc
namesdates: event listPerson org
|
||||||||||||||||||||||||
下位 |
figures: figure notatedMusic
msdescription: msDesc
namesdates: affiliation age birth death education event faith floruit gender langKnowledge listEvent nationality occupation persName persPronouns persona residence sex socecStatus state trait
tagdocs: listRef
transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin
|
||||||||||||||||||||||||
解説 |
段落による散文の解説、またはクラス model.personPartにある一連の人口統計要 素を含むかもしれない。 |
||||||||||||||||||||||||
例 | |||||||||||||||||||||||||
例 | |||||||||||||||||||||||||
例 |
<person xml:id="Ovi01" sex="M" 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> |
||||||||||||||||||||||||
例 |
The following exemplifies an adaptation of the vCard standard to indicate an unknown gender for a fictional character. |
||||||||||||||||||||||||
例 |
This example demonstrates the use of a ref element to provide more information about a person. <person age="G2" role="author"
xml:id="W0212" sex="F"> <birth when="1787"/> <death when="1855"/> <persName type="main">Mitford, Mary Russell (1787–1855)</persName> <persName resp="#Nicoll">MITFORD, MARY RUSSELL</persName> <listBibl type="lacyTitles"> <desc>Lacy's Acting Editions</desc> <bibl> <ref target="lacy:L1280">Foscari</ref> </bibl> <bibl> <ref target="lacy:L1337">Rienzi</ref> </bibl> </listBibl> <listRef type="seeAlso"> <ref target="https://www.victorianresearch.org/atcl/show_author.php?aid=1386">ATCL</ref> <ref target="https://doi.org/10.1093/ref:odnb/18859">ODNB</ref> <ref target="https://en.wikipedia.org/wiki/Mary_Russell_Mitford">Wikipedia</ref> <ref target="https://digitalmitford.org">Digital Mitford</ref> </listRef> </person> |
||||||||||||||||||||||||
Content model |
<content> |
||||||||||||||||||||||||
宣言 |
<rng:element name="person"> element person { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.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 gender { list { teidata.gender+ } }?, attribute age { teidata.enumerated }?, ( model.pLike+ | ( model.personPart | model.global | model.ptrLike )* ) } |