blob: b9e1c5022c206468ca2502baa6ab82f5fbc80d1b [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.ogee.core" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.eclipse.ogee.core" id="proxy" name="Proxy template"/>
</appinfo>
<documentation>
Proxy template generates a proxy for its selected environment.
</documentation>
</annotation>
<element name="proxy">
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
The id of the proxy template.
</documentation>
</annotation>
</attribute>
<attribute name="Template" type="string" use="required">
<annotation>
<documentation>
The Template class.
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn="org.eclipse.ogee.core.extensions.templates.Template:"/>
</appinfo>
</annotation>
</attribute>
<attribute name="environmentId" type="string" use="required">
<annotation>
<documentation>
The environment&apos;s id of the proxy template.
</documentation>
<appinfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.ogee.core.environment/environment/@id"/>
</appinfo>
</annotation>
</attribute>
<attribute name="patternId" type="string">
<annotation>
<documentation>
The pattern&apos;s id of the proxy template.
</documentation>
<appinfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.ogee.core.pattern/pattern/@id"/>
</appinfo>
</annotation>
</attribute>
<attribute name="outputLocation">
<annotation>
<documentation>
An optional parameter stating the output location of this proxy (project/folder).
</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="project">
</enumeration>
<enumeration value="folder">
</enumeration>
</restriction>
</simpleType>
</attribute>
</complexType>
</element>
<annotation>
<appinfo>
<meta.section type="since"/>
</appinfo>
<documentation>
[Enter the first release in which this extension point appears.]
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="examples"/>
</appinfo>
<documentation>
[Enter extension point usage example here.]
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="apiinfo"/>
</appinfo>
<documentation>
[Enter API information here.]
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="implementation"/>
</appinfo>
<documentation>
[Enter information about supplied implementation of this extension point.]
</documentation>
</annotation>
</schema>