blob: 2837c5e6f1d5b525ed81ede74910448c46137335 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.jst.j2ee.ejb.annotations.xdoclet">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.jst.j2ee.ejb.annotations.xdoclet" id="ejbDocletTaskProvider" name="EJB Doclet Task Provider"/>
</appInfo>
<documentation>
Allows extenders to define tasks that can run during ejbdoclet processing. The task must be supported by XDoclet. Task properties editable by a dynamic UI generated from the extension point.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<element ref="EjbdocletTaskProvider"/>
<element ref="TaskProperty" minOccurs="0" maxOccurs="unbounded"/>
<element ref="AnnotationProvider" minOccurs="0" maxOccurs="3"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
a fully qualified identifier of the target extension point
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
an optional identifier of the extension instance
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
an optional name of the extension instance
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="EjbdocletTaskProvider">
<complexType>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute kind="java"/>
</appInfo>
</annotation>
</attribute>
<attribute name="description" type="string" use="required">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="defaultSelection" type="boolean" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="TaskProperty">
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="label" type="string" use="required">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
<attribute name="default" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="type">
<annotation>
<documentation>
</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="string">
</enumeration>
<enumeration value="boolean">
</enumeration>
<enumeration value="enum">
</enumeration>
<enumeration value="file">
</enumeration>
<enumeration value="dir">
</enumeration>
</restriction>
</simpleType>
</attribute>
<attribute name="restriction" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="include" type="boolean" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="description" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="AnnotationProvider">
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.IXDocletRuntimeAnnotation"/>
</appInfo>
</annotation>
</attribute>
<attribute name="type" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="entity">
</enumeration>
<enumeration value="session">
</enumeration>
<enumeration value="mdb">
</enumeration>
</restriction>
</simpleType>
</attribute>
<attribute name="include" type="boolean" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
&lt;b&gt;This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
&lt;pre&gt;
&lt;extension
id=&quot;org.eclipse.jst.j2ee.xdoclet.ejbDocletTaskProvider.utilobject&quot;
name=&quot;%ejbdoclet.UtilObject&quot;
point=&quot;org.eclipse.jst.j2ee.ejb.annotations.xdoclet.ejbDocletTaskProvider&quot;&gt;
&lt;EjbdocletTaskProvider
class=&quot;org.eclipse.jst.j2ee.xdoclet.runtime.internal.tasks.UtilObjectEjbdocletTaskProvider&quot;
defaultSelection=&quot;true&quot;
description=&quot;%ejbdoclet.UtilObject.desc&quot;
id=&quot;org.eclipse.jst.j2ee.xdoclet.runtime.internal.tasks.UtilObjectEjbdocletTaskProvider&quot;
name=&quot;UtilObject&quot;/&gt;
&lt;TaskProperty
default=&quot;true&quot;
id=&quot;ejbdoclet.utilobject.cacheHomes&quot;
label=&quot;cacheHomes&quot;
include=&quot;true&quot;
type=&quot;boolean&quot;
description=&quot;%ejbdoclet.utilobject.cacheHomes&quot;/&gt;
&lt;TaskProperty
default=&quot;true&quot;
id=&quot;ejbdoclet.utilobject.includeGUID&quot;
label=&quot;includeGUID&quot;
include=&quot;true&quot;
type=&quot;boolean&quot;
description=&quot;%ejbdoclet.utilobject.includeGUID&quot;/&gt;
&lt;TaskProperty
default=&quot;physical&quot;
id=&quot;ejbdoclet.utilobject.kind&quot;
label=&quot;kind&quot;
include=&quot;true&quot;
restriction=&quot;physical,logical&quot;
type=&quot;enum&quot;
description=&quot;%ejbdoclet.utilobject.kind&quot;/&gt;
&lt;/extension&gt;
&lt;/pre&gt;
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
org.eclipse.jst.j2ee.ejb.annotations.xdoclet.runtime plugin
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
Copyright (c) 2005 Eteration A.S. 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>