<particDesc>
<particDesc> (參與描述) 描述在一個語言互動中可辨識的說話者、聲音或其他參與者。 [15.2 Contextual Information] | |
組件 | corpus — Language Corpora |
屬性 | 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.declarable (@default) |
俱乐部会员 | |
可包含在於 | header: profileDesc |
可包含 | |
宣告 |
element particDesc { 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.declarable.attributes, ( model.pLike+ | ( model.personLike | listPerson | listOrg )+ ) } |
例子 | <particDesc> <listPerson> <person xml:id="zh-tw_P-1234" sex="2" age="mid"> <p>女性,穿了一件黑紗金絲相間的緊身旗袍,一個大道士髻梳得烏光水滑的高聳在頭頂上;耳墜、項鍊、手串、髮針、金碧輝煌的掛滿了一身。</p> </person> <person xml:id="zh-tw_P-4332" sex="1"> <persName> <surname>金</surname> <forename>兆麗</forename> <addName>金大班</addName> </persName> <residence notAfter="1970"> <address> <street>西門町</street> <settlement>台北</settlement> </address> </residence> <occupation>舞女</occupation> </person> <listRelation> <relation type="personal" name="spouse" mutual="#zh-tw_P-1234 #zh-tw_P-4332"/> </listRelation> </listPerson> </particDesc> |