<listRelation>
<listRelation> 人,場所,組織間の関係に関する情報を,散文またはリンクによる形式的表 現で示す. [15.2.2 The Participant Description] | |
モジュール | namesdates — 13 Names, Dates, People, and Places |
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @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 titlePart verse: rhyme |
下位 | |
宣言 |
element listRelation { 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="pp1"> <!-- data about person pp1 --> </person> <person xml:id="pp2"> <!-- data about person pp1 --> </person> <!-- more person (pp3, pp4) elements here --> </listPerson> <listRelation type="personal"> <relation name="parent" active="#pp1 #pp2" passive="#pp3 #pp4"/> <relation name="spouse" mutual="#pp1 #pp2"/> </listRelation> <listRelation type="social"> <relation name="employer" active="#pp1" passive="#pp3 #pp5 #pp6 #pp7"/> </listRelation> The persons with identifiers pp1 and p2 are the parents of pp3 and pp4; they are also married to each other; pp1 is the employer of pp3, pp5, pp6, and pp7. |
例 | <listRelation> <p>All speakers are members of the Ceruli family, born in Naples.</p> </listRelation> |
解説 | 段落または一連の要素relationによる散文を含むかもしれない. |