<person>
<person> 提供一個已知人物的相關資料,例如語言互動中的參與者、或是歷史來源中提及的人物。 15.2.2 The Participant Description | |||||||||||||||||||||||
組件 | namesdates — 13 Names, Dates, People, and Places | ||||||||||||||||||||||
除全域屬性以外 | att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) )
|
||||||||||||||||||||||
屬於 | |||||||||||||||||||||||
可包含 |
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, attribute role { list { data.enumerated+ } }?, attribute sex { data.sex }?, attribute age { data.enumerated }?, ( model.pLike+ | ( model.personPart | model.global )* ) } |
||||||||||||||||||||||
例子 | |||||||||||||||||||||||
例子 |
<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> |