Update of /cvsroot/lipog/net.heilancoo.portal/schema
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30813/schema
Modified Files:
responsegenerator.exsd
Log Message:
tidy up of response generators
Index: responsegenerator.exsd
===================================================================
RCS file: /cvsroot/lipog/net.heilancoo.portal/schema/responsegenerator.exsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** responsegenerator.exsd 8 Apr 2009 19:10:09 -0000 1.2
--- responsegenerator.exsd 20 Aug 2009 20:46:56 -0000 1.3
***************
*** 3,9 ****
<schema targetNamespace="net.heilancoo.portal" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
! <appinfo>
<meta.schema plugin="net.heilancoo.portal" id="responsegenerator" name="Response Generator Factory"/>
! </appinfo>
<documentation>
[Enter description of this extension point.]
--- 3,9 ----
<schema targetNamespace="net.heilancoo.portal" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
! <appInfo>
<meta.schema plugin="net.heilancoo.portal" id="responsegenerator" name="Response Generator Factory"/>
! </appInfo>
<documentation>
[Enter description of this extension point.]
***************
*** 13,19 ****
<element name="extension">
<annotation>
! <appinfo>
<meta.element />
! </appinfo>
</annotation>
<complexType>
--- 13,19 ----
<element name="extension">
<annotation>
! <appInfo>
<meta.element />
! </appInfo>
</annotation>
<complexType>
***************
*** 40,46 ****
</documentation>
! <appinfo>
<meta.attribute translatable="true"/>
! </appinfo>
</annotation>
</attribute>
--- 40,46 ----
</documentation>
! <appInfo>
<meta.attribute translatable="true"/>
! </appInfo>
</annotation>
</attribute>
***************
*** 50,61 ****
<element name="responsegenerator">
<complexType>
! <attribute name="generator-factory" type="string" use="required">
<annotation>
<documentation>
</documentation>
! <appinfo>
! <meta.attribute kind="java" basedOn="net.heilancoo.portal.responses.ResponderFactory:"/>
! </appinfo>
</annotation>
</attribute>
--- 50,61 ----
<element name="responsegenerator">
<complexType>
! <attribute name="generator" type="string" use="required">
<annotation>
<documentation>
</documentation>
! <appInfo>
! <meta.attribute kind="java" basedOn="net.heilancoo.portal.responders.Responder:"/>
! </appInfo>
</annotation>
</attribute>
***************
*** 64,70 ****
<annotation>
! <appinfo>
<meta.section type="since"/>
! </appinfo>
<documentation>
[Enter the first release in which this extension point appears.]
--- 64,70 ----
<annotation>
! <appInfo>
<meta.section type="since"/>
! </appInfo>
<documentation>
[Enter the first release in which this extension point appears.]
***************
*** 73,79 ****
<annotation>
! <appinfo>
<meta.section type="examples"/>
! </appinfo>
<documentation>
[Enter extension point usage example here.]
--- 73,79 ----
<annotation>
! <appInfo>
<meta.section type="examples"/>
! </appInfo>
<documentation>
[Enter extension point usage example here.]
***************
*** 82,88 ****
<annotation>
! <appinfo>
<meta.section type="apiInfo"/>
! </appinfo>
<documentation>
[Enter API information here.]
--- 82,88 ----
<annotation>
! <appInfo>
<meta.section type="apiInfo"/>
! </appInfo>
<documentation>
[Enter API information here.]
***************
*** 91,97 ****
<annotation>
! <appinfo>
<meta.section type="implementation"/>
! </appinfo>
<documentation>
[Enter information about supplied implementation of this extension point.]
--- 91,97 ----
<annotation>
! <appInfo>
<meta.section type="implementation"/>
! </appInfo>
<documentation>
[Enter information about supplied implementation of this extension point.]
|