[12762] | 1 | <!-- ....................................................................... --> |
---|
| 2 | <!-- SVG 1.1 DTD ........................................................... --> |
---|
| 3 | <!-- file: svg11.dtd |
---|
| 4 | --> |
---|
| 5 | |
---|
| 6 | <!-- SVG 1.1 DTD |
---|
| 7 | |
---|
| 8 | This is SVG, a language for describing two-dimensional graphics in XML. |
---|
| 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.dtd,v 1.2 2002/04/20 18:07:43 fujisawa Exp $ |
---|
| 26 | |
---|
| 27 | --> |
---|
| 28 | <!-- This is the driver file for version 1.1 of the SVG DTD. |
---|
| 29 | |
---|
| 30 | This DTD is identified by the PUBLIC and SYSTEM identifiers: |
---|
| 31 | |
---|
| 32 | PUBLIC "-//W3C//DTD SVG 1.1//EN" |
---|
| 33 | SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" |
---|
| 34 | --> |
---|
| 35 | <!ENTITY % SVG.version "-//W3C//DTD SVG 1.1//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 Document Model//EN" |
---|
| 60 | "svg11-model.mod" > |
---|
| 61 | |
---|
| 62 | <!-- Attribute Collection Module ................................. --> |
---|
| 63 | <!ENTITY % svg-attribs.mod |
---|
| 64 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Attribute Collection//EN" |
---|
| 65 | "svg11-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 | <!-- Container Attribute Module .................................. --> |
---|
| 91 | <!ENTITY % svg-container-attrib.module "INCLUDE" > |
---|
| 92 | <![%svg-container-attrib.module;[ |
---|
| 93 | <!ENTITY % svg-container-attrib.mod |
---|
| 94 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Container Attribute//EN" |
---|
| 95 | "svg-container-attrib.mod" > |
---|
| 96 | %svg-container-attrib.mod;]]> |
---|
| 97 | |
---|
| 98 | <!-- Viewport Attribute Module ................................... --> |
---|
| 99 | <!ENTITY % svg-viewport-attrib.module "INCLUDE" > |
---|
| 100 | <![%svg-viewport-attrib.module;[ |
---|
| 101 | <!ENTITY % svg-viewport-attrib.mod |
---|
| 102 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Viewport Attribute//EN" |
---|
| 103 | "svg-viewport-attrib.mod" > |
---|
| 104 | %svg-viewport-attrib.mod;]]> |
---|
| 105 | |
---|
| 106 | <!-- Paint Attribute Module ...................................... --> |
---|
| 107 | <!ENTITY % svg-paint-attrib.module "INCLUDE" > |
---|
| 108 | <![%svg-paint-attrib.module;[ |
---|
| 109 | <!ENTITY % svg-paint-attrib.mod |
---|
| 110 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Attribute//EN" |
---|
| 111 | "svg-paint-attrib.mod" > |
---|
| 112 | %svg-paint-attrib.mod;]]> |
---|
| 113 | |
---|
| 114 | <!-- Paint Opacity Attribute Module .............................. --> |
---|
| 115 | <!ENTITY % svg-opacity-attrib.module "INCLUDE" > |
---|
| 116 | <![%svg-opacity-attrib.module;[ |
---|
| 117 | <!ENTITY % svg-opacity-attrib.mod |
---|
| 118 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Opacity Attribute//EN" |
---|
| 119 | "svg-opacity-attrib.mod" > |
---|
| 120 | %svg-opacity-attrib.mod;]]> |
---|
| 121 | |
---|
| 122 | <!-- Graphics Attribute Module ................................... --> |
---|
| 123 | <!ENTITY % svg-graphics-attrib.module "INCLUDE" > |
---|
| 124 | <![%svg-graphics-attrib.module;[ |
---|
| 125 | <!ENTITY % svg-graphics-attrib.mod |
---|
| 126 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphics Attribute//EN" |
---|
| 127 | "svg-graphics-attrib.mod" > |
---|
| 128 | %svg-graphics-attrib.mod;]]> |
---|
| 129 | |
---|
| 130 | <!-- Document Events Attribute Module ............................ --> |
---|
| 131 | <!ENTITY % svg-docevents-attrib.module "INCLUDE" > |
---|
| 132 | <![%svg-docevents-attrib.module;[ |
---|
| 133 | <!ENTITY % svg-docevents-attrib.mod |
---|
| 134 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Document Events Attribute//EN" |
---|
| 135 | "svg-docevents-attrib.mod" > |
---|
| 136 | %svg-docevents-attrib.mod;]]> |
---|
| 137 | |
---|
| 138 | <!-- Graphical Element Events Attribute Module ................... --> |
---|
| 139 | <!ENTITY % svg-graphevents-attrib.module "INCLUDE" > |
---|
| 140 | <![%svg-graphevents-attrib.module;[ |
---|
| 141 | <!ENTITY % svg-graphevents-attrib.mod |
---|
| 142 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphical Element Events Attribute//EN" |
---|
| 143 | "svg-graphevents-attrib.mod" > |
---|
| 144 | %svg-graphevents-attrib.mod;]]> |
---|
| 145 | |
---|
| 146 | <!-- Animation Events Attribute Module ........................... --> |
---|
| 147 | <!ENTITY % svg-animevents-attrib.module "INCLUDE" > |
---|
| 148 | <![%svg-animevents-attrib.module;[ |
---|
| 149 | <!ENTITY % svg-animevents-attrib.mod |
---|
| 150 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Animation Events Attribute//EN" |
---|
| 151 | "svg-animevents-attrib.mod" > |
---|
| 152 | %svg-animevents-attrib.mod;]]> |
---|
| 153 | |
---|
| 154 | <!-- XLink Attribute Module ...................................... --> |
---|
| 155 | <!ENTITY % svg-xlink-attrib.module "INCLUDE" > |
---|
| 156 | <![%svg-xlink-attrib.module;[ |
---|
| 157 | <!ENTITY % svg-xlink-attrib.mod |
---|
| 158 | PUBLIC "-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN" |
---|
| 159 | "svg-xlink-attrib.mod" > |
---|
| 160 | %svg-xlink-attrib.mod;]]> |
---|
| 161 | |
---|
| 162 | <!-- External Resources Attribute Module ......................... --> |
---|
| 163 | <!ENTITY % svg-extresources-attrib.module "INCLUDE" > |
---|
| 164 | <![%svg-extresources-attrib.module;[ |
---|
| 165 | <!ENTITY % svg-extresources-attrib.mod |
---|
| 166 | PUBLIC "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN" |
---|
| 167 | "svg-extresources-attrib.mod" > |
---|
| 168 | %svg-extresources-attrib.mod;]]> |
---|
| 169 | |
---|
| 170 | <!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --> |
---|
| 171 | |
---|
| 172 | <!-- Structure Module ............................................ --> |
---|
| 173 | <!ENTITY % svg-structure.module "INCLUDE" > |
---|
| 174 | <![%svg-structure.module;[ |
---|
| 175 | <!ENTITY % svg-structure.mod |
---|
| 176 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Structure//EN" |
---|
| 177 | "svg-structure.mod" > |
---|
| 178 | %svg-structure.mod;]]> |
---|
| 179 | |
---|
| 180 | <!-- Conditional Processing Module ............................... --> |
---|
| 181 | <!ENTITY % svg-conditional.module "INCLUDE" > |
---|
| 182 | <![%svg-conditional.module;[ |
---|
| 183 | <!ENTITY % svg-conditional.mod |
---|
| 184 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Conditional Processing//EN" |
---|
| 185 | "svg-conditional.mod" > |
---|
| 186 | %svg-conditional.mod;]]> |
---|
| 187 | |
---|
| 188 | <!-- Image Module ................................................ --> |
---|
| 189 | <!ENTITY % svg-image.module "INCLUDE" > |
---|
| 190 | <![%svg-image.module;[ |
---|
| 191 | <!ENTITY % svg-image.mod |
---|
| 192 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Image//EN" |
---|
| 193 | "svg-image.mod" > |
---|
| 194 | %svg-image.mod;]]> |
---|
| 195 | |
---|
| 196 | <!-- Style Module ................................................ --> |
---|
| 197 | <!ENTITY % svg-style.module "INCLUDE" > |
---|
| 198 | <![%svg-style.module;[ |
---|
| 199 | <!ENTITY % svg-style.mod |
---|
| 200 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Style//EN" |
---|
| 201 | "svg-style.mod" > |
---|
| 202 | %svg-style.mod;]]> |
---|
| 203 | |
---|
| 204 | <!-- Shape Module ................................................ --> |
---|
| 205 | <!ENTITY % svg-shape.module "INCLUDE" > |
---|
| 206 | <![%svg-shape.module;[ |
---|
| 207 | <!ENTITY % svg-shape.mod |
---|
| 208 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Shape//EN" |
---|
| 209 | "svg-shape.mod" > |
---|
| 210 | %svg-shape.mod;]]> |
---|
| 211 | |
---|
| 212 | <!-- Text Module ................................................. --> |
---|
| 213 | <!ENTITY % svg-text.module "INCLUDE" > |
---|
| 214 | <![%svg-text.module;[ |
---|
| 215 | <!ENTITY % svg-text.mod |
---|
| 216 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Text//EN" |
---|
| 217 | "svg-text.mod" > |
---|
| 218 | %svg-text.mod;]]> |
---|
| 219 | |
---|
| 220 | <!-- Marker Module ............................................... --> |
---|
| 221 | <!ENTITY % svg-marker.module "INCLUDE" > |
---|
| 222 | <![%svg-marker.module;[ |
---|
| 223 | <!ENTITY % svg-marker.mod |
---|
| 224 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Marker//EN" |
---|
| 225 | "svg-marker.mod" > |
---|
| 226 | %svg-marker.mod;]]> |
---|
| 227 | |
---|
| 228 | <!-- Color Profile Module ........................................ --> |
---|
| 229 | <!ENTITY % svg-profile.module "INCLUDE" > |
---|
| 230 | <![%svg-profile.module;[ |
---|
| 231 | <!ENTITY % svg-profile.mod |
---|
| 232 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Color Profile//EN" |
---|
| 233 | "svg-profile.mod" > |
---|
| 234 | %svg-profile.mod;]]> |
---|
| 235 | |
---|
| 236 | <!-- Gradient Module ............................................. --> |
---|
| 237 | <!ENTITY % svg-gradient.module "INCLUDE" > |
---|
| 238 | <![%svg-gradient.module;[ |
---|
| 239 | <!ENTITY % svg-gradient.mod |
---|
| 240 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Gradient//EN" |
---|
| 241 | "svg-gradient.mod" > |
---|
| 242 | %svg-gradient.mod;]]> |
---|
| 243 | |
---|
| 244 | <!-- Pattern Module .............................................. --> |
---|
| 245 | <!ENTITY % svg-pattern.module "INCLUDE" > |
---|
| 246 | <![%svg-pattern.module;[ |
---|
| 247 | <!ENTITY % svg-pattern.mod |
---|
| 248 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Pattern//EN" |
---|
| 249 | "svg-pattern.mod" > |
---|
| 250 | %svg-pattern.mod;]]> |
---|
| 251 | |
---|
| 252 | <!-- Clip Module ................................................. --> |
---|
| 253 | <!ENTITY % svg-clip.module "INCLUDE" > |
---|
| 254 | <![%svg-clip.module;[ |
---|
| 255 | <!ENTITY % svg-clip.mod |
---|
| 256 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Clip//EN" |
---|
| 257 | "svg-clip.mod" > |
---|
| 258 | %svg-clip.mod;]]> |
---|
| 259 | |
---|
| 260 | <!-- Mask Module ................................................. --> |
---|
| 261 | <!ENTITY % svg-mask.module "INCLUDE" > |
---|
| 262 | <![%svg-mask.module;[ |
---|
| 263 | <!ENTITY % svg-mask.mod |
---|
| 264 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Mask//EN" |
---|
| 265 | "svg-mask.mod" > |
---|
| 266 | %svg-mask.mod;]]> |
---|
| 267 | |
---|
| 268 | <!-- Filter Module ............................................... --> |
---|
| 269 | <!ENTITY % svg-filter.module "INCLUDE" > |
---|
| 270 | <![%svg-filter.module;[ |
---|
| 271 | <!ENTITY % svg-filter.mod |
---|
| 272 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Filter//EN" |
---|
| 273 | "svg-filter.mod" > |
---|
| 274 | %svg-filter.mod;]]> |
---|
| 275 | |
---|
| 276 | <!-- Cursor Module ............................................... --> |
---|
| 277 | <!ENTITY % svg-cursor.module "INCLUDE" > |
---|
| 278 | <![%svg-cursor.module;[ |
---|
| 279 | <!ENTITY % svg-cursor.mod |
---|
| 280 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Cursor//EN" |
---|
| 281 | "svg-cursor.mod" > |
---|
| 282 | %svg-cursor.mod;]]> |
---|
| 283 | |
---|
| 284 | <!-- Hyperlinking Module ......................................... --> |
---|
| 285 | <!ENTITY % svg-hyperlink.module "INCLUDE" > |
---|
| 286 | <![%svg-hyperlink.module;[ |
---|
| 287 | <!ENTITY % svg-hyperlink.mod |
---|
| 288 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Hyperlinking//EN" |
---|
| 289 | "svg-hyperlink.mod" > |
---|
| 290 | %svg-hyperlink.mod;]]> |
---|
| 291 | |
---|
| 292 | <!-- View Module ................................................. --> |
---|
| 293 | <!ENTITY % svg-view.module "INCLUDE" > |
---|
| 294 | <![%svg-view.module;[ |
---|
| 295 | <!ENTITY % svg-view.mod |
---|
| 296 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 View//EN" |
---|
| 297 | "svg-view.mod" > |
---|
| 298 | %svg-view.mod;]]> |
---|
| 299 | |
---|
| 300 | <!-- Scripting Module ............................................ --> |
---|
| 301 | <!ENTITY % svg-script.module "INCLUDE" > |
---|
| 302 | <![%svg-script.module;[ |
---|
| 303 | <!ENTITY % svg-script.mod |
---|
| 304 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Scripting//EN" |
---|
| 305 | "svg-script.mod" > |
---|
| 306 | %svg-script.mod;]]> |
---|
| 307 | |
---|
| 308 | <!-- Animation Module ............................................ --> |
---|
| 309 | <!ENTITY % svg-animation.module "INCLUDE" > |
---|
| 310 | <![%svg-animation.module;[ |
---|
| 311 | <!ENTITY % svg-animation.mod |
---|
| 312 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Animation//EN" |
---|
| 313 | "svg-animation.mod" > |
---|
| 314 | %svg-animation.mod;]]> |
---|
| 315 | |
---|
| 316 | <!-- Font Module ................................................. --> |
---|
| 317 | <!ENTITY % svg-font.module "INCLUDE" > |
---|
| 318 | <![%svg-font.module;[ |
---|
| 319 | <!ENTITY % svg-font.mod |
---|
| 320 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Font//EN" |
---|
| 321 | "svg-font.mod" > |
---|
| 322 | %svg-font.mod;]]> |
---|
| 323 | |
---|
| 324 | <!-- Extensibility Module ........................................ --> |
---|
| 325 | <!ENTITY % svg-extensibility.module "INCLUDE" > |
---|
| 326 | <![%svg-extensibility.module;[ |
---|
| 327 | <!ENTITY % svg-extensibility.mod |
---|
| 328 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Extensibility//EN" |
---|
| 329 | "svg-extensibility.mod" > |
---|
| 330 | %svg-extensibility.mod;]]> |
---|
| 331 | |
---|
| 332 | <!-- end of SVG 1.1 DTD .................................................... --> |
---|
| 333 | <!-- ....................................................................... --> |
---|