desc

Name

desc -- Description of a story elements appearance

Synopsis

Content Model
desc ::=
    (para+)
Attributes

Description

The desc is used describe a story elements appearance. It is composed of paragraphs.

Processing expectations

This will be included in the main output as a separate section.

Attributes

None.

See Also

Event, Locale, Group, Persona

Examples

This is a simple example of the desc block.

<desc>
  <para>The lake is a beautiful place sorrounded by forests...</para>
  <para>The path that leads to the lake is covered with flowers...</para>
</desc>