RelaxNG/publidoc.rnc
changeset 297 2ba15c322900
parent 293 02671b229bdc
child 306 08c4ccd5573f
equal deleted inserted replaced
296:a105fb2f8623 297:2ba15c322900
   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