story-element

Defines a single story-element

Syntax
<story-element
    type="text"
    id="..."?
  >
  <field>...</field>*
  <ref-story-element/>?
  <annotations>...</annotations>?
</story-element>

Only one form of the field element may be used: Standard field.

Attributes
type="text"

The type of the story element.

id="..." (optional)

A unique identifier for this story element. It is only valid and unique within the current syndication file and can be used to enable the establishment of relationships between story elements in the file. Other elements in the file have id-ref attributes that can be used to reference story-element elements.

If the id attribute is present, the story-element will not be imported as part of the storyline, but only included where it's referenced.

The id attribute is not imported along with story elements.