--- a/Data/Sets/composition.xml jeu. mai 26 11:39:29 2016 +0200
+++ b/Data/Sets/composition.xml dim. mai 29 14:06:37 2016 +0200
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- $Id$ -->
<publiset version="1.0">
- <composition xml:lang="fr" pi-source="true"
+ <composition xml:lang="fr" pi-fid="true" pi-source="true"
as="publidoc" attributes="version=1.0">
<division as="document" attributes="id=composition xml:lang=fr">
<head transform="composition.xsl">
--- a/RelaxNG/publiset.rnc jeu. mai 26 11:39:29 2016 +0200
+++ b/RelaxNG/publiset.rnc dim. mai 29 14:06:37 2016 +0200
@@ -216,12 +216,14 @@
composition.id.attribute?
& lang.attribute?
& path.attribute?
+ & pi-fid.attribute?
& pi-source.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-fid.attribute = attribute pi-fid { xsd:boolean }
pi-source.attribute = attribute pi-source { xsd:boolean }
xpath.attribute = attribute xpath { text }
xslt.attribute = attribute xslt { xsd:anyURI }