equal
deleted
inserted
replaced
323 td.attributes = |
323 td.attributes = |
324 align.attribute? |
324 align.attribute? |
325 & valign.attribute? |
325 & valign.attribute? |
326 & colspan.attribute? |
326 & colspan.attribute? |
327 & rowspan.attribute? |
327 & rowspan.attribute? |
|
328 & td.type.attribute? |
328 colspan.attribute = attribute colspan { xsd:positiveInteger } |
329 colspan.attribute = attribute colspan { xsd:positiveInteger } |
329 rowspan.attribute = attribute rowspan { xsd:positiveInteger } |
330 rowspan.attribute = attribute rowspan { xsd:positiveInteger } |
|
331 td.type.attribute = attribute type { xsd:NCName } |
330 |
332 |
331 td.content = |
333 td.content = |
332 inlines |
334 inlines |
333 | (p | media)+ |
335 | (p | media)+ |
334 |
336 |