summaryrefslogtreecommitdiffstats
path: root/htdocs/sgml-lib/REC-SVG11-20030114/svg-style.mod
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/sgml-lib/REC-SVG11-20030114/svg-style.mod')
-rw-r--r--htdocs/sgml-lib/REC-SVG11-20030114/svg-style.mod81
1 files changed, 0 insertions, 81 deletions
diff --git a/htdocs/sgml-lib/REC-SVG11-20030114/svg-style.mod b/htdocs/sgml-lib/REC-SVG11-20030114/svg-style.mod
deleted file mode 100644
index f1f614a..0000000
--- a/htdocs/sgml-lib/REC-SVG11-20030114/svg-style.mod
+++ /dev/null
@@ -1,81 +0,0 @@
-<!-- ....................................................................... -->
-<!-- SVG 1.1 Style Module .................................................. -->
-<!-- file: svg-style.mod
-
- This is SVG, a language for describing two-dimensional graphics in XML.
- Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
- Revision: $Id: svg-style.mod,v 1.3 2002/10/24 17:40:16 fujisawa Exp $
-
- This DTD module is identified by the PUBLIC and SYSTEM identifiers:
-
- PUBLIC "-//W3C//ELEMENTS SVG 1.1 Style//EN"
- SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-style.mod"
-
- ....................................................................... -->
-
-<!-- Style
-
- style
-
- This module declares markup to provide support for stylesheet.
--->
-
-<!-- list of classes -->
-<!ENTITY % ClassList.datatype "CDATA" >
-
-<!-- comma-separated list of media descriptors. -->
-<!ENTITY % MediaDesc.datatype "CDATA" >
-
-<!-- style sheet data -->
-<!ENTITY % StyleSheet.datatype "CDATA" >
-
-<!-- Qualified Names (Default) ......................... -->
-
-<!ENTITY % SVG.style.qname "style" >
-
-<!-- Attribute Collections (Default) ................... -->
-
-<!ENTITY % SVG.Core.attrib "" >
-
-<!-- SVG.Style.class ................................... -->
-
-<!ENTITY % SVG.Style.extra.class "" >
-
-<!ENTITY % SVG.Style.class
- "| %SVG.style.qname; %SVG.Style.extra.class;"
->
-
-<!-- SVG.Style.attrib .................................. -->
-
-<!ENTITY % SVG.Style.extra.attrib "" >
-
-<!ENTITY % SVG.Style.attrib
- "style %StyleSheet.datatype; #IMPLIED
- class %ClassList.datatype; #IMPLIED
- %SVG.Style.extra.attrib;"
->
-
-<!-- style: Style Element .............................. -->
-
-<!ENTITY % SVG.style.extra.content "" >
-
-<!ENTITY % SVG.style.element "INCLUDE" >
-<![%SVG.style.element;[
-<!ENTITY % SVG.style.content
- "( #PCDATA %SVG.style.extra.content; )*"
->
-<!ELEMENT %SVG.style.qname; %SVG.style.content; >
-<!-- end of SVG.style.element -->]]>
-
-<!ENTITY % SVG.style.attlist "INCLUDE" >
-<![%SVG.style.attlist;[
-<!ATTLIST %SVG.style.qname;
- xml:space ( preserve ) #FIXED 'preserve'
- %SVG.Core.attrib;
- type %ContentType.datatype; #REQUIRED
- media %MediaDesc.datatype; #IMPLIED
- title %Text.datatype; #IMPLIED
->
-<!-- end of SVG.style.attlist -->]]>
-
-<!-- end of svg-style.mod -->