blob: 2201ac748a996953e6a93eee062b5e0fa8b3183a [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.papyrus.moka.animation" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.eclipse.papyrus.moka.animation" id="animator" name="Animator"/>
</appinfo>
<documentation>
[Enter description of this extension point.]
</documentation>
</annotation>
<element name="extension">
<annotation>
<appinfo>
<meta.element />
</appinfo>
<documentation>
Declare a new animator for the animation framework. This animator enables the possibility to specify a new animation logic for a specific set of model elements.
</documentation>
</annotation>
<complexType>
<sequence>
<element ref="animator" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
<appinfo>
<meta.attribute translatable="true"/>
</appinfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="animator">
<annotation>
<documentation>
When an animator is specified it provides a class to describe the animation logic to apply for a specific set of model elements. In addition, a priority can be declared for the animator. This priority is used to determine in the situation where multiple animators are provided those that must be used by the animation framework.
</documentation>
</annotation>
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref="derivedAnimationAction"/>
</sequence>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
The class implementing your animator. The role of this class is to define the animation logic when a model is visited and left. It also specifies what kind of model element are supported.
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn="org.eclipse.papyrus.moka.animation.engine.animators.Animator:"/>
</appinfo>
</annotation>
</attribute>
<attribute name="priority" type="string">
<annotation>
<documentation>
Priority is included in the interval [0..100]. As the number tends toward 100 the priority is considered as higher.
</documentation>
</annotation>
</attribute>
<attribute name="redefined" type="string">
<annotation>
<documentation>
Identify an existing animator that is redefined by this animator. This animator will replace at runtime the redefined animator.
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn="org.eclipse.papyrus.moka.animation.engine.animators.Animator:"/>
</appinfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="derivedAnimationAction">
<complexType>
<attribute name="class" type="string">
<annotation>
<documentation>
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn="org.eclipse.papyrus.moka.animation.engine.animators.actions.DerivedAnimationAction:"/>
</appinfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appinfo>
<meta.section type="since"/>
</appinfo>
<documentation>
[Enter the first release in which this extension point appears.]
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="examples"/>
</appinfo>
<documentation>
[Enter extension point usage example here.]
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="apiinfo"/>
</appinfo>
<documentation>
[Enter API information here.]
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="implementation"/>
</appinfo>
<documentation>
[Enter information about supplied implementation of this extension point.]
</documentation>
</annotation>
</schema>