summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng')
-rw-r--r--Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng b/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng
new file mode 100644
index 00000000000..468bfcd25d6
--- /dev/null
+++ b/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0">
+ <!-- Base Module -->
+ <define name="base">
+ <element name="base">
+ <ref name="base.attlist"/>
+ </element>
+ </define>
+ <define name="base.attlist">
+ <attribute name="href">
+ <ref name="URI.datatype"/>
+ </attribute>
+ </define>
+ <define name="head.content" combine="interleave">
+ <optional>
+ <ref name="base"/>
+ </optional>
+ </define>
+</grammar>