svn commit: r1309027 - /cocoon/cocoon3/trunk/cocoon-sitemap/src/main/resources/cocoon-sitemap-1.0.xsd
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: thorsten
Date: Tue Apr 3 16:35:29 2012
New Revision: 1309027
URL: http://svn.apache.org/viewvc?rev=1309027&view=rev
Log:
FIxing sitemap xsd since act can have now a src attribute cocoon3-95. Patch submitted by Leonardo Miceli.
Modified:
cocoon/cocoon3/trunk/cocoon-sitemap/src/main/resources/cocoon-sitemap-1.0.xsd
Modified: cocoon/cocoon3/trunk/cocoon-sitemap/src/main/resources/cocoon-sitemap-1.0.xsd
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sitemap/src/main/resources/cocoon-sitemap-1.0.xsd?rev=1309027&r1=1309026&r2=1309027&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sitemap/src/main/resources/cocoon-sitemap-1.0.xsd (original)
+++ cocoon/cocoon3/trunk/cocoon-sitemap/src/main/resources/cocoon-sitemap-1.0.xsd Tue Apr 3 16:35:29 2012
@@ -406,6 +406,11 @@
<xsd:documentation>The type of the action.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute name="src" type="xsd:string" use="optional">
+ <xsd:annotation>
+ <xsd:documentation>The optional source of the action.</xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
</xsd:complexType>
</xsd:element>