<relationGrp>
<relationGrp> (參與者關係) 描述一項語言互動中參與者之間的關係或社交關聯。 [15.2.2 The Participant Description] | |
組件 | namesdates — 13 Names, Dates, People, and Places |
屬性 | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.typed (@type, @subtype) att.sortable (@sortKey) |
屬於 | |
可包含在於 | core: add cit corr del desc emph head hi item l listBibl meeting note orig p q quote ref reg relatedItem said sic stage title unclear dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron stress subc syll tns usg xr msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance source support surrogates namesdates: climate event listEvent listNym listOrg listPerson listPlace location org place population state terrain trait spoken: broadcast scriptStmt writing textstructure: argument body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph imprimatur postscript signed titlePart verse: rhyme |
可包含 | |
宣告 |
element relationGrp { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.typed.attributes, att.sortable.attributes, ( model.pLike+ | relation+ ) } |
例子 | <listPerson> <person xml:id="zh-tw_p1"> <!-- 第一人的資料 --> </person> <!-- 更多關於此人的元素 --> </listPerson> <relationGrp type="personal"> <relation name="parent" active="#zh-tw_p1 #zh-tw_p2" passive="#p3 #p4"/> <relation name="spouse" mutual="#zh-tw_p1 #zh-tw_p2"/> </relationGrp> <relationGrp type="social"> <relation name="employer" active="#zh-tw_p1" passive="#p3 #p5 #p6 #p7"/> </relationGrp> |
例子 |