RelaxNG/publiquiz.rnc
changeset 407 3c439435e472
parent 403 d129a5a5ab08
child 409 e55d34c4db69
equal deleted inserted replaced
406:461c1b4bd0e2 407:3c439435e472
   285 mip.content =
   285 mip.content =
   286    mip.image
   286    mip.image
   287 
   287 
   288 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ production ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   288 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ production ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   289 
   289 
   290 production = element production { empty }
   290 production = element production { production.content }
       
   291 
       
   292 production.content = text
   291 
   293 
   292 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ composite ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   294 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ composite ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   293 
   295 
   294 # ~~~~~~ composite
   296 # ~~~~~~ composite
   295 composite = element composite { composite.attributes, composite.content }
   297 composite = element composite { composite.attributes, composite.content }