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-profile.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 Profile Module .......................................... -->
3<!-- file: svg-profile.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-profile.mod,v 1.3 2002/11/14 15:11:03 fujisawa Exp $
8
9     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
10
11        PUBLIC "-//W3C//ELEMENTS SVG 1.1 Color Profile//EN"
12        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-profile.mod"
13
14     ....................................................................... -->
15
16<!-- Color Profile
17
18        color-profile
19
20     This module declares markup to provide support for color profile.
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.ColorProfile.class ............................ -->
33
34<!ENTITY % SVG.ColorProfile.extra.class "" >
35
36<!ENTITY % SVG.ColorProfile.class
37    "| %SVG.color-profile.qname; %SVG.ColorProfile.extra.class;"
38>
39
40<!-- SVG.ColorProfile.attrib ........................... -->
41
42<!ENTITY % SVG.ColorProfile.extra.attrib "" >
43
44<!ENTITY % SVG.ColorProfile.attrib
45    "color-profile CDATA #IMPLIED
46     %SVG.ColorProfile.extra.attrib;"
47>
48
49<!-- color-profile: Color Profile Element .............. -->
50
51<!ENTITY % SVG.color-profile.extra.content "" >
52
53<!ENTITY % SVG.color-profile.element "INCLUDE" >
54<![%SVG.color-profile.element;[
55<!ENTITY % SVG.color-profile.content
56    "( %SVG.Description.class; %SVG.color-profile.extra.content; )*"
57>
58<!ELEMENT %SVG.color-profile.qname; %SVG.color-profile.content; >
59<!-- end of SVG.color-profile.element -->]]>
60
61<!ENTITY % SVG.color-profile.attlist "INCLUDE" >
62<![%SVG.color-profile.attlist;[
63<!ATTLIST %SVG.color-profile.qname;
64    %SVG.Core.attrib;
65    %SVG.XLink.attrib;
66    local CDATA #IMPLIED
67    name CDATA #REQUIRED
68    rendering-intent ( auto | perceptual | relative-colorimetric | saturation |
69                       absolute-colorimetric ) 'auto'
70>
71<!-- end of SVG.color-profile.attlist -->]]>
72
73<!-- end of svg-profile.mod -->
Note: See TracBrowser for help on using the repository browser.