Liste complétée
authorPatrick PIERRE
ven., 21 juin 2013 23:22:30 +0200
changeset 226 e48bb0f52815
parent 225 4bb2b00913ad
child 227 07011aa93ac5
Liste complétée
RelaxNG/publidoc.rnc
--- 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* }