<< Click to Display Table of Contents >> Navigation: Support > Reconfigurable Rulebook > Definition Objects > EventAndStageStyleMapping |
Given the Target Collection Name, AttributeValueAppellation, and EventAppellation / StageAppellation, the Event and Stage Style Mapping defines how to map these inputs to an EventStyle or StageStyle. This is then used in the generation of a ResultCOF data structure.
Name |
Value Type |
Description |
AttributeValueAppellation |
List of strings |
The AttributeValueAppellations to use within this mapping. Not required, the default value is an empty list, which means to match all values of AttributeValueAppellations. |
TargetCollectionName |
List of strings |
The TargetCollectionNames to use within this mapping. Not required, the default value is an empty list, which means to match all values of TargetCollectionNames. |
DefaultEventStyleDef |
String formatted as a Set Name |
The EventStyle definition to use if a mappings could not be found. Required. |
DefaultStageStyleDef |
String formatted as a Set Name |
The StageStyle definition to use if a mappings could not be found. Required. |
EventStyleMappings |
List of EventStyleMapping |
The EventAppellation specific mappings to use for EVENT STYLES. |
StageStyleMappings |
List of StageStyleMapping |
The EventAppellation specific mappings to use for STAGE STYLES. |