2008-04-04 15:25:53 +00:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<!-- Schema file written by PDE -->
|
2015-04-17 11:19:19 +02:00
|
|
|
<schema targetNamespace="org.eclipse.tm.terminal.control" xmlns="http://www.w3.org/2001/XMLSchema">
|
2008-04-04 15:25:53 +00:00
|
|
|
<annotation>
|
2009-07-09 11:00:22 +00:00
|
|
|
<appInfo>
|
2015-04-17 11:19:19 +02:00
|
|
|
<meta.schema plugin="org.eclipse.tm.terminal.control" id="connectors" name="Terminal Connector Extensions"/>
|
2009-07-09 11:00:22 +00:00
|
|
|
</appInfo>
|
2008-04-04 15:25:53 +00:00
|
|
|
<documentation>
|
|
|
|
|
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
|
|
|
|
<element name="extension">
|
2009-07-09 11:00:22 +00:00
|
|
|
<annotation>
|
|
|
|
<appInfo>
|
|
|
|
<meta.element />
|
|
|
|
</appInfo>
|
|
|
|
</annotation>
|
2008-04-04 15:25:53 +00:00
|
|
|
<complexType>
|
|
|
|
<sequence minOccurs="1" maxOccurs="unbounded">
|
|
|
|
<element ref="connector"/>
|
|
|
|
</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>
|
2009-07-09 11:00:22 +00:00
|
|
|
<appInfo>
|
2008-04-04 15:25:53 +00:00
|
|
|
<meta.attribute translatable="true"/>
|
2009-07-09 11:00:22 +00:00
|
|
|
</appInfo>
|
2008-04-04 15:25:53 +00:00
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
</complexType>
|
|
|
|
</element>
|
|
|
|
|
|
|
|
<element name="connector">
|
|
|
|
<complexType>
|
|
|
|
<attribute name="class" type="string" use="required">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
|
|
|
A class extending TerminalConnectorImpl
|
|
|
|
</documentation>
|
2009-07-09 11:00:22 +00:00
|
|
|
<appInfo>
|
2008-04-04 15:36:12 +00:00
|
|
|
<meta.attribute kind="java" basedOn="org.eclipse.tm.internal.terminal.provisional.api.provider.TerminalConnectorImpl:"/>
|
2009-07-09 11:00:22 +00:00
|
|
|
</appInfo>
|
2008-04-04 15:25:53 +00:00
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="id" type="string" use="required">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
|
|
|
Uniquely identify this connector for programmatic access. Clients will use this ID in order to find and instantiate it.
|
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="name" type="string">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
|
|
|
The name of the connection (used in the UI)
|
|
|
|
</documentation>
|
2009-07-09 11:00:22 +00:00
|
|
|
<appInfo>
|
2008-04-04 15:25:53 +00:00
|
|
|
<meta.attribute translatable="true"/>
|
2009-07-09 11:00:22 +00:00
|
|
|
</appInfo>
|
|
|
|
</annotation>
|
|
|
|
</attribute>
|
2009-07-10 12:47:22 +00:00
|
|
|
<attribute name="hidden" type="boolean" use="default" value="false">
|
2009-07-09 11:00:22 +00:00
|
|
|
<annotation>
|
|
|
|
<documentation>
|
|
|
|
When set to "true", the terminal connector will not be visible to the user in connector selections.
|
|
|
|
</documentation>
|
2008-04-04 15:25:53 +00:00
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
</complexType>
|
|
|
|
</element>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<annotation>
|
2009-07-09 11:00:22 +00:00
|
|
|
<appInfo>
|
2008-04-04 15:25:53 +00:00
|
|
|
<meta.section type="copyright"/>
|
2009-07-09 11:00:22 +00:00
|
|
|
</appInfo>
|
2008-04-04 15:25:53 +00:00
|
|
|
<documentation>
|
2018-11-01 12:21:58 -04:00
|
|
|
Copyright (c) 2006 - 2018 Wind River Systems, Inc. and others.
|
2008-04-04 15:25:53 +00:00
|
|
|
All rights reserved. This program and the accompanying materials
|
2018-11-01 12:21:58 -04:00
|
|
|
are made available under the terms of the Eclipse Public License 2.0
|
2008-04-04 15:25:53 +00:00
|
|
|
which accompanies this distribution, and is available at
|
2018-11-01 12:21:58 -04:00
|
|
|
https://www.eclipse.org/legal/epl-2.0/
|
2008-04-04 15:25:53 +00:00
|
|
|
|
|
|
|
Contributors:
|
|
|
|
Michael Scharf (Wind River) - initial API and implementation
|
|
|
|
Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
2009-07-10 12:47:22 +00:00
|
|
|
Uwe Stieber (Wind River) - [282996] [terminal][api] Add "hidden" attribute to terminal connector extension point
|
2008-04-04 15:25:53 +00:00
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
|
|
|
|
</schema>
|