Typo in xsd
-----------
Key: COCOON-2028
URL: https://issues.apache.org/jira/browse/COCOON-2028
Project: Cocoon
Issue Type: Bug
Components: - Components: Sitemap
Affects Versions: 2.2-dev (Current SVN)
Reporter: Martin Heiden
Priority: Trivial
Ther's a typo in
core\cocoon-sitemap\cocoon-sitemap-impl\src\main\resources\org\apache\cocoon\sitemap\schema\cocoon-sitemap-1.0.xsd
Index: D:/heiden/Eigene
Dateien/Cocoon/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/org/apache/cocoon/sitemap/schema/cocoon-sitemap-1.0.xsd
===================================================================
--- D:/heiden/Eigene
Dateien/Cocoon/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/org/apache/cocoon/sitemap/schema/cocoon-sitemap-1.0.xsd
(revision 522004)
+++ D:/heiden/Eigene
Dateien/Cocoon/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/org/apache/cocoon/sitemap/schema/cocoon-sitemap-1.0.xsd
(working copy)
@@ -331,7 +331,7 @@
<xsd:group ref="pipeline-content"/>
<xsd:element ref="handle-errors" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
- <xsd:attribute name="id" type="xs:ID" use="optional"/>
+ <xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="type" type="xsd:string" use="optional"/>
<xsd:attribute name="internal-only" type="xsd:string" use="optional"/>
</xsd:complexType>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.