template

Defines the structure of a particular type of storyline. This structure determines the editing options offered to users in the CUE editor.

Syntax
<template
    name="NCName"
  >
  ANY-FOREIGN-ELEMENT*<base-story-element>...</base-story-element>
  
  <required-story-elements>...</required-story-elements>*
  <default-story-elements>...</default-story-elements>*
  <allowed-story-elements>...</allowed-story-elements>+
</template>
Attributes
name="NCName"

The name of the referenced story-element-type. It must exactly match a name specified in a story element type resource.