Element <run>

Defines the whole document. It has a start tag <run> and an end tag </run>.

Attribute

Attribute
Description
Type
Default (* must have)

id

Specifies a unique id for an element

Interger

Example

<run>
    Content goes here..
</run>

Last updated