RelaxNG/publiquiz.rnc
changeset 80 4392d9609436
parent 77 4690abab3daa
child 81 a9276e7bcdf1
equal deleted inserted replaced
79:6e85a5292b80 80:4392d9609436
   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 
   189 
   189 
   190 
   190 # =============================================================================
   191 # =============================================================================
   191 #                                 BLOCK LEVEL
   192 #                                 BLOCK LEVEL
   192 # =============================================================================
   193 # =============================================================================