diff -r d77ae7040e3e -r cc3ab0784a7b RelaxNG/publiset.rnc --- a/RelaxNG/publiset.rnc mar. juin 14 17:13:46 2011 +0200 +++ b/RelaxNG/publiset.rnc jeu. juin 16 16:30:58 2011 +0200 @@ -154,13 +154,13 @@ } composition.division.attributes = - base.attribute? + path.attribute? & xslt.attribute? & xpath.attribute? & remap.attributes selection.division.attributes = - base.attribute? -base.attribute = attribute base { xsd:anyURI } + path.attribute? +path.attribute = attribute path { xsd:anyURI } xslt.attribute = attribute xslt { xsd:anyURI } xpath.attribute = attribute xpath { text }