RelaxNG/publidoc.rnc
changeset 358 73f2c224e7d7
parent 355 469d03c6f570
child 363 1b39a8fc339f
equal deleted inserted replaced
357:c9e9bead1092 358:73f2c224e7d7
   461    table.type.attribute?
   461    table.type.attribute?
   462 table.type.attribute = attribute type { xsd:NCName }
   462 table.type.attribute = attribute type { xsd:NCName }
   463 
   463 
   464 table.content =
   464 table.content =
   465    block.head?,
   465    block.head?,
   466    thead?,
   466    ((thead?, tbody+) | tr+),
   467    (tbody+ | tr+),
       
   468    table.caption?
   467    table.caption?
   469 
   468 
   470 # ~~~~~~ thead, tbody
   469 # ~~~~~~ thead, tbody
   471 thead = element thead { thead.content }
   470 thead = element thead { thead.content }
   472 tbody = element tbody { tbody.content }
   471 tbody = element tbody { tbody.content }