<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

<sib> (Sibling)

Each effect is separately applied to the parent object.

example:

<tree> (Tree)

Each effect is applied to the result of the previous effect.

example:

Referenced By

<cont@type>5.1.10.20); <effectDag@type>5.1.10.25)

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>