RelaxNG/publidoc.rnc
changeset 72 c85252fac80c
parent 71 91ae8b8e07c6
child 73 0a3a8006996b
equal deleted inserted replaced
71:91ae8b8e07c6 72:c85252fac80c
   354    block.head?,
   354    block.head?,
   355    (p | speech | \list)+,
   355    (p | speech | \list)+,
   356    attribution?
   356    attribution?
   357 
   357 
   358 # ~~~~~~ attribution
   358 # ~~~~~~ attribution
   359 attribution = element attribution { attribtuion.content }
   359 attribution = element attribution { attribution.content }
   360 
   360 
   361 attribtuion.content =
   361 attribution.content =
   362    inlines
   362    inlines
   363 
   363 
   364 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   364 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   365 
   365 
   366 table = element table { table.content }
   366 table = element table { table.content }