tip

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

Synopsis

tip ::= [-]

Attributes

Common attributes (ID required).

Additional attributes:

    Additional Constraints

    • caution must not occur among the children or descendants of tip
    • important must not occur among the children or descendants of tip
    • note must not occur among the children or descendants of tip
    • tip must not occur among the children or descendants of tip
    • warning must not occur among the children or descendants of tip
    • If this element is the root element, it must have a version attribute.

    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.

    Attributes

    Common attributes (ID required).

    Parents [+]

    This element occurs in 73 elements.

    Children [+]

    This element contains 63 elements.

    Examples

      1 <article xmlns='http://docbook.org/ns/docbook'>
      2 <title>Example tip</title>
        
      4 <tip>
        <para>If you tie your shoelaces, you're less likely to trip and 
      6 fall down.
        </para>
      8 </tip>
        
     10 </article>

    Tip

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

    Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)