blob: c0da21276e262e8c683675ba14f5b6cbd765a0c9 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.osee.framework.ui.service.control">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.osee.framework.ui.service.control" id="ServiceLaunch" name="ServiceLaunch"/>
</appInfo>
<documentation>
Contributions to this extension point provide information needed to launch a service.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<element ref="Application"/>
</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="Application">
<complexType>
<sequence>
<element ref="EclipseApplication" minOccurs="0" maxOccurs="1"/>
<element ref="StandAloneApplication" minOccurs="0" maxOccurs="1"/>
<element ref="NotLocalToPlugin" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="ServiceName" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="RequiresJiniGroup" type="boolean" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="EclipseApplication">
<complexType>
<attribute name="EclipseApplicationName" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="IsLocalAllowed" type="boolean" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="VmArgs" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="AppArgs" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="StandAloneApplication">
<complexType>
<sequence>
<element ref="Host" minOccurs="0" maxOccurs="unbounded"/>
<element ref="ApplicationBundle"/>
</sequence>
<attribute name="ExecutionCommand" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="IsLocalAllowed" type="boolean" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="IsRemoteAllowed" type="boolean" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="VmArgs" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="AppArgs" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="Host">
<complexType>
<attribute name="Name" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="ApplicationBundle">
<complexType>
<attribute name="ZipFileName" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="UnzipLocation" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="NotLocalToPlugin">
<complexType>
<attribute name="PluginId" 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>