RelaxNG/publidoc.rnc
changeset 363 1b39a8fc339f
parent 358 73f2c224e7d7
child 364 1479d96b7f5f
equal deleted inserted replaced
362:c9c19db11584 363:1b39a8fc339f
   379 block.head = element head { block.head.content }
   379 block.head = element head { block.head.content }
   380 
   380 
   381 block.head.content =
   381 block.head.content =
   382    (title, shorttitle?, subtitle*)?
   382    (title, shorttitle?, subtitle*)?
   383  & indexset?
   383  & indexset?
       
   384  & annotation*
   384 
   385 
   385 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ block ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   386 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ block ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   386 
   387 
   387 block = (p | \list | blockquote | speech | table | table.cals | media)
   388 block = (p | \list | blockquote | speech | table | table.cals | media)
   388 
   389