Anchor ::= EMPTY
Name | Type | Default |
Role | CDATA | None |
OS | CDATA | None |
XRefLabel | CDATA | None |
Remap | CDATA | None |
UserLevel | CDATA | None |
RevisionFlag | Enumeration: Added | None |
Conformance | NMTOKENS | None |
Id | ID | Required |
Pagenum | CDATA | None |
Vendor | CDATA | None |
Arch | CDATA | None |
Revision | CDATA | None |
The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.
An anchor identifies a single spot in the content. This may serve as the target for a cross reference, for example, from a Link. The Anchor element may occur almost anywhere.
Anchor has the Role attribute and all of the common attributes except Lang.
These elements contain Anchor: Abbrev, Acronym, Action, Answer, Appendix, Application, Article, Attribution, BiblioDiv, Bibliography, BiblioMisc, BlockQuote, BridgeHead, Callout, Caution, Chapter, Citation, CiteTitle, Command, Comment, ComputerOutput, Database, Emphasis, entry, Filename, FirstTerm, ForeignPhrase, FuncParams, FuncSynopsisInfo, Function, Glossary, GlossDiv, GlossSee, GlossSeeAlso, GlossTerm, Hardware, Important, Index, IndexDiv, Interface, InterfaceDefinition, KeyCap, Label, LineAnnotation, Link, ListItem, Literal, LiteralLayout, LoTentry, ManVolNum, Member, MsgAud, MsgExplan, MsgText, Note, OLink, Option, Optional, Para, Parameter, PartIntro, Phrase, Preface, Primary, PrimaryIE, Procedure, ProductName, ProgramListing, Property, QandADiv, QandASet, Question, Quote, RefEntryTitle, RefPurpose, RefSect1, RefSect2, RefSect3, RefSynopsisDiv, Replaceable, Screen, ScreenInfo, Secondary, SecondaryIE, Sect1, Sect2, Sect3, Sect4, Sect5, Section, See, SeeAlso, SeeAlsoIE, SeeIE, Seg, SegTitle, SetIndex, Sidebar, SimPara, SimpleSect, Step, Subscript, Subtitle, Superscript, Synopsis, SystemItem, Term, Tertiary, TertiaryIE, Tip, Title, TitleAbbrev, ToCback, ToCentry, ToCfront, Trademark, ULink, UserInput, Warning, WordAsWord.
PageNum indicates the page on which the anchor occurs in some printed version of the document.
The PageNum attribute does not influence the pagination or page numbering of an SGML application processing the document; it is informative, not declarative.
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> <para> The anchor element<anchor id="example.anchor.1"> is empty and contributes nothing to the flow of the content in which it occurs. It is only useful as a target. </para>
Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.