* lisp/emacs-lisp/package.el (package--with-work-buffer-async):
[emacs.git] / etc / schema / xhtml.rnc
blobc85cb144e251371cc4fa8e4d9d2ca0d8da78045f
1 # XHTML
3 # This corresponds to the union of transitional and frameset.
5 default namespace = "http://www.w3.org/1999/xhtml"
7 include "xhtml-datatypes.rnc"
8 include "xhtml-attribs.rnc"
9 # include "xhtml-struct.rnc"
10 include "xhtml-frames.rnc"
11 include "xhtml-text.rnc"
12 include "xhtml-hypertext.rnc"
13 include "xhtml-lst.rnc"
14 include "xhtml-image.rnc"
15 include "xhtml-ssismap.rnc"
16 include "xhtml-base.rnc"
17 include "xhtml-link.rnc"
18 include "xhtml-meta.rnc"
19 include "xhtml-param.rnc"
20 include "xhtml-object.rnc"
21 include "xhtml-bdo.rnc"
22 include "xhtml-pres.rnc"
23 include "xhtml-edit.rnc"
24 include "xhtml-applet.rnc"
25 # include "xhtml-bform.rnc"
26 include "xhtml-form.rnc"
27 include "xhtml-xstyle.rnc"
28 include "xhtml-script.rnc"
29 # include "xhtml-btable.rnc"
30 include "xhtml-table.rnc"
31 include "xhtml-csismap.rnc"
32 include "xhtml-events.rnc"
33 include "xhtml-inlstyle.rnc"
34 include "xhtml-tgt.rnc"
35 include "xhtml-iframe.rnc"
36 include "xhtml-nameident.rnc"
37 include "xhtml-legacy.rnc"