summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-image.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-image.rnc')
-rw-r--r--Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-image.rnc11
1 files changed, 0 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-image.rnc b/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-image.rnc
deleted file mode 100644
index f897cc6d956..00000000000
--- a/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-image.rnc
+++ /dev/null
@@ -1,11 +0,0 @@
-# Image Module
-
-img = element img { img.attlist }
-img.attlist =
- Common.attrib &
- attribute src { URI.datatype } &
- attribute alt { Text.datatype } &
- attribute longdesc { URI.datatype }? &
- attribute height { Length.datatype }? &
- attribute width { Length.datatype }?
-Inline.class &= img*