<cont>
(Effect Container)
This element specifies an Effect Container. It is a list of effects.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies an optional name for this list of effects, so that it can be referred to later. Must be unique across all effect trees and effect containers. The possible values for this attribute are defined by the XML Schema token datatype. |
|
Specifies the type of container, either sibling or tree. The possible values for this attribute are defined by the ST_EffectContainerType simple type (§5.1.12.20). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_EffectContainer">
<group ref="EG_Effect" minOccurs="0" maxOccurs="unbounded"/>
<attribute name="type" type="ST_EffectContainerType" use="optional" default="sib"/>
<attribute name="name" type="xsd:token" use="optional"/>
</complexType>