<listRelation>
<listRelation> fornisce informazioni relative alle relazioni identificate tra persone, luoghi e organizzazioni, a livello informale discorsivo o sotto forma di legami formalmente espressi [13.3.2.3 Personal Relationships] | |
Modulo | namesdates — Names, Dates, People, and Places |
Attributi | 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.global.source (@source)) att.typed (@type, @subtype) att.sortable (@sortKey) |
Membro del | |
Contenuto in | namesdates: listEvent listNym listOrg listPerson listPlace listRelation |
Può contenere | |
Esempio | <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. |
Esempio | <listRelation> <p>All speakers are members of the Ceruli family, born in Naples.</p> </listRelation> |
Content model | <content> |
Dichiarazione | <rng:element name="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.global.source.attributes, att.typed.attributes, att.sortable.attributes, ( model.headLike*, ( model.pLike | ( relation | listRelation )+ ) ) } |