[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
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 (Origin Enum ( Layout )) |
Layout |
parent (Origin Enum ( Parent )) |
Parent |
Referenced By |
animMotion@origin (§4.6.4) |
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>