summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-hypertext.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-hypertext.rnc')
-rw-r--r--Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-hypertext.rnc16
1 files changed, 0 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-hypertext.rnc b/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-hypertext.rnc
deleted file mode 100644
index 0dc78e6161f..00000000000
--- a/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-hypertext.rnc
+++ /dev/null
@@ -1,16 +0,0 @@
-# Hypertext Module
-
-# Depends on text module.
-
-a = element a { a.attlist & Inline.model }
-a.attlist =
- Common.attrib &
- attribute href { URI.datatype }? &
- attribute charset { Charset.datatype }? &
- attribute type { ContentType.datatype }? &
- attribute hreflang { LanguageCode.datatype }? &
- attribute rel { LinkTypes.datatype }? &
- attribute rev { LinkTypes.datatype }? &
- attribute accesskey { Character.datatype }? &
- attribute tabindex { Number.datatype }?
-Inline.class &= a*