Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drigo Pastore2010-01-15 17:01:40 +0000
committerDaniel Drigo Pastore2010-01-15 17:01:40 +0000
commit23389f35bded4da952d6f3e625561f4aaed4de6f (patch)
treecf3add465ec1bc42fb71537fe39b1fef5cc3e00a /proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/schema/protocols.exsd
parent2d82a866435c9726dfb705bb6471f759246b6924 (diff)
downloadorg.eclipse.linuxtools-23389f35bded4da952d6f3e625561f4aaed4de6f.tar.gz
org.eclipse.linuxtools-23389f35bded4da952d6f3e625561f4aaed4de6f.tar.xz
org.eclipse.linuxtools-23389f35bded4da952d6f3e625561f4aaed4de6f.zip
Refactoring TmL to Sequoyah
Diffstat (limited to 'proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/schema/protocols.exsd')
-rw-r--r--proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/schema/protocols.exsd109
1 files changed, 109 insertions, 0 deletions
diff --git a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/schema/protocols.exsd b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/schema/protocols.exsd
new file mode 100644
index 0000000000..369d9809a1
--- /dev/null
+++ b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/schema/protocols.exsd
@@ -0,0 +1,109 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.sequoyah.device.linuxtools.base" xmlns="http://www.w3.org/2001/XMLSchema">
+<annotation>
+ <appInfo>
+ <meta.schema plugin="org.eclipse.sequoyah.device.linuxtools.base" id="org.eclipse.sequoyah.device.linuxtools.base.protocols" name="Linux Tools protocols"/>
+ </appInfo>
+ <documentation>
+
+ </documentation>
+ </annotation>
+
+ <element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element />
+ </appInfo>
+ </annotation>
+ <complexType>
+ <sequence>
+ <element ref="protocol" minOccurs="0" 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="protocol">
+ <complexType>
+ <sequence>
+ <element ref="capability" minOccurs="1" maxOccurs="unbounded"/>
+ </sequence>
+ <attribute name="name" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="class" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="java" basedOn=":org.eclipse.sequoyah.device.linuxtools.network.IConnectionProvider"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ <attribute name="default_port" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="id" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="capability">
+ <complexType>
+ <attribute name="id" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="identifier" basedOn="org.eclipse.tml.linuxtools.base.capabilities/capability/@id"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+
+
+
+
+
+</schema>

Back to the top