4.4.2 Section Source
The <text:section-source>
element indicates that the enclosed section is a linked section. If this
element is used, it must be the first element in the <text:section>
element.
<define name="text-section-source">
<element
name="text:section-source">
<ref
name="text-section-source-attr"/>
</element>
</define>
The attributes that may be associated with the <text:section-source> attribute are:
�
Section source URL
�
Name of linked section
�
Filter name
Section Source URL
These attributes identify the document or section to which
the section is linked. The name of the target section is identified by the
local part of the URL, following the hash mark. The xlink:href
attribute is implied because <text:section-source>
elements may also link to internal sections.
<define name="text-section-source-attr"
combine="interleave">
<optional>
<attribute
name="xlink:href">
<ref
name="anyURI"/>
</attribute>
<optional>
<attribute
name="xlink:type" a:defaultValue="simple">
<value>simple</value>
</attribute>
</optional>
<optional>
<attribute
name="xlink:show" a:defaultValue="embed">
<value>embed</value>
</attribute>
</optional>
</optional>
</define>
Name of Linked Section
If the link targets a section of a document, the attribute text:section name contains the name of the target
section. If the attribute is not present, the link targets the entire document.
<define name="text-section-source-attr"
combine="interleave">
<optional>
<attribute
name="text:section-name">
<ref
name="string"/>
</attribute>
</optional>
</define>
Filter Name
The text:filter-name attribute
specifies which filter type was used to import the link target. The value of
this attribute is implementation dependent.
<define name="text-section-source-attr"
combine="interleave">
<optional>
<attribute
name="text:filter-name">
<ref name="string"/>
</attribute>
</optional>
</define>