(* This file has been automatically generated by dtd2cduce *) namespace xhtml = "http://www.w3.org/1999/xhtml" ;; type xhtml:td = [ xhtml:mixed_content* ];; type xhtml:th = [ xhtml:mixed_content* ];; type xhtml:tr = [ (xhtml:th | xhtml:td)+ ];; type xhtml:col = [ ];; type xhtml:colgroup = [ xhtml:col* ];; type xhtml:tbody = [ xhtml:tr+ ];; type xhtml:tfoot = [ xhtml:tr+ ];; type xhtml:thead = [ xhtml:tr+ ];; type xhtml:caption = [ ( Char | xhtml:a | xhtml:br | xhtml:span | xhtml:bdo | xhtml:map | xhtml:object | xhtml:img | xhtml:tt | xhtml:i | xhtml:b | xhtml:big | xhtml:small | xhtml:em | xhtml:strong | xhtml:dfn | xhtml:code | xhtml:q | xhtml:samp | xhtml:kbd | xhtml:var | xhtml:cite | xhtml:abbr | xhtml:acronym | xhtml:sub | xhtml:sup | xhtml:input | xhtml:select | xhtml:textarea | xhtml:label | xhtml:button | xhtml:ins | xhtml:del | xhtml:script )* ];; type xhtml:table = [ (xhtml:caption? (xhtml:col* | xhtml:colgroup*) xhtml:thead? xhtml:tfoot? (xhtml:tbody+ | xhtml:tr+)) ];; type xhtml:button =