2007-04-12 07:51:11 +00:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<!-- Schema file written by PDE -->
|
2013-09-12 20:20:28 -04:00
|
|
|
<schema targetNamespace="org.eclipse.cdt.ui" xmlns="http://www.w3.org/2001/XMLSchema">
|
2007-04-12 07:51:11 +00:00
|
|
|
<annotation>
|
|
|
|
<appInfo>
|
2007-04-24 10:20:24 +00:00
|
|
|
<meta.schema plugin="org.eclipse.cdt.ui" id="CDTWizard" name="CDTWizard"/>
|
2007-04-12 07:51:11 +00:00
|
|
|
</appInfo>
|
|
|
|
<documentation>
|
2013-09-12 20:20:28 -04:00
|
|
|
|
2007-04-12 07:51:11 +00:00
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
<element name="extension">
|
2013-09-12 20:20:28 -04:00
|
|
|
<annotation>
|
|
|
|
<appInfo>
|
|
|
|
<meta.element />
|
|
|
|
</appInfo>
|
|
|
|
</annotation>
|
2007-04-12 07:51:11 +00:00
|
|
|
<complexType>
|
|
|
|
<sequence>
|
|
|
|
<element ref="wizard" minOccurs="1" 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="wizard">
|
|
|
|
<complexType>
|
|
|
|
<attribute name="class" type="string">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
|
|
|
|
|
|
|
</documentation>
|
|
|
|
<appInfo>
|
2007-04-26 21:41:44 +00:00
|
|
|
<meta.attribute kind="java" basedOn="org.eclipse.cdt.ui.wizards.CNewWizard"/>
|
2007-04-12 07:51:11 +00:00
|
|
|
</appInfo>
|
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="parent" type="string">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
|
|
|
|
|
|
|
</documentation>
|
|
|
|
<appInfo>
|
|
|
|
<meta.attribute kind="java"/>
|
|
|
|
</appInfo>
|
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="name" type="string">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
|
|
|
|
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
</complexType>
|
|
|
|
</element>
|
|
|
|
</schema>
|