intro

Name

intro -- Defines the introduction to a story

Synopsis

Content Model
intro ::=
   (section*)
Attributes

Name

Type

Default

LabelCDATANone
enum

Enumeration:

1
2

None

Description

The intro is used to contain the introduction to a story, which is a set of sections.

Processing expectations

Currently no processing is being handled.

Attributes

None.

See Also

Story

Examples

For examples, see ToC.

<intro>
  <section>
    <title>The construction of a SGML Story</title>
    <para> And so begins the saga of making a SGML story format...
    </para>
  </section>
</intro>