Skip to content

Commit

Permalink
EZP-30732: final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SerheyDolgushev committed Aug 7, 2019
1 parent 50195c2 commit a26f93b
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions src/lib/eZ/RichText/Resources/schemas/docbook/ezpublish.rng
Original file line number Diff line number Diff line change
Expand Up @@ -462,30 +462,6 @@
<define name="db.wordasword"><notAllowed/></define>
<define name="db.xref"><notAllowed/></define>
<define name="db.year"><notAllowed/></define>

<define name="db.html.th">
<element name="th">
<a:documentation>A table header entry in an HTML table</a:documentation>
<ref name="db.html.th.attlist"/>
<zeroOrMore>
<choice>
<ref name="db.all.inlines"/>
<ref name="db.all.blocks"/>
</choice>
</zeroOrMore>
</element>
</define>
<define name="db.html.td">
<element name="td">
<a:documentation>A table entry in an HTML table</a:documentation>
<zeroOrMore>
<choice>
<ref name="db.all.inlines"/>
<ref name="db.all.blocks"/>
</choice>
</zeroOrMore>
</element>
</define>
</include>

<define name="ez.db.section">
Expand Down Expand Up @@ -856,6 +832,30 @@
</optional>
</define>

<define name="db.html.th" combine="choice">
<element name="th">
<a:documentation>A table header entry in an HTML table</a:documentation>
<ref name="db.html.th.attlist"/>
<zeroOrMore>
<choice>
<ref name="db.all.inlines"/>
<ref name="db.all.blocks"/>
</choice>
</zeroOrMore>
</element>
</define>
<define name="db.html.td" combine="choice">
<element name="td">
<a:documentation>A table entry in an HTML table</a:documentation>
<zeroOrMore>
<choice>
<ref name="db.all.inlines"/>
<ref name="db.all.blocks"/>
</choice>
</zeroOrMore>
</element>
</define>

<div>
<a:documentation>
Adding child ezattribute element to the selected elements.
Expand Down

0 comments on commit a26f93b

Please sign in to comment.