blob: 4f65680d008e5df585c983e1963efa859e4176dd [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.dltk.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.dltk.ui" id="modelContentProvider" name="modelContentProvider"/>
</appInfo>
<documentation>
Extension point used for configuration of model content providers.
With this extension it is possibly to display some custom items in script explorer and other views.
</documentation>
</annotation>
<element name="extension">
<annotation>
<appInfo>
<meta.element />
</appInfo>
</annotation>
<complexType>
<sequence>
<element ref="modelContentProvider" 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="modelContentProvider">
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
Model identifier
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
Class implementing IModelProvider to build structure
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.dltk.ui.IModelContentProvider"/>
</appInfo>
</annotation>
</attribute>
<attribute name="requires" type="string">
<annotation>
<documentation>
Specify identifier required to be executed before this one.
Be aware we are not checking for cyclic dependencies.
</documentation>
</annotation>
</attribute>
<attribute name="language" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
</schema>