<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  | 
  | 
Relative  | 
Referenced By  | 
|---|
  | 
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>