blob: 9f3250a305ee02642361ef382a5987b99aebca73 [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="starter_application" name="starter application"/>
</appinfo>
<documentation>
Starter Application template generates a starter application for its selected environment.
</documentation>
</annotation>
<element name="starter_application">
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
The id of the starter-application 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 starter-application template.
</documentation>
<appinfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.ogee.core.environment/environment/@id"/>
</appinfo>
</annotation>
</attribute>
<attribute name="displayName" type="string" use="required">
<annotation>
<documentation>
The display name of the starter-application template.
</documentation>
<appinfo>
<meta.attribute translatable="true"/>
</appinfo>
</annotation>
</attribute>
<attribute name="description" type="string" use="required">
<annotation>
<documentation>
The description of the starter-application template.
</documentation>
<appinfo>
<meta.attribute translatable="true"/>
</appinfo>
</annotation>
</attribute>
<attribute name="icon" type="string" use="required">
<annotation>
<documentation>
The icon of the starter-application template.
</documentation>
<appinfo>
<meta.attribute kind="resource"/>
</appinfo>
</annotation>
</attribute>
<attribute name="patternId" type="string">
<annotation>
<documentation>
The pattern&apos;s id of the starter-application template.
</documentation>
<appinfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.ogee.core.pattern/pattern/@id"/>
</appinfo>
</annotation>
</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>