The specialized Control Link used to provide the connection between an ordered aggregation of Expressions and the target fields of a Translation.
The expr_index field is a 1-based index into the ordered aggregation of Expressions, and is used to select the specific Expression that defines Translation's translation_amount field.
The lower_index field is a 1-based index into the ordered aggregation of Expressions, and is used to select the specific Expression that defines the lower limit for Translation's translation_amount.
The upper_index field is a 1-based index into the ordered aggregation of Expressions, and is used to select the specific Expression that defines the upper limit for Translation's translation_amount.
This Translation Control Link will specify
| SE_STRING | description; | (notes) |
|---|
| SE_UINT32 | expr_index; | (notes) |
|---|---|---|
| SE_UINT32 | lower_index; | (notes) |
| SE_UINT32 | upper_index; | (notes) |
A text description of what the Control_Link is for
index of the expression whose value controls the translation_amount field of the affected <Translation>
index of the expression defining the lower limit of the translation. An upper_index value of 0 means no lower limit was defined.
index of the expression defining the upper limit of the translation. An upper_index value of 0 means no upper limit was defined.