<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
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="M"
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 gender { list { teidata.gender+ } }?, attribute age { teidata.enumerated }?, ( model.pLike+ | ( model.personPart | model.global | ptr )* ) } |