summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-applet.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-applet.rnc')
-rw-r--r--Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-applet.rnc19
1 files changed, 0 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-applet.rnc b/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-applet.rnc
deleted file mode 100644
index eaaa1a15a52..00000000000
--- a/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-applet.rnc
+++ /dev/null
@@ -1,19 +0,0 @@
-# Applet Module
-
-applet =
- element applet {
- applet.attlist,
- # No restrictions on mixed content in TREX.
- param*,
- Flow.model
- }
-applet.attlist =
- Core.attrib &
- attribute alt { Text.datatype } &
- attribute archive { text }? &
- attribute code { text }? &
- attribute codebase { URI.datatype }? &
- attribute object { text }? &
- attribute height { Length.datatype } &
- attribute width { Length.datatype }
-Inline.class &= applet*