<relation>

<relation> (relación) describe cualquier tipo de relación o vínculo entre un determinato grupo de personas. 15.2.2 The Participant Description
Módulonamesdates — 13 Names, Dates, People, and Places
Atributos 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)
typeclasifica la relación, como social, personal, etc.
Estado Opcional
Tipo de datos
data.enumerated
Suggested values include:
social
relationship concerned with social roles
personal
relationship concerned with personal roles, e.g. kinship, marriage, etc. [Por defecto]
other
other kinds of relationship
nameproporciona un nombre para elipo de relación que representan.
Estado Necesario
Tipo de datos
data.enumerated
Valores an open list of application-dependent keywords
activeidentifies the ‘active’ participants in a non-mutual relationship, or all the participants in a mutual one.
Estado Opcional
Tipo de datos 1–∞ occurrences of
data.pointer
separated by whitespace
Valores a list of identifier values for participant or participant groups
mutualsupplies a list of participants amongst all of whom the relationship holds equally.
Estado Obligatorios cuando se aplican
Tipo de datos 1–∞ occurrences of
data.pointer
separated by whitespace
Valores a list of identifier values for participant or participant groups
passiveidentifica los participantes ‘pasivos’ en una relación de no reciprocidad.
Estado Opcional
Tipo de datos 1–∞ occurrences of
data.pointer
separated by whitespace
Valores a list of identifier values for participant or participant groups
Used bylistNym listOrg listPerson listPlace relationGrp
May contain
core: desc
Declaración
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?
}
Ejemplo
<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.

Ejemplo
<relation type="personalname="friendsmutual="#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.