blob: 49cdfb588069fc4bd034a4068c8046478601a4c0 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.dltk.core" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.eclipse.dltk.core" id="scriptFileConfigurator" name="Script File Configurator"/>
</appinfo>
<documentation>
</documentation>
</annotation>
<element name="extension">
<annotation>
<appinfo>
<meta.element />
</appinfo>
</annotation>
<complexType>
<sequence>
<element ref="scriptFileConfigurator" 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="scriptFileConfigurator">
<annotation>
<appinfo>
<meta.element labelAttribute="nature"/>
</appinfo>
</annotation>
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn=":org.eclipse.dltk.core.IScriptFileConfigurator"/>
</appinfo>
</annotation>
</attribute>
<attribute name="nature" type="string" use="required">
<annotation>
<documentation>
If nature are # then builder is available for all script natures.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
</schema>