Commit 23ac9fb 1 parent a011b56 commit 23ac9fb Copy full SHA for 23ac9fb
File tree 1 file changed +24
-24
lines changed
src/lib/eZ/RichText/Resources/schemas/docbook
1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 462
462
<define name =" db.wordasword" ><notAllowed /></define >
463
463
<define name =" db.xref" ><notAllowed /></define >
464
464
<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 >
489
465
</include >
490
466
491
467
<define name =" ez.db.section" >
856
832
</optional >
857
833
</define >
858
834
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
+
859
859
<div >
860
860
<a : documentation >
861
861
Adding child ezattribute element to the selected elements.
You can’t perform that action at this time.
0 commit comments