--- a/RelaxNG/publidoc.rnc ven. juin 21 19:28:26 2013 +0200
+++ b/RelaxNG/publidoc.rnc ven. juin 21 23:22:30 2013 +0200
@@ -703,7 +703,7 @@
date.value.attribute = attribute value { xsd:date | xsd:gYearMonth | xsd:gYear }
date.of.attribute = attribute of { "birth" | "death" }
-date.content = mixed { sup* & warning* }
+date.content = mixed { sup* & number* & warning* }
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ name ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -711,8 +711,9 @@
name.attributes =
name.of.attribute?
-name.of.attribute = attribute of
- { "person" | "company" | "book" | "newspaper" | "party" | "painting" }
+name.of.attribute = attribute of {
+ "person" | "company" | "book" | "newspaper" | "party" | "movie"
+ | "painting" }
name.content = mixed { sup* & number* & acronym* & warning* }