mref Element

Author-it XML Format

Description

The mref element represents a macro object in a paragraph. This element may contain text, and a cs child element.

Attributes

Attribute Name

Optional

Data Type

id

No

Integer > 0. An Object ID.

Parent Element

p

Children

Element

Optional

Occurs

cs

Yes

Zero to many times

Values

Data Type

Range

String

0 to 4000 characters long.

Sample XML

<p id="3">
Macro object:
<mref id="510">
Close
<cs id="3264">Main</cs>
Window
</mref>
</p>