RefNameDiv

Name

RefNameDiv -- The name, purpose, and classification of a reference page

Synopsis

Content Model

RefNameDiv ::=
(RefDescriptor?,RefName+,RefPurpose,RefClass*,
 (Comment|Link|OLink|ULink)*)

Attributes

Common attributes

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

RefNameDiv is the first mandatory section in a RefEntry. It is a peer to RefSynopsisDiv and RefSect1.

The elements in RefNameDiv identify the topic of the reference page (RefDescriptor or RefName), provide a concise summary (RefPurpose), and classify the page (RefClass).

Processing expectations

Formatted as a displayed block. RefNameDiv usually generates a section heading, in the same typographic style as a RefSect1 Title, called "Name."

The content of this section is traditionally the RefDescriptor or RefName, and the RefPurpose, separated by an em dash.

The RefClass may be presented, or it may be suppressed and used only to select a group of reference pages to process. You might use the value of RefClass to print all the reference pages appropriate to Solaris UNIX, for example.

Formatting reference pages may require a fairly sophisticated processing system. Much of the meta-information about a reference page (its name, type, purpose, title, and classification) is stored in wrappers near the beginning of the RefEntry.

Common presentational features, such as titles and running headers, may require data from several of these wrappers plus some generated text. Other formatting often requires that these elements be reordered.

Parents

These elements contain RefNameDiv: RefEntry.

Children

The following elements occur in RefNameDiv: Comment, Link, OLink, RefClass, RefDescriptor, RefName, RefPurpose, ULink.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

See Also

RefSect1, RefSynopsisDiv

Examples

For examples, see RefEntry.

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.