diff options
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.rnc | 16 |
1 files changed, 16 insertions, 0 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 new file mode 100644 index 00000000000..0dc78e6161f --- /dev/null +++ b/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-hypertext.rnc @@ -0,0 +1,16 @@ +# 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* |