The <anchor> element provides an integration point that another map can reference in order to insert its navigation into the current navigation tree. For those familiar with Eclipse help systems, this serves the same purpose as the <anchor> element in that system. It may not be supported for all output formats.
Doctype | Content model |
---|---|
map, bookmap, classifyMap, subjectScheme, learningBookmap, learningMap | no content |
Doctype | Content model |
---|---|
map (base), map (technical content), bookmap, classifyMap, learningBookmap, learningMap | map, topicref, topichead, topicgroup, topicset, keydef |
subjectScheme | map, topicref, subjectScheme, topichead, topicgroup, topicset, keydef |
<map> <title>MyComponent tasks</title> <topicref navtitle="Start here" href="start.dita" toc="yes"> <navref mapref="othermap2.ditamap"/> <navref mapref="othermap3.ditamap"/> <anchor id="a1"/> </topicref> </map>
<map anchorref="a1"> <title>This map is pulled into the MyComponent task map</title> ... </map>
Name | Description | Data Type | Default Value | Required? |
---|---|---|---|---|
id | Provides an integration point that another map may reference in order to insert its navigation into the current navigation tree. The anchorref attribute on a map may be used to reference this attribute. See ID attribute in the Architectural Specification for more details. | NMTOKEN | #REQUIRED | Yes |
conref | This attribute is used to reference an ID on content that can be reused. See The conref attribute for examples and details about the syntax. | CDATA | #IMPLIED | No |
select-atts attribute group (props, base, platform, product, audience, otherprops, importance, rev, status) | A set of related attributes, described in select-atts attribute group | |||
localization-atts attribute group (translate, xml:lang, dir) | A set of related attributes, described in localization-atts attribute group. | |||
global-atts attribute group (xtrf, xtrc) | A set of related attributes, described in global-atts attribute group | |||
class, outputclass | Common attributes described in Other common DITA attributes |
Return to main page.
OASIS DITA Version 1.2 -- OASIS Standard, 1 December 2010
Copyright © OASIS Open 2005, 2010. All Rights Reserved.