[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
ST_TLAnimateMotionPathEditMode (Time List Animate Motion Path Edit Mode)
This type specifies how the motion path moves when the target element is moved.
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 |
fixed (Path Edit Mode Enum ( Fixed )) |
Fixed |
relative (Path Edit Mode Enum ( Relative )) |
Relative |
Referenced By |
animMotion@pathEditMode (§4.6.4) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLAnimateMotionPathEditMode">
<restriction base="xsd:token">
<enumeration value="relative"/>
<enumeration value="fixed"/>
</restriction>
</simpleType>