Correction des chiffres romains
authorPatrick PIERRE <patrick.pierre@prismallia.fr>
mer., 04 sept. 2013 17:40:52 +0200
changeset 246 430c1f46b074
parent 245 2d5de0246a8e
child 247 120194e150ed
Correction des chiffres romains
RelaxNG/publidoc.rnc
--- a/RelaxNG/publidoc.rnc	mer. sept. 04 13:40:39 2013 +0200
+++ b/RelaxNG/publidoc.rnc	mer. sept. 04 17:40:52 2013 +0200
@@ -689,7 +689,7 @@
 number.value.attribute = attribute value { xsd:integer | xsd:decimal }
 
 number.content = mixed { sup* & warning* }
-number.roman.content = xsd:token {pattern = "[DLXVI]+"}
+number.roman.content = xsd:token {pattern = "[MCLXVI]+"}
 
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ math ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~