Réorganisation
authorPatrick PIERRE
dim., 24 août 2014 16:47:38 +0200
changeset 323 5ff538313a95
parent 322 8343c0c76c42
child 324 2f4f47a5a80c
Réorganisation
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?,