Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorafinkbein2009-01-14 23:39:50 +0000
committerafinkbein2009-01-14 23:39:50 +0000
commit934a3a92df750c0d42eda127adfe212fa642f362 (patch)
tree04a42c6d621520a73de8364ecee9a83c516211bf /org.eclipse.osee.define/schema/DefineNavigateItem.exsd
parent12fd0c1eff41794023adef19cad7b78fe8f4f65f (diff)
downloadorg.eclipse.osee-934a3a92df750c0d42eda127adfe212fa642f362.tar.gz
org.eclipse.osee-934a3a92df750c0d42eda127adfe212fa642f362.tar.xz
org.eclipse.osee-934a3a92df750c0d42eda127adfe212fa642f362.zip
Diffstat (limited to 'org.eclipse.osee.define/schema/DefineNavigateItem.exsd')
-rw-r--r--org.eclipse.osee.define/schema/DefineNavigateItem.exsd105
1 files changed, 105 insertions, 0 deletions
diff --git a/org.eclipse.osee.define/schema/DefineNavigateItem.exsd b/org.eclipse.osee.define/schema/DefineNavigateItem.exsd
new file mode 100644
index 00000000000..9338072d6d8
--- /dev/null
+++ b/org.eclipse.osee.define/schema/DefineNavigateItem.exsd
@@ -0,0 +1,105 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.osee.define">
+<annotation>
+ <appInfo>
+ <meta.schema plugin="org.eclipse.osee.define" id="DefineNavigateItem" name="DefineNavigateItem"/>
+ </appInfo>
+ <documentation>
+ [Enter description of this extension point.]
+ </documentation>
+ </annotation>
+
+ <element name="extension">
+ <complexType>
+ <sequence>
+ <element ref="IDefineNavigateItem"/>
+ </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="IDefineNavigateItem">
+ <complexType>
+ <attribute name="classname" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="java"/>
+ </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>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="copyright"/>
+ </appInfo>
+ <documentation>
+
+ </documentation>
+ </annotation>
+
+</schema>

Back to the top