blob: 29d3ebc476a293c8eed4f329bee6ef59915a922e [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.mylyn.tasks.bugs" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.eclipse.mylyn.tasks.bugs" id="support" name="Integrated Support Extensions"/>
</appinfo>
<documentation>
Allows client to provide information for integrated bug reporting.
</documentation>
</annotation>
<element name="extension">
<annotation>
<appinfo>
<meta.element internal="true" />
</appinfo>
</annotation>
<complexType>
<sequence>
<element ref="category" minOccurs="0" maxOccurs="unbounded"/>
<element ref="mapping" minOccurs="0" maxOccurs="unbounded"/>
<element ref="product" minOccurs="0" maxOccurs="unbounded"/>
<element ref="provider" 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="mapping">
<complexType>
<sequence>
<element ref="repository" minOccurs="0" maxOccurs="1"/>
<element ref="property" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="namespace" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="productId" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="repository">
<complexType>
<attribute name="url" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="kind" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="product">
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="providerId" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="description" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="icon" type="string">
<annotation>
<documentation>
A 32x32 branding icon.
</documentation>
</annotation>
</attribute>
<attribute name="url" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="featureId" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="pluginId" type="string">
<annotation>
<documentation>
If specified the product is only listed if the referenced plug-in is installed.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="property">
<complexType>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="value" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="category">
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="description" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="weight" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="provider">
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="categoryId" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="description" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="icon" type="string">
<annotation>
<documentation>
A 32x32 branding icon.
</documentation>
<appinfo>
<meta.attribute kind="resource"/>
</appinfo>
</annotation>
</attribute>
<attribute name="url" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appinfo>
<meta.section type="since"/>
</appinfo>
<documentation>
3.2
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="examples"/>
</appinfo>
<documentation>
&lt;extension point=&quot;org.eclipse.mylyn.tasks.bugs.support&quot;&gt;
&lt;category
id=&quot;org.eclipse.mylyn.tasks.bugs.openSource&quot;
name=&quot;Open-Source&quot;
description=&quot;Community supported Open-Source projects&quot;/&gt;
&lt;organization
id=&quot;org.eclipse&quot;
name=&quot;Eclipse.org&quot;
description=&quot;Eclipse Open-Source projects&quot;
icon=&quot;icons/32/eclipse.png&quot;/&gt;
&lt;product
id=&quot;org.eclipse.mylyn&quot;
name=&quot;Mylyn&quot;
description=&quot;Task Management and Task-Focused Interface&quot;
pluginId=&quot;org.eclipse.mylyn&quot; (for branding icon, installed version) /&gt;
&lt;productRepositoryMapping
namespace=&quot;org.eclipse.mylyn&quot;
productId=&quot;org.eclipse.mylyn&quot;
&lt;repository
kind=&quot;bugzilla&quot;
url=&quot;https://bugs.eclipse.org/bugs&quot;&gt;
&lt;/repository&gt;
&lt;property
name=&quot;product&quot;
value=&quot;Mylyn&quot;&gt;
&lt;/property&gt;
/&gt;
&lt;productRepositoryMapping
namespace=&quot;org.eclipse.mylyn.tasks&quot;
productId=&quot;org.eclipse.mylyn&quot;
&lt;property
name=&quot;component&quot;
value=&quot;Tasks&quot;&gt;
&lt;/property&gt;
&lt;/product&gt;
&lt;/extension&gt;
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="copyright"/>
</appinfo>
<documentation>
Copyright (c) 2009 Tasktop Technologies and others.
</documentation>
</annotation>
</schema>