background

Name

background -- Report the background or history behind the story element

Synopsis

Content Model
background ::=
(para+)
Attributes

Description

The backgroud is used describe a story elements background or history. 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 background block.

<background>
  <para> I was born in the early 70's in France.</para>
  <para> I studied computer science.</para>
</background>