<relation>
<relation> (relazione) descrive una qualsiasi relazione o legame all'interno di un determinato gruppo di persone 15.2.2 The Participant Description | |||||||||||||||||||||||||||||||||||||||||
Modulo | namesdates — 13 Names, Dates, People, and Places | ||||||||||||||||||||||||||||||||||||||||
Attributi | att.datableatt.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to) att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso) att.editLike (@cert, @resp, @evidence, @source) att.naming (@key, @ref, @nymRef)
| ||||||||||||||||||||||||||||||||||||||||
Usato da | listNym listOrg listPerson listPlace relationGrp | ||||||||||||||||||||||||||||||||||||||||
Può contenere | core: desc | ||||||||||||||||||||||||||||||||||||||||
Dichiarazione | element relation { att.global.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.editLike.attributes, att.naming.attributes, attribute type { "social" | "personal" | "other" | xsd:Name }?, attribute name { data.enumerated }, ( attribute active { list { data.pointer+ } }? | attribute mutual { list { data.pointer+ } }? ), attribute passive { list { data.pointer+ } }?, desc? } | ||||||||||||||||||||||||||||||||||||||||
Esempio | <relation type="social" name="supervisor" active="#p1" passive="#p2 #p3 #p4"/> This indicates that the person with identifier p1 is supervisor of persons p2, p3, and p4. | ||||||||||||||||||||||||||||||||||||||||
Esempio | <relation type="personal" name="friends" mutual="#p2 #p3 #p4"/> This indicates that p2, p3, and p4 are all friends. | ||||||||||||||||||||||||||||||||||||||||
Nota | Only one of the attributes active and
mutual may be supplied; the attribute passive
may be supplied only if the attribute active is supplied. Not all
of these constraints can be enforced in all schema languages. |