blob: 5f4f5a45a0756a2eacdcce9e37574a963f0fdebc [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.wst.common.navigator.views">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.wst.common.navigator.views" id="actionProvder" name="Common Action Provider"/>
</appInfo>
<documentation>
[Enter description of this extension point.]
</documentation>
</annotation>
<include schemaLocation="commonExpression.exsd"/>
<element name="extension">
<complexType>
<sequence>
<element ref="actionProvider"/>
</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>
</annotation>
</attribute>
</complexType>
</element>
<element name="actionProvider">
<annotation>
<documentation>
The action provider has an opportunity to contribute to the context menu and the retargetable actions defined in the IActionBars. Clients may also contribute directly to the view menu through the IActionBars view menu.
</documentation>
</annotation>
<complexType>
<sequence>
<element ref="enablement"/>
<element ref="emfEnablement"/>
</sequence>
<attribute name="class" type="string">
<annotation>
<documentation>
A class which implments the org.eclipse.navigator.ui.ICommonActionProvider interface.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="enablement">
<annotation>
<documentation>
Clients must define an expression that will indicate to the framework when their IActionProvider should be invoked. Because of contributions to the IActionBars, clients must be invoked whenever an object they are interested in is selected. Therefore, clients should use discretion in deciding when their extension should be enabled.
</documentation>
</annotation>
<complexType>
<choice>
<element ref="and"/>
<element ref="or"/>
<element ref="not"/>
<element ref="objectClass"/>
<element ref="objectState"/>
<element ref="pluginState"/>
<element ref="systemProperty"/>
</choice>
</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>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
</documentation>
</annotation>
</schema>