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-basic-color.mod @ 12762

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

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

File size: 2.2 KB
Line 
1<!-- ....................................................................... -->
2<!-- SVG 1.1 Basic Color Module ............................................ -->
3<!-- file: svg-basic-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-basic-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 Basic Color//EN"
12        SYSTEM "http://www.w3.org/TR/SVG11/DTD/svg-basic-color.mod"
13
14     ....................................................................... -->
15
16<!-- Basic 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     %SVG.Color.extra.attrib;"
47>
48
49<!-- color-profile: Color Profile Element .............. -->
50
51<!ENTITY % SVG.color-profile.element "INCLUDE" >
52<![%SVG.color-profile.element;[
53<!ENTITY % SVG.color-profile.content
54    "( %SVG.Description.class; )*"
55>
56<!ELEMENT %SVG.color-profile.qname; %SVG.color-profile.content; >
57<!-- end of SVG.color-profile.element -->]]>
58
59<!ENTITY % SVG.color-profile.attlist "INCLUDE" >
60<![%SVG.color-profile.attlist;[
61<!ATTLIST %SVG.color-profile.qname;
62    %SVG.Core.attrib;
63    %SVG.XLink.attrib;
64    local CDATA #IMPLIED
65    name CDATA #REQUIRED
66    rendering-intent ( auto | perceptual | relative-colorimetric | saturation |
67                       absolute-colorimetric ) 'auto'
68>
69<!-- end of SVG.color-profile.attlist -->]]>
70
71<!-- end of svg-basic-color.mod -->
Note: See TracBrowser for help on using the repository browser.