RelaxNG/publiset.rnc
changeset 230 0decd945374e
parent 218 ebfe53d246b3
child 241 b403a6ac3061
--- a/RelaxNG/publiset.rnc	dim. juin 23 12:11:00 2013 +0200
+++ b/RelaxNG/publiset.rnc	lun. juin 24 00:51:01 2013 +0200
@@ -308,10 +308,11 @@
 
 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" | "painting"
+ | "movie" }
 
-name.content = inlines
+name.content = mixed { sup* }
 
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ highlight ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -327,7 +328,7 @@
    uri.attribute
 uri.attribute = attribute uri { xsd:anyURI }
 
-link.content = inlines
+link.content = mixed { sup* & sub* & date* & name* & highlight* }
 
 
 # =============================================================================