Download RealSystem iQ Production Guide - Service & Support

Transcript
RealSystem iQ Production Guide
<par id=”master_group” syncBehaviorDefault=“canSlip”>
<par id=”group_X” syncBehaviorDefault=”inherit”>
<ref id=”clip_A” .../>
<ref id=”clip_B” syncBehavior=”locked” .../>
</par>
<par id=”group_Y” syncBehavior=”locked”>
<ref id=”clip_C” .../>
<ref id=”clip_D” .../>
</par>
<par id=”group_Z” syncBehaviorDefault=”locked”>
<ref id=”clip_E” .../>
<ref id=”clip_F” syncBehavior=”locked” .../>
</par>
</par>
The master group sets a syncBehaviorDefault value of canSlip . The elements
within this master group have the following syncBehavior values:
• group_X
set to canSlip
group_X inherits the default value of canSlip from master_group , and passes
that value to the clips it contains, one of which overrides the value:
• clip_A
set to canSlip
• clip_B
set to locked
• group_Y
set to locked
group_Y sets its own behavior to locked . However, it inherits the default
value of canSlip from master_group , and passes that value to both clips it
contains:
• clip_C
set to canSlip
• clip_D
set to canSlip
• group_Z
set to canSlip
group_Z inherits the default value of canSlip from master_group . However, it
changes the default value for the elements it contains to locked . One of the
clips overrides that value:
184
• clip_E
set to locked
• clip_F
set to canSlip