Table 6.226 — DRM_Scale_Control_Link

Property

Description

Class

  • <DRM Scale Control Link>

Superclass

Subclass

  • None.

Definition

An instance of this DRM class is a specialized <DRM Control Link> used to provide the connection between an ordered aggregation of <DRM Expression> instances and the target fields of a <DRM Scale>.

The expr_index field is a 1-based index into the ordered aggregation of <DRM Expression> instances, and is used to select the specific <DRM Expression> that defines <DRM Scale>'s scale_amount field.

The lower_index field is a 1-based index into the ordered aggregation of <DRM Expression> instances, and is used to select the specific <DRM Expression> that defines the lower limit for <DRM Scale>'s scale_amount.

The upper_index field is a 1-based index into the ordered aggregation of <DRM Expression> instances, and is used to select the specific <DRM Expression> that defines the upper limit for <DRM Scale>'s scale_amount.

Class diagram

Figure 6.271 — DRM_Scale_Control_Link

Inherited field elements

Field name

Range

Field data type

description1

 

String

Field elements

Field name

Range

Field data type

expr_index2

 

Integer_Positive

lower_index3

 

Integer_Unsigned

upper_index4

 

Integer_Unsigned

Associated to (one-way) (inherited)

  • None.

Associated to (one-way)

  • None.

Associated by (one-way) (inherited)

  • None.

Associated by (one-way)

  • None.

Associated with (two-way) (inherited)

  • None.

Associated with (two-way)

  • None.

Composed of (two-way) (inherited)

Composed of (two-way metadata) (inherited)

  • None.

Composed of (two-way metadata)

  • None.

Component of (two-way) (inherited)

  • None.

Component of (two-way)

Constraints

Clarifications

1 This is a text description of the given <DRM Control Link> instance's purpose.

2 This identifies a component <DRM Expression>, the value of which specifies the value of the scale_amount field of the affected <DRM Scale> instances.

3 If non-zero, this is the index of the component <DRM Expression> defining the lower limit of the scaling. A value of zero means no lower limit was defined.

4 If non-zero, this is the index of the component <DRM Expression> defining the upper limit of the scaling. A value of zero means no upper limit was defined.

Example(s)