V5.1 Assemblyassociation

association — Identifies the type of relationship between one or more resources.

Synopsis

association ::=

  • text

Attributes

Common attributes.

No additional attributes.

Description

An assembly can assert that a relationship exists between two or more resources. The nature of that relationship is described by the association.

Processing expectations

The association is often used as a title for a list of links generated from the relationship.

Attributes

Common attributes.

any attribute

Any attribute in any other explicit namespace

Parents

These elements contain association: relationship.

Examples

 1 |<relationships xmlns="http://docbook.org/ns/docbook" version="5.1">
   |  <relationship type="collection">
   |    <!-- This is a collection that might be presented as list of links or
   |         references to pages.  Applies across any documents that include the
 5 |         modules. -->
   |    <association>Advanced User Topics</association>
   |    <instance linkend="xidi.parameters.syntax"/>
   |    <instance linkend="svn.properties"/>
   |  </relationship>
10 |</relationships>