equal
deleted
inserted
replaced
194 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ top.head ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
194 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ top.head ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
195 |
195 |
196 top.head = element head { top.head.content } |
196 top.head = element head { top.head.content } |
197 |
197 |
198 top.head.content = |
198 top.head.content = |
199 (title, shorttitle?, subtitle*)? |
199 (title & shorttitle? & subtitle*)? |
200 & identifier* |
200 & identifier* |
201 & copyright* |
201 & copyright* |
202 & collection? |
202 & collection? |
203 & contributors? |
203 & contributors? |
204 & date? |
204 & date? |
252 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ division.head ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
252 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ division.head ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
253 |
253 |
254 division.head = element head { division.head.content } |
254 division.head = element head { division.head.content } |
255 |
255 |
256 division.head.content = |
256 division.head.content = |
257 (title, shorttitle?, subtitle*)? |
257 (title & shorttitle? & subtitle*)? |
258 & indexset? |
258 & indexset? |
259 & abstract? |
259 & abstract? |
260 & annotation? |
260 & annotation? |
261 |
261 |
262 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ division ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
262 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ division ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
287 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ component.head ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
287 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ component.head ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
288 |
288 |
289 component.head = element head { component.head.content } |
289 component.head = element head { component.head.content } |
290 |
290 |
291 component.head.content = |
291 component.head.content = |
292 (title, shorttitle?, subtitle*)? |
292 (title & shorttitle? & subtitle*)? |
293 & contributors? |
293 & contributors? |
294 & date? |
294 & date? |
295 & place? |
295 & place? |
296 & keywordset? |
296 & keywordset? |
297 & subjectset? |
297 & subjectset? |
323 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ section.head ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
323 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ section.head ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
324 |
324 |
325 section.head = element head { section.head.content } |
325 section.head = element head { section.head.content } |
326 |
326 |
327 section.head.content = |
327 section.head.content = |
328 (title, shorttitle?, subtitle*)? |
328 (title & shorttitle? & subtitle*)? |
329 & keywordset? |
329 & keywordset? |
330 & subjectset? |
330 & subjectset? |
331 & indexset? |
331 & indexset? |
332 & abstract? |
332 & abstract? |
333 & audio* |
333 & audio* |
378 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ block.head ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
378 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ block.head ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
379 |
379 |
380 block.head = element head { block.head.content } |
380 block.head = element head { block.head.content } |
381 |
381 |
382 block.head.content = |
382 block.head.content = |
383 (title, shorttitle?, subtitle*)? |
383 (title & shorttitle? & subtitle*)? |
384 & indexset? |
384 & indexset? |
385 & annotation? |
385 & annotation? |
386 |
386 |
387 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ block ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
387 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ block ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
388 |
388 |