memberof

Name

memberof -- MEMBER usage.

Synopsis

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

membership

Examples

For examples, see ToC.

<memberof id="G02" fmt="nick">
<para> This is the group I fought so hard to become the leader of </para>
</memberof>