<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
|
||||||||||||||||||
註 |
May contain either a prose description organized as paragraphs, or a sequence of more specific demographic elements drawn from the model.personPart class. |
||||||||||||||||||
例子 | |||||||||||||||||||
例子 |
<person xml:id="zh-tw_Ovi01" sex="1"
role="poet"> <persName xml:lang="en">Ovid</persName> <persName xml:lang="zh-TW">奧維德</persName> <birth when="-0044-03-20"> 西元前43年3月20日<placeName> <settlement type="city">Sulmona</settlement> <country key="IT">義大利</country> </placeName> </birth> <death notBefore="0017" notAfter="0018">西元後17或18年<placeName> <settlement type="city">Tomis (Constanta)</settlement> <country key="RO">羅馬尼亞</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 )* ) } |