Hi, I think there is a typo in cocoon-sitemap-1.0.xsd (in core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/org/apache/co coon/sitemap/schema). At line 334, 'xs:ID' should be changed to 'xsd:ID'. See the patch below.
Do I need to create a JIRA issue for this? Thanks, Bart. Index: cocoon-sitemap-1.0.xsd =================================================================== --- cocoon-sitemap-1.0.xsd (revision 522437) +++ 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>