Skip to content

Commit 23ac9fb

Browse files
EZP-30732: final fixes
1 parent a011b56 commit 23ac9fb

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

src/lib/eZ/RichText/Resources/schemas/docbook/ezpublish.rng

+24-24
Original file line numberDiff line numberDiff line change
@@ -462,30 +462,6 @@
462462
<define name="db.wordasword"><notAllowed/></define>
463463
<define name="db.xref"><notAllowed/></define>
464464
<define name="db.year"><notAllowed/></define>
465-
466-
<define name="db.html.th">
467-
<element name="th">
468-
<a:documentation>A table header entry in an HTML table</a:documentation>
469-
<ref name="db.html.th.attlist"/>
470-
<zeroOrMore>
471-
<choice>
472-
<ref name="db.all.inlines"/>
473-
<ref name="db.all.blocks"/>
474-
</choice>
475-
</zeroOrMore>
476-
</element>
477-
</define>
478-
<define name="db.html.td">
479-
<element name="td">
480-
<a:documentation>A table entry in an HTML table</a:documentation>
481-
<zeroOrMore>
482-
<choice>
483-
<ref name="db.all.inlines"/>
484-
<ref name="db.all.blocks"/>
485-
</choice>
486-
</zeroOrMore>
487-
</element>
488-
</define>
489465
</include>
490466

491467
<define name="ez.db.section">
@@ -856,6 +832,30 @@
856832
</optional>
857833
</define>
858834

835+
<define name="db.html.th" combine="choice">
836+
<element name="th">
837+
<a:documentation>A table header entry in an HTML table</a:documentation>
838+
<ref name="db.html.th.attlist"/>
839+
<zeroOrMore>
840+
<choice>
841+
<ref name="db.all.inlines"/>
842+
<ref name="db.all.blocks"/>
843+
</choice>
844+
</zeroOrMore>
845+
</element>
846+
</define>
847+
<define name="db.html.td" combine="choice">
848+
<element name="td">
849+
<a:documentation>A table entry in an HTML table</a:documentation>
850+
<zeroOrMore>
851+
<choice>
852+
<ref name="db.all.inlines"/>
853+
<ref name="db.all.blocks"/>
854+
</choice>
855+
</zeroOrMore>
856+
</element>
857+
</define>
858+
859859
<div>
860860
<a:documentation>
861861
Adding child ezattribute element to the selected elements.

0 commit comments

Comments
 (0)