Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorModel/Resources/www.w3.org/Graphics.SVG.1.1.DTD/svg11-tiny.dtd @ 13495

Last change on this file since 13495 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 7.1 KB
Line 
1<!-- ....................................................................... -->
2<!-- SVG 1.1 Tiny DTD ...................................................... -->
3<!-- file: svg11-tiny.dtd
4-->
5
6<!-- SVG 1.1 Tiny DTD
7
8     This is SVG Tiny, a proper subset of SVG.
9
10     The Scalable Vector Graphics (SVG)
11     Copyright 2001, 2002 World Wide Web Consortium
12        (Massachusetts Institute of Technology, Institut National de
13         Recherche en Informatique et en Automatique, Keio University).
14         All Rights Reserved.
15
16     Permission to use, copy, modify and distribute the SVG DTD and its
17     accompanying documentation for any purpose and without fee is hereby
18     granted in perpetuity, provided that the above copyright notice and
19     this paragraph appear in all copies.  The copyright holders make no
20     representation about the suitability of the DTD for any purpose.
21
22     It is provided "as is" without expressed or implied warranty.
23
24        Author:   Jun Fujisawa <fujisawa.jun@canon.co.jp>
25        Revision: $Id: svg11-tiny.dtd,v 1.3 2002/11/13 20:14:31 fujisawa Exp $
26
27-->
28<!-- This is the driver file for version 1.1 of the SVG Tiny DTD.
29
30     This DTD is identified by the PUBLIC and SYSTEM identifiers:
31
32        PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN"
33        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"
34-->
35<!ENTITY % SVG.version "-//W3C//DTD SVG 1.1 Tiny//EN" >
36
37<!-- Use this URI to identify the default namespace:
38
39        "http://www.w3.org/2000/svg"
40
41     See the Qualified Names module for information
42     on the use of namespace prefixes in the DTD.
43-->
44<!ENTITY % NS.prefixed "IGNORE" >
45<!ENTITY % SVG.prefix "" >
46
47<!-- reserved for future use with document profiles -->
48<!ENTITY % SVG.profile "" >
49
50<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
51
52<!-- Pre-Framework Redeclaration Placeholder ..................... -->
53<!ENTITY % svg-prefw-redecl.module "IGNORE" >
54<![%svg-prefw-redecl.module;[
55%svg-prefw-redecl.mod;]]>
56
57<!-- Document Model Module ....................................... -->
58<!ENTITY % svg-model.mod
59    PUBLIC "-//W3C//ENTITIES SVG 1.1 Tiny Document Model//EN"
60           "svg11-tiny-model.mod" >
61
62<!-- Attribute Collection Module ................................. -->
63<!ENTITY % svg-attribs.mod
64    PUBLIC "-//W3C//ENTITIES SVG 1.1 Tiny Attribute Collection//EN"
65           "svg11-tiny-attribs.mod" >
66
67<!-- Modular Framework Module .................................... -->
68<!ENTITY % svg-framework.module "INCLUDE" >
69<![%svg-framework.module;[
70<!ENTITY % svg-framework.mod
71    PUBLIC "-//W3C//ENTITIES SVG 1.1 Modular Framework//EN"
72           "svg-framework.mod" >
73%svg-framework.mod;]]>
74
75<!-- Post-Framework Redeclaration Placeholder .................... -->
76<!ENTITY % svg-postfw-redecl.module "IGNORE" >
77<![%svg-postfw-redecl.module;[
78%svg-postfw-redecl.mod;]]>
79
80<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
81
82<!-- Core Attribute Module ....................................... -->
83<!ENTITY % svg-core-attrib.module "INCLUDE" >
84<![%svg-core-attrib.module;[
85<!ENTITY % svg-core-attrib.mod
86    PUBLIC "-//W3C//ENTITIES SVG 1.1 Core Attribute//EN"
87           "svg-core-attrib.mod" >
88%svg-core-attrib.mod;]]>
89
90<!-- Basic Paint Attribute Module ................................ -->
91<!ENTITY % svg-paint-attrib.module "INCLUDE" >
92<![%svg-paint-attrib.module;[
93<!ENTITY % svg-paint-attrib.mod
94    PUBLIC "-//W3C//ENTITIES SVG 1.1 Basic Paint Attribute//EN"
95           "svg-basic-paint-attrib.mod" >
96%svg-paint-attrib.mod;]]>
97
98<!-- Basic Graphics Attribute Module ............................. -->
99<!ENTITY % svg-graphics-attrib.module "INCLUDE" >
100<![%svg-graphics-attrib.module;[
101<!ENTITY % svg-graphics-attrib.mod
102    PUBLIC "-//W3C//ENTITIES SVG 1.1 Basic Graphics Attribute//EN"
103           "svg-basic-graphics-attrib.mod" >
104%svg-graphics-attrib.mod;]]>
105
106<!-- XLink Attribute Module ...................................... -->
107<!ENTITY % svg-xlink-attrib.module "INCLUDE" >
108<![%svg-xlink-attrib.module;[
109<!ENTITY % svg-xlink-attrib.mod
110    PUBLIC "-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN"
111           "svg-xlink-attrib.mod" >
112%svg-xlink-attrib.mod;]]>
113
114<!-- External Resources Attribute Module ......................... -->
115<!ENTITY % svg-extresources-attrib.module "INCLUDE" >
116<![%svg-extresources-attrib.module;[
117<!ENTITY % svg-extresources-attrib.mod
118    PUBLIC "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN"
119           "svg-extresources-attrib.mod" >
120%svg-extresources-attrib.mod;]]>
121
122<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
123
124<!-- Basic Structure Module ...................................... -->
125<!ENTITY % svg-structure.module "INCLUDE" >
126<![%svg-structure.module;[
127<!ENTITY % svg-structure.mod
128    PUBLIC "-//W3C//ELEMENTS SVG 1.1 Basic Structure//EN"
129           "svg-basic-structure.mod" >
130%svg-structure.mod;]]>
131
132<!-- Conditional Processing Module ............................... -->
133<!ENTITY % svg-conditional.module "INCLUDE" >
134<![%svg-conditional.module;[
135<!ENTITY % svg-conditional.mod
136    PUBLIC "-//W3C//ELEMENTS SVG 1.1 Conditional Processing//EN"
137           "svg-conditional.mod" >
138%svg-conditional.mod;]]>
139
140<!-- Image Module ................................................ -->
141<!ENTITY % svg-image.module "INCLUDE" >
142<![%svg-image.module;[
143<!ENTITY % svg-image.mod
144    PUBLIC "-//W3C//ELEMENTS SVG 1.1 Image//EN"
145           "svg-image.mod" >
146%svg-image.mod;]]>
147
148<!-- Shape Module ................................................ -->
149<!ENTITY % svg-shape.module "INCLUDE" >
150<![%svg-shape.module;[
151<!ENTITY % svg-shape.mod
152    PUBLIC "-//W3C//ELEMENTS SVG 1.1 Shape//EN"
153           "svg-shape.mod" >
154%svg-shape.mod;]]>
155
156<!-- Basic Text Module ........................................... -->
157<!ENTITY % svg-text.module "INCLUDE" >
158<![%svg-text.module;[
159<!ENTITY % svg-text.mod
160    PUBLIC "-//W3C//ELEMENTS SVG 1.1 Basic Text//EN"
161           "svg-basic-text.mod" >
162%svg-text.mod;]]>
163
164<!-- Hyperlinking Module ......................................... -->
165<!ENTITY % svg-hyperlink.module "INCLUDE" >
166<![%svg-hyperlink.module;[
167<!ENTITY % svg-hyperlink.mod
168    PUBLIC "-//W3C//ELEMENTS SVG 1.1 Hyperlinking//EN"
169           "svg-hyperlink.mod" >
170%svg-hyperlink.mod;]]>
171
172<!-- Animation Module ............................................ -->
173<!ENTITY % svg-animation.module "INCLUDE" >
174<![%svg-animation.module;[
175<!ENTITY % svg-animation.mod
176    PUBLIC "-//W3C//ELEMENTS SVG 1.1 Animation//EN"
177           "svg-animation.mod" >
178%svg-animation.mod;]]>
179
180<!-- Basic Font Module ........................................... -->
181<!ENTITY % svg-font.module "INCLUDE" >
182<![%svg-font.module;[
183<!ENTITY % svg-font.mod
184    PUBLIC "-//W3C//ELEMENTS SVG 1.1 Basic Font//EN"
185           "svg-basic-font.mod" >
186%svg-font.mod;]]>
187
188<!-- Extensibility Module ........................................ -->
189<!ENTITY % svg-extensibility.module "INCLUDE" >
190<![%svg-extensibility.module;[
191<!ENTITY % svg-extensibility.mod
192    PUBLIC "-//W3C//ELEMENTS SVG 1.1 Extensibility//EN"
193           "svg-extensibility.mod" >
194%svg-extensibility.mod;]]>
195
196<!-- end of SVG 1.1 Tiny DTD ............................................... -->
197<!-- ....................................................................... -->
Note: See TracBrowser for help on using the repository browser.