<listRelation>
<listRelation> 人,場所,組織間の関係に関する情報を,散文またはリンクによる形式的表 現で示す. [13.3.2.3 Personal Relationships] | |
モジュール | namesdates — Names, Dates, People, and Places |
属性 | 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.typed (@type, @subtype) att.sortable (@sortKey) |
クラブのメンバー | |
上位 | namesdates: listEvent listNym listOrg listPerson listPlace listRelation |
下位 | |
宣言 |
element listRelation { 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.typed.attributes, att.sortable.attributes, ( model.headLike*, ( model.pLike | ( relation | listRelation )+ ) ) } |
例 | <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による散文を含むかもしれない. |