# HG changeset patch
# User Patrick PIERRE
# Date 1408891658 -7200
# Node ID 5ff538313a95f0954d29d63c811a0726834854f0
# Parent  8343c0c76c4202ca178248873359025c1134b780
Réorganisation

diff -r 8343c0c76c42 -r 5ff538313a95 RelaxNG/publiset.rnc
--- a/RelaxNG/publiset.rnc	mer. août 06 08:20:21 2014 +0200
+++ b/RelaxNG/publiset.rnc	dim. août 24 16:47:38 2014 +0200
@@ -197,16 +197,16 @@
 composition.attributes =
    composition.id.attribute
  & lang.attribute?
+ & path.attribute?
  & pi-source.attribute?
- & path.attribute?
  & (xpath.attribute | xslt.attribute)?
  & remap.attributes
 composition.id.attribute = attribute id { xsd:NMTOKEN }
 lang.attribute = attribute xml:lang { xsd:language }
+path.attribute = attribute path { xsd:anyURI }
 pi-source.attribute = attribute pi-source { xsd:boolean }
-path.attribute = attribute path { xsd:anyURI }
+xpath.attribute = attribute xpath { text }
 xslt.attribute = attribute xslt { xsd:anyURI }
-xpath.attribute = attribute xpath { text }
 
 composition.content =
    composition.head?,