<ST_TLAnimateMotionBehaviorOrigin>
(Time List Animate Motion Behavior Origin)
This type specifies what the origin of the motion path is relative to.
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 |
---|---|
|
Layout |
|
Parent |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLAnimateMotionBehaviorOrigin">
<restriction base="xsd:token">
<enumeration value="parent"/>
<enumeration value="layout"/>
</restriction>
</simpleType>