Whole document tree
    

Whole document tree

RefNameDiv

RefNameDiv

Name

RefNameDiv -- Major division of a reference page containing naming, purpose, and classification information

Content Model

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

Attributes

This element has common and Role attributes.

Tag Minimization

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

Description

Major division of a reference page containing naming, purpose, and classification information. It contains, in order, an optional RefDescriptor, one or more RefNames, a required RefPurpose, and any number of optional RefClass, followed by any number of Comments and links, in any order. It has common attributes.

Parents

RefNameDiv occurs in RefEntry.

Children

RefNameDiv contains these elements: Comment, Link, OLink, RefClass, RefDescriptor, RefName, RefPurpose, ULink.

In some contexts, additional elements may be allowed by inclusions in parent elements.

Examples

<REFNAMEDIV ID="X061-RP72">
<REFNAME>abcwm
</REFNAME>
<REFPURPOSE>the ABC window manager
</REFPURPOSE>
<REFCLASS>ABC system</REFCLASS>
</REFNAMEDIV>
<REFNAMEDIV ID="X061-RP73">
<REFNAME>grep
</REFNAME>
<REFNAME>egrep
</REFNAME>
<REFNAME>fgrep
</REFNAME>
<REFPURPOSE>search a file for a string or regular expression
</REFPURPOSE>
</REFNAMEDIV>
<REFNAMEDIV ID="X061-RP74">
<REFDESCRIPTOR>string
</REFDESCRIPTOR>
<REFNAME>strcat
</REFNAME>
<REFNAME>strdup
</REFNAME>
<REFNAME>strncat
</REFNAME>
<REFNAME>strcmp
</REFNAME>
<REFNAME>strncmp
</REFNAME>
<REFPURPOSE>string operators
</REFPURPOSE>
</REFNAMEDIV>