2015-05-02 22:58:18 -04:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<!-- Schema file written by PDE -->
|
2015-11-24 14:56:37 -05:00
|
|
|
<schema targetNamespace="org.eclipse.cdt.qt.core" xmlns="http://www.w3.org/2001/XMLSchema">
|
2015-05-02 22:58:18 -04:00
|
|
|
<annotation>
|
2015-11-24 14:56:37 -05:00
|
|
|
<appinfo>
|
2016-03-31 11:28:28 -04:00
|
|
|
<meta.schema plugin="org.eclipse.cdt.qt.core" id="qtToolChainMapper" name="Qt ToolChain Mapper"/>
|
2015-11-24 14:56:37 -05:00
|
|
|
</appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
<documentation>
|
|
|
|
[Enter description of this extension point.]
|
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
|
|
|
|
<element name="extension">
|
|
|
|
<annotation>
|
2015-11-24 14:56:37 -05:00
|
|
|
<appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
<meta.element />
|
2015-11-24 14:56:37 -05:00
|
|
|
</appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
</annotation>
|
|
|
|
<complexType>
|
2016-03-31 11:28:28 -04:00
|
|
|
<sequence minOccurs="1" maxOccurs="unbounded">
|
|
|
|
<element ref="mapping"/>
|
2015-05-02 22:58:18 -04:00
|
|
|
</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>
|
2015-11-24 14:56:37 -05:00
|
|
|
<appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
<meta.attribute translatable="true"/>
|
2015-11-24 14:56:37 -05:00
|
|
|
</appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
</complexType>
|
|
|
|
</element>
|
|
|
|
|
2016-03-31 11:28:28 -04:00
|
|
|
<element name="mapping">
|
2015-05-02 22:58:18 -04:00
|
|
|
<complexType>
|
2016-03-31 11:28:28 -04:00
|
|
|
<sequence minOccurs="0" maxOccurs="unbounded">
|
|
|
|
<element ref="property"/>
|
|
|
|
</sequence>
|
|
|
|
<attribute name="spec" type="string">
|
2015-05-02 22:58:18 -04:00
|
|
|
<annotation>
|
|
|
|
<documentation>
|
2015-09-25 17:01:37 -04:00
|
|
|
|
2015-08-31 11:26:50 -04:00
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
</attribute>
|
2016-03-31 11:28:28 -04:00
|
|
|
</complexType>
|
|
|
|
</element>
|
|
|
|
|
|
|
|
<element name="property">
|
|
|
|
<complexType>
|
|
|
|
<attribute name="key" type="string">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
|
|
|
|
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="value" type="string">
|
2015-08-31 11:26:50 -04:00
|
|
|
<annotation>
|
|
|
|
<documentation>
|
2015-09-25 17:01:37 -04:00
|
|
|
|
2015-05-02 22:58:18 -04:00
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
</complexType>
|
|
|
|
</element>
|
|
|
|
|
|
|
|
<annotation>
|
2015-11-24 14:56:37 -05:00
|
|
|
<appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
<meta.section type="since"/>
|
2015-11-24 14:56:37 -05:00
|
|
|
</appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
<documentation>
|
|
|
|
[Enter the first release in which this extension point appears.]
|
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
|
|
|
|
<annotation>
|
2015-11-24 14:56:37 -05:00
|
|
|
<appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
<meta.section type="examples"/>
|
2015-11-24 14:56:37 -05:00
|
|
|
</appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
<documentation>
|
|
|
|
[Enter extension point usage example here.]
|
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
|
|
|
|
<annotation>
|
2015-11-24 14:56:37 -05:00
|
|
|
<appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
<meta.section type="apiinfo"/>
|
2015-11-24 14:56:37 -05:00
|
|
|
</appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
<documentation>
|
|
|
|
[Enter API information here.]
|
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
|
|
|
|
<annotation>
|
2015-11-24 14:56:37 -05:00
|
|
|
<appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
<meta.section type="implementation"/>
|
2015-11-24 14:56:37 -05:00
|
|
|
</appinfo>
|
2015-05-02 22:58:18 -04:00
|
|
|
<documentation>
|
|
|
|
[Enter information about supplied implementation of this extension point.]
|
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
|
|
|
|
|
|
|
|
</schema>
|