story-element-type

Defines a CUE story element type. A story element type defines a particular type of story element. It defines:

  • The fields a story element is composed of.

  • How the story element is presented in CUE.

Syntax
<story-element-type
    name="NCName"
  >
  <field>...</field>*
  <allow-story-element-types>...</allow-story-element-types>*
  ANY-FOREIGN-ELEMENT*
</story-element-type>

The following forms of the field element may be used: Complex field, Basic field, Boolean field, URI field, Schedule field, Number field, Link field, Enumeration field, Date field, Collection field, Inherited field.

Attributes
name="NCName"

The name of the story-element-type element.