diff options
author | Kevin Barnes | 2004-09-08 02:33:44 +0000 |
---|---|---|
committer | Kevin Barnes | 2004-09-08 02:33:44 +0000 |
commit | 2f5368ec9695a6bd09a01480cd994c8730746930 (patch) | |
tree | 305a26918df1faaa15fa4031e393120e8e0595d6 /org.eclipse.ui.console/schema | |
parent | ac510de85da74d6121680a173f957b21774a67b2 (diff) | |
download | eclipse.platform.debug-2f5368ec9695a6bd09a01480cd994c8730746930.tar.gz eclipse.platform.debug-2f5368ec9695a6bd09a01480cd994c8730746930.tar.xz eclipse.platform.debug-2f5368ec9695a6bd09a01480cd994c8730746930.zip |
Bug 56252 - [Generic Console] no support for enabled/disabled lifecycles
Diffstat (limited to 'org.eclipse.ui.console/schema')
-rw-r--r-- | org.eclipse.ui.console/schema/consoleFactory.exsd | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/org.eclipse.ui.console/schema/consoleFactory.exsd b/org.eclipse.ui.console/schema/consoleFactory.exsd new file mode 100644 index 000000000..8e7a1002e --- /dev/null +++ b/org.eclipse.ui.console/schema/consoleFactory.exsd @@ -0,0 +1,118 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- Schema file written by PDE --> +<schema targetNamespace="org.eclipse.ui.console"> +<annotation> + <appInfo> + <meta.schema plugin="org.eclipse.ui.console" id="consoleFactory" name="%ConsoleFactoryName"/> + </appInfo> + <documentation> + [Enter description of this extension point.] + </documentation> + </annotation> + + <include schemaLocation="schema://org.eclipse.core.expressions/schema/expressionLanguage.exsd"/> + + <element name="extension"> + <complexType> + <sequence> + <element ref="consoleFactory"/> + </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="consoleFactory"> + <complexType> + <sequence> + <element ref="enablement"/> + </sequence> + <attribute name="label" type="string" use="required"> + <annotation> + <documentation> + + </documentation> + </annotation> + </attribute> + <attribute name="image" type="string"> + <annotation> + <documentation> + + </documentation> + </annotation> + </attribute> + <attribute name="class" type="string" use="required"> + <annotation> + <documentation> + + </documentation> + </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> + + <annotation> + <appInfo> + <meta.section type="copyright"/> + </appInfo> + <documentation> + + </documentation> + </annotation> + +</schema> |