# HG changeset patch # User Patrick PIERRE # Date 1371849750 -7200 # Node ID e48bb0f528153e2deffa4780c15d69af66f129f2 # Parent 4bb2b00913ad1443ea19f854cc97a37c096e9940 Liste complétée diff -r 4bb2b00913ad -r e48bb0f52815 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* }