member

Name

member -- MEMBER usage.

Synopsis

Content Model
member ::=
(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

members

Examples

For examples, see ToC.

<member id="TGT01" fmt="nick">
<para> He is the leader of this group </para>
</member>