summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-link.rng
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/rng/xhtml-link.rng')
-rw-r--r--Master/texmf-dist/source/latex/stex/schema/rng/xhtml-link.rng52
1 files changed, 0 insertions, 52 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-link.rng b/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-link.rng
deleted file mode 100644
index 309e66f38cb..00000000000
--- a/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-link.rng
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<grammar xmlns="http://relaxng.org/ns/structure/1.0">
- <!-- Link Module -->
- <define name="link">
- <element name="link">
- <ref name="link.attlist"/>
- </element>
- </define>
- <define name="link.attlist">
- <ref name="Common.attrib"/>
- <optional>
- <attribute name="charset">
- <ref name="Charset.datatype"/>
- </attribute>
- </optional>
- <optional>
- <attribute name="href">
- <ref name="URI.datatype"/>
- </attribute>
- </optional>
- <optional>
- <attribute name="hreflang">
- <ref name="LanguageCode.datatype"/>
- </attribute>
- </optional>
- <optional>
- <attribute name="type">
- <ref name="ContentType.datatype"/>
- </attribute>
- </optional>
- <optional>
- <attribute name="rel">
- <ref name="LinkTypes.datatype"/>
- </attribute>
- </optional>
- <optional>
- <attribute name="rev">
- <ref name="LinkTypes.datatype"/>
- </attribute>
- </optional>
- <optional>
- <attribute name="media">
- <ref name="MediaDesc.datatype"/>
- </attribute>
- </optional>
- </define>
- <define name="head.content" combine="interleave">
- <zeroOrMore>
- <ref name="link"/>
- </zeroOrMore>
- </define>
-</grammar>