tip

$Revision: 1.3 $

$Date: 2002/06/12 11:18:40 $

tip — A suggestion to the user, set off from the text

Synopsis

Content Model

tip ::=
(title?,
 (calloutlist|glosslist|itemizedlist|orderedlist|segmentedlist|
  simplelist|variablelist|literallayout|programlisting|
  programlistingco|screen|screenco|screenshot|synopsis|
  cmdsynopsis|funcsynopsis|classsynopsis|fieldsynopsis|
  constructorsynopsis|destructorsynopsis|methodsynopsis|
  formalpara|para|simpara|address|blockquote|graphic|graphicco|
  mediaobject|mediaobjectco|informalequation|informalexample|
  informalfigure|informaltable|equation|example|figure|table|
  procedure|sidebar|anchor|bridgehead|remark|indexterm|beginpage)+)

Attributes

Common attributes

DocBook NG “Bourbon” Content Model

tip ::=

DocBook NG “Bourbon” Attributes

Common attributes and common linking attributes.

DocBook NG “Bourbon” Additional Constraints

  • caution must not occur in the descendants of tip
  • important must not occur in the descendants of tip
  • note must not occur in the descendants of tip
  • tip must not occur in the descendants of tip
  • warning must not occur in the descendants of tip

Description

A Tip is an admonition set off from the main text.

In some types of documentation, the semantics of admonitions are clearly defined (Caution might imply the possibility of harm to equipment whereas Warning might imply harm to a person), but DocBook makes no such assertions.

Processing expectations

Formatted as a displayed block. Often outputs the generated text “Tip” or some other visible indication of the type of admonition, especially if a Title is not present. Sometimes outputs a graphical icon or other symbol as well.

See Also

caution, important, note, warning.

Examples

<!DOCTYPE tip PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<tip>
<para>
If you tie your shoelaces, you're less likely to trip and 
fall down.
</para>
</tip>

Tip

If you tie your shoelaces, you're less likely to trip and fall down.