blob: 0e4e347063eb428d4a73631772d05f277313a086 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.jst.common.project.facet.core.libprov" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.eclipse.jst.common.project.facet.core.libprov" id="libraryProviders" name="Library Providers Extension Point"/>
</appinfo>
<documentation>
[Enter description of this extension point.]
</documentation>
</annotation>
<include schemaLocation="schema://org.eclipse.core.expressions/schema/expressionLanguage.exsd"/>
<element name="extension">
<annotation>
<appinfo>
<meta.element />
</appinfo>
<documentation>
(no description available)
</documentation>
</annotation>
<complexType>
<sequence>
<element ref="provider" 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="provider">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
<complexType>
<sequence>
<element ref="label" minOccurs="0" maxOccurs="1"/>
<element ref="priority" minOccurs="0" maxOccurs="1"/>
<element ref="enablement" minOccurs="0" maxOccurs="1"/>
<element ref="param" minOccurs="0" maxOccurs="unbounded"/>
<element ref="action" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
</attribute>
<attribute name="extends" type="string">
<annotation>
<documentation>
(no description available)
</documentation>
<appinfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.jst.common.project.facet.core.libraryProviders/provider/@id"/>
</appinfo>
</annotation>
</attribute>
<attribute name="abstract" type="boolean">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
</attribute>
<attribute name="hidden" type="boolean">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="param">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
<complexType>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
</attribute>
<attribute name="value" type="string">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="action">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
<complexType>
<sequence>
<element ref="config" minOccurs="0" maxOccurs="1"/>
<element ref="operation"/>
</sequence>
<attribute name="type" use="required">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="INSTALL">
</enumeration>
<enumeration value="UNINSTALL">
</enumeration>
</restriction>
</simpleType>
</attribute>
</complexType>
</element>
<element name="config">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
(no description available)
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn="org.eclipse.jst.common.project.facet.core.libprov.LibraryProviderOperationConfig:"/>
</appinfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="operation">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
<complexType>
<attribute name="class" type="string">
<annotation>
<documentation>
(no description available)
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn="org.eclipse.jst.common.project.facet.core.libprov.LibraryProviderOperation:"/>
</appinfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="label" type="string">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
</element>
<element name="priority" type="string">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
</element>
<annotation>
<appinfo>
<meta.section type="since"/>
</appinfo>
<documentation>
WTP 3.1
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="examples"/>
</appinfo>
<documentation>
[Enter extension point usage example here.]
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="copyright"/>
</appinfo>
<documentation>
Copyright (c) 2010 Oracle and others.&lt;br&gt;
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at &lt;a
href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
</documentation>
</annotation>
</schema>