Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreperico2009-12-17 10:38:30 +0000
committereperico2009-12-17 10:38:30 +0000
commita397be9a603668db54c0eb7d05aa4ee768189686 (patch)
treef155580a3c801f1491722b8f62ebc4bde6965d87 /plugins/profile-tool/org.eclipse.papyrus.diagramprofile/schema/profileDiagram.exsd
parentedccaf722da5b5da572c9ed845373f4b847fae0b (diff)
downloadorg.eclipse.papyrus-a397be9a603668db54c0eb7d05aa4ee768189686.tar.gz
org.eclipse.papyrus-a397be9a603668db54c0eb7d05aa4ee768189686.tar.xz
org.eclipse.papyrus-a397be9a603668db54c0eb7d05aa4ee768189686.zip
According to the task 297816 [SysML] Provide a Parametric diagram. Provide a plugin to easily manage profiles in diagrams
Diffstat (limited to 'plugins/profile-tool/org.eclipse.papyrus.diagramprofile/schema/profileDiagram.exsd')
-rw-r--r--plugins/profile-tool/org.eclipse.papyrus.diagramprofile/schema/profileDiagram.exsd143
1 files changed, 143 insertions, 0 deletions
diff --git a/plugins/profile-tool/org.eclipse.papyrus.diagramprofile/schema/profileDiagram.exsd b/plugins/profile-tool/org.eclipse.papyrus.diagramprofile/schema/profileDiagram.exsd
new file mode 100644
index 00000000000..fe9bc8bdbcf
--- /dev/null
+++ b/plugins/profile-tool/org.eclipse.papyrus.diagramprofile/schema/profileDiagram.exsd
@@ -0,0 +1,143 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.papyrus.diagramprofile" xmlns="http://www.w3.org/2001/XMLSchema">
+<annotation>
+ <appinfo>
+ <meta.schema plugin="org.eclipse.papyrus.diagramprofile" id="profileDiagram" name="Profile Diagram"/>
+ </appinfo>
+ <documentation>
+ [Enter description of this extension point.]
+ </documentation>
+ </annotation>
+
+ <element name="extension">
+ <annotation>
+ <appinfo>
+ <meta.element />
+ </appinfo>
+ </annotation>
+ <complexType>
+ <sequence minOccurs="1" maxOccurs="unbounded">
+ <element ref="profileDiagram"/>
+ </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="profileDiagram">
+ <complexType>
+ <attribute name="classeCandidatesForNewDiagram" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ <appinfo>
+ <meta.attribute kind="java" basedOn=":org.eclipse.emf.ecore.EClass"/>
+ </appinfo>
+ </annotation>
+ </attribute>
+ <attribute name="diagramName" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="profileToMatchName" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="icon" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ <appinfo>
+ <meta.attribute kind="resource"/>
+ </appinfo>
+ </annotation>
+ </attribute>
+ <attribute name="creationCommand" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ <appinfo>
+ <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.core.extension.commands.ICreationCommand"/>
+ </appinfo>
+ </annotation>
+ </attribute>
+ <attribute name="commandId" 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>
+
+
+</schema>

Back to the top