equal
deleted
inserted
replaced
53 |
53 |
54 composition.head.content = |
54 composition.head.content = |
55 (title, shorttitle?, subtitle?)? |
55 (title, shorttitle?, subtitle?)? |
56 & identifier* |
56 & identifier* |
57 & copyright? |
57 & copyright? |
|
58 & collection? |
58 & contributors? |
59 & contributors? |
59 & keywordset? |
60 & keywordset? |
60 & abstract? |
61 & abstract? |
61 & cover? |
62 & cover? |
62 |
63 |
178 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ copyright ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
179 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ copyright ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
179 |
180 |
180 copyright = element copyright { copyright.content } |
181 copyright = element copyright { copyright.content } |
181 |
182 |
182 copyright.content = inlines |
183 copyright.content = inlines |
|
184 |
|
185 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ collection ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
186 |
|
187 collection = element collection { collection.content } |
|
188 |
|
189 collection.content = inlines |
183 |
190 |
184 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ contributors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
191 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ contributors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
185 |
192 |
186 # ~~~~~~ contributors |
193 # ~~~~~~ contributors |
187 contributors = element contributors { contributors.content } |
194 contributors = element contributors { contributors.content } |