summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-param.rng
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/rng/xhtml-param.rng')
-rw-r--r--Master/texmf-dist/source/latex/stex/schema/rng/xhtml-param.rng32
1 files changed, 0 insertions, 32 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-param.rng b/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-param.rng
deleted file mode 100644
index 22b8df19182..00000000000
--- a/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-param.rng
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<grammar xmlns="http://relaxng.org/ns/structure/1.0">
- <!-- Param Module -->
- <define name="param">
- <element name="param">
- <ref name="param.attlist"/>
- </element>
- </define>
- <define name="param.attlist">
- <interleave>
- <ref name="id.attrib"/>
- <attribute name="name"/>
- <optional>
- <attribute name="value"/>
- </optional>
- <optional>
- <attribute name="valuetype">
- <choice>
- <value>data</value>
- <value>ref</value>
- <value>object</value>
- </choice>
- </attribute>
- </optional>
- <optional>
- <attribute name="type">
- <ref name="ContentType.datatype"/>
- </attribute>
- </optional>
- </interleave>
- </define>
-</grammar>