Atributos | att.datable (att.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.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope)) att.naming (@nymRef) (att.canonical (@key, @ref)) type | clasifica la relación, como social, personal, etc. Estado | Opcional | Tipo de datos | | Los valores sugeridos incluyen: | - social
- relación referida a los roles sociales
- personal
- relación concerniente a los roles personales, p.ej. parentesco, unión, etc. [Por defecto]
- other
- otras clases de relaciones
|
| name | proporciona un nombre para elipo de relación que representan.Estado | Necesario | Tipo de datos | | Valores | an open list of application-dependent keywords |
| active | identifica los participantes activos en una relación no-mutua, o todos los participantes de una mutua.Estado | Opcional | Tipo de datos | 1–∞ apariciones de separado por espacio en blanco | Valores | a list of identifier values for participant or participant
groups |
| mutual | proporciona una lista de participantes entre los cuales se establece una idéntica relaciónEstado | Obligatorios cuando se aplican | Tipo de datos | 1–∞ apariciones de separado por espacio en blanco | Valores | a list of identifier values for participant or participant
groups |
| passive | identifica los participantes ‘pasivos’ en una relación de no reciprocidad.Estado | Opcional | Tipo de datos | 1–∞ apariciones de separado por espacio en blanco | Valores | a list of identifier values for participant or participant
groups |
|
|
Declaración | <rng:element name="relation"> <rng:ref name="att.global.attributes"/> <rng:ref name="att.datable.w3c.attributes"/> <rng:ref name="att.datable.iso.attributes"/> <rng:ref name="att.editLike.attributes"/> <rng:ref name="att.dimensions.attributes"/> <rng:ref name="att.naming.attributes"/> <rng:ref name="att.canonical.attributes"/> <rng:optional> <rng:attribute name="type" a:defaultValue="personal"> <rng:choice> <rng:value>social</rng:value> <rng:value>personal</rng:value> <rng:value>other</rng:value> <rng:data type="Name"/> </rng:choice> </rng:attribute> </rng:optional> <rng:attribute name="name"> <rng:ref name="data.enumerated"/> </rng:attribute> <rng:choice> <rng:optional> <rng:attribute name="active"> <rng:list> <rng:oneOrMore> <rng:ref name="data.pointer"/> </rng:oneOrMore> </rng:list> </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="mutual"> <rng:list> <rng:oneOrMore> <rng:ref name="data.pointer"/> </rng:oneOrMore> </rng:list> </rng:attribute> </rng:optional> </rng:choice> <rng:optional> <rng:attribute name="passive"> <rng:list> <rng:oneOrMore> <rng:ref name="data.pointer"/> </rng:oneOrMore> </rng:list> </rng:attribute> </rng:optional> <rng:optional> <rng:ref name="desc"/> </rng:optional> </rng:element>
element relation
{
att.global.attributes,
att.datable.w3c.attributes,
att.datable.iso.attributes,
att.editLike.attributes,
att.dimensions.attributes,
att.naming.attributes,
att.canonical.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?
} |