Previous: The derivedVariable
Element, Up: Variable Elements [Contents][Index]
valueMapEntry
ElementvalueMapEntry :from :to => EMPTY
A valueMapEntry
element defines a mapping from one or more
values of a source expression to a target value. (In the corpus, the
source expression is always just the name of a variable.) Each target
value requires a separate valueMapEntry
. If multiple source
values map to the same target value, they can be combined or separate.
In the corpus, all of the source and target values are integers.
valueMapEntry
has the following attributes.
A source value, or multiple source values separated by semicolons,
e.g. 0
or 13;14;15;16
.
The target value, e.g. 0
.