# HG changeset patch
# User Patrick PIERRE <patrick.pierre@prismallia.fr>
# Date 1308243412 -7200
# Node ID 31bda0a55c4d13fa6d732c043e131a0c47933299
# Parent  cc3ab0784a7b22afe37d06ea68bfe8d71222bc06
base -> path

diff -r cc3ab0784a7b -r 31bda0a55c4d RelaxNG/publiset.rnc
--- a/RelaxNG/publiset.rnc	jeu. juin 16 16:30:58 2011 +0200
+++ b/RelaxNG/publiset.rnc	jeu. juin 16 18:56:52 2011 +0200
@@ -44,7 +44,7 @@
 }
 
 selection.attributes =
-   base.attribute?
+   path.attribute?
 selection.id.attribute = attribute xml:id { xsd:ID }
 
 selection.content =
diff -r cc3ab0784a7b -r 31bda0a55c4d RelaxNG/publiset.rng
--- a/RelaxNG/publiset.rng	jeu. juin 16 16:30:58 2011 +0200
+++ b/RelaxNG/publiset.rng	jeu. juin 16 18:56:52 2011 +0200
@@ -69,7 +69,7 @@
   </define>
   <define name="selection.attributes">
     <optional>
-      <ref name="base.attribute"/>
+      <ref name="path.attribute"/>
     </optional>
   </define>
   <define name="selection.id.attribute">