RelaxNG/publiquiz.rnc
changeset 81 a9276e7bcdf1
parent 80 4392d9609436
child 84 666cb4bd1342
equal deleted inserted replaced
80:4392d9609436 81:a9276e7bcdf1
   182 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ commentary ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   182 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ commentary ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   183 
   183 
   184 commentary = element commentary { commentary.content }
   184 commentary = element commentary { commentary.content }
   185 
   185 
   186 commentary.content =
   186 commentary.content =
   187    (section* | block*),
   187    (section+ | block+)?,
   188    link*
   188    link*
   189 
   189 
   190 
   190 
   191 # =============================================================================
   191 # =============================================================================
   192 #                                 BLOCK LEVEL
   192 #                                 BLOCK LEVEL