<relation>

<relation> (relationship) describes any kind of relationship or linkage amongst a specified group of participants. 15.2.2 The Participant Description
Modulnamesdates — 13 Names, Dates, People, and Places
Attribute 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)
typecategorizes the relationship in some respect, e.g. as social, personal or other.
Zustand Optional
Datentyp
data.enumerated
Empfohlene Werte sind:
social
relationship concerned with social roles
personal
relationship concerned with personal roles, e.g. kinship, marriage, etc. [Vorgabe]
other
other kinds of relationship
namesupplies a name for the kind of relationship of which this is an instance.
Zustand Obligatorisch
Datentyp
data.enumerated
Werte an open list of application-dependent keywords
activeidentifies the ‘active’ participants in a non-mutual relationship, or all the participants in a mutual one.
Zustand Optional
Datentyp 1–∞ occurrences of
data.pointer
separated by whitespace
Werte a list of identifier values for participant or participant groups
mutualsupplies a list of participants amongst all of whom the relationship holds equally.
Zustand Obligatorisch wenn zutreffend
Datentyp 1–∞ occurrences of
data.pointer
separated by whitespace
Werte a list of identifier values for participant or participant groups
passiveidentifies the ‘passive’ participants in a non-mutual relationship.
Zustand Optional
Datentyp 1–∞ occurrences of
data.pointer
separated by whitespace
Werte a list of identifier values for participant or participant groups
Verwendet vonlistNym listOrg listPerson listPlace relationGrp
Kann enthalten
core: desc
Deklaration
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?
}
Beispiel
<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.

Beispiel
<relation type="personalname="friendsmutual="#p2 #p3 #p4"/>

This indicates that p2, p3, and p4 are all friends.

Anmerkung
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.