V5.1 Assemblyassociation
association — Identifies the type of relationship between one or more resources.
Synopsis
association ::=
- text
Attributes
None.
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
None.
- any attribute
Any attribute in an 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
5modules. -->
<association>Advanced User Topics</association>
<instance linkend="xidi.parameters.syntax"/>
<instance linkend="svn.properties"/>
</relationship>
10</relationships>