<ST_EffectContainerType>
(Effect Container Type)
This simple type determines the relationship between effects in a container, either sibling or tree.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Each effect is separately applied to the parent object. example:
|
|
Each effect is applied to the result of the previous effect. example:
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_EffectContainerType">
<restriction base="xsd:token">
<enumeration value="sib"/>
<enumeration value="tree"/>
</restriction>
</simpleType>