relation

Name

relation -- RELATION usage.

Synopsis

Content Model
relation ::=
(para+)
Attributes

Name

Type

Default

idIDREFRequired
fmtNMTOKENNone

Description

The ToCpart element is a division-level ToC element for Parts and References.

Processing expectations

In real life, ToCs are usually generated automatically in the document source.

Attributes

id

This must be a reference to some Story Element (like a Persona). This will like the current story element with that element whose id matches the one specified by this attribute. This is a mandatory attribute.

fmt

Optional parameter that indicates which name of the target story element must be used.

See Also

relations

Examples

For examples, see ToC.

<relation id="P69" fmt="nick">
<para> She's my best contact and informant.</para>
</relation>