diff -r 3c8b406be906 -r 7faa356bad3e RelaxNG/publidoc.rnc --- a/RelaxNG/publidoc.rnc mer. juil. 20 14:38:48 2011 +0200 +++ b/RelaxNG/publidoc.rnc mer. juil. 20 15:05:37 2011 +0200 @@ -63,6 +63,7 @@ (title, subtitle?)? & identifier* & language? + & copyright? & author* & publisher? & date? @@ -115,6 +116,12 @@ lang.attribute lang.attribute = attribute xml:lang { xsd:language } +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ copyright ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +copyright = element copyright { copyright.content } + +copyright.content = inlines + # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ author, publisher ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~ author @@ -427,11 +434,6 @@ image.content = copyright? -# ~~~~~~ copyright -copyright = element copyright { copyright.content } - -copyright.content = inlines - # ============================================================================= # INLINE LEVEL