RelaxNG/publiset.rnc
changeset 26 cc3ab0784a7b
parent 23 814ea44c2469
child 27 31bda0a55c4d
--- 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 }