RelaxNG/publidoc.rnc
changeset 39 7faa356bad3e
parent 38 3c8b406be906
child 40 7cfe2d4957c6
--- 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