Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorModel/Resources/www.w3.org/Graphics.SVG.1.1.DTD/svg-color.mod @ 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: 2.3 KB
Line 
1<!-- ....................................................................... -->
2<!-- SVG 1.1 Color Module .................................................. -->
3<!-- file: svg-color.mod
4
5     This is SVG, a language for describing two-dimensional graphics in XML.
6     Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
7     Revision: $Id: svg-color.mod,v 1.1 2002/04/15 15:15:37 fujisawa Exp $
8
9     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
10
11        PUBLIC "-//W3C//ELEMENTS SVG 1.1 Color//EN"
12        SYSTEM "http://www.w3.org/TR/SVG11/DTD/svg-color.mod"
13
14     ....................................................................... -->
15
16<!-- Color
17
18        color-profile
19
20     This module declares markup to provide support for color.
21-->
22
23<!-- Qualified Names (Default) ......................... -->
24
25<!ENTITY % SVG.color-profile.qname "color-profile" >
26
27<!-- Attribute Collections (Default) ................... -->
28
29<!ENTITY % SVG.Core.attrib "" >
30<!ENTITY % SVG.XLink.attrib "" >
31
32<!-- SVG.Color.class ................................... -->
33
34<!ENTITY % SVG.Color.extra.class "" >
35
36<!ENTITY % SVG.Color.class
37    "| %SVG.color-profile.qname; %SVG.Color.extra.class;"
38>
39
40<!-- SVG.Color.attrib .................................. -->
41
42<!ENTITY % SVG.Color.extra.attrib "" >
43
44<!ENTITY % SVG.Color.attrib
45    "color %Color.datatype; #IMPLIED
46     color-interpolation ( auto | sRGB | linearRGB | inherit ) #IMPLIED
47     color-rendering ( auto | optimizeSpeed | optimizeQuality | inherit )
48                       #IMPLIED
49     %SVG.Color.extra.attrib;"
50>
51
52<!-- color-profile: Color Profile Element .............. -->
53
54<!ENTITY % SVG.color-profile.element "INCLUDE" >
55<![%SVG.color-profile.element;[
56<!ENTITY % SVG.color-profile.content
57    "( %SVG.Description.class; )*"
58>
59<!ELEMENT %SVG.color-profile.qname; %SVG.color-profile.content; >
60<!-- end of SVG.color-profile.element -->]]>
61
62<!ENTITY % SVG.color-profile.attlist "INCLUDE" >
63<![%SVG.color-profile.attlist;[
64<!ATTLIST %SVG.color-profile.qname;
65    %SVG.Core.attrib;
66    %SVG.XLink.attrib;
67    local CDATA #IMPLIED
68    name CDATA #REQUIRED
69    rendering-intent ( auto | perceptual | relative-colorimetric | saturation |
70                       absolute-colorimetric ) 'auto'
71>
72<!-- end of SVG.color-profile.attlist -->]]>
73
74<!-- end of svg-color.mod -->
Note: See TracBrowser for help on using the repository browser.