--- a/RelaxNG/publidoc.rnc mar. juin 12 11:39:05 2012 +0200
+++ b/RelaxNG/publidoc.rnc mar. juin 12 12:01:43 2012 +0200
@@ -111,10 +111,9 @@
topic = element topic { topic.attributes, topic.content }
topic.attributes =
- topic.xmlid.attribute?
+ topic.id.attribute?
& topic.type.attribute?
& lang.attribute?
-topic.xmlid.attribute = attribute xml:id { xsd:ID }
topic.content =
component.head?,
--- a/RelaxNG/publiquiz.rnc mar. juin 12 11:39:05 2012 +0200
+++ b/RelaxNG/publiquiz.rnc mar. juin 12 12:01:43 2012 +0200
@@ -50,9 +50,8 @@
quiz = element quiz { quiz.attributes, quiz.content }
quiz.attributes =
- quiz.xmlid.attribute?
+ quiz.id.attribute?
& lang.attribute?
-quiz.xmlid.attribute = attribute xml:id { xsd:ID }
quiz.content =
component.head?,