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-container-attrib.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: 1.3 KB
Line 
1<!-- ....................................................................... -->
2<!-- SVG 1.1 Container Attribute Module .................................... -->
3<!-- file: svg-container-attrib.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-container-attrib.mod,v 1.2 2002/04/20 18:07:42 fujisawa Exp $
8
9     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
10
11        PUBLIC "-//W3C//ENTITIES SVG 1.1 Container Attribute//EN"
12        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-container-attrib.mod"
13
14     ....................................................................... -->
15
16<!-- Container Attribute
17
18        enable-background
19
20     This module defines the Container attribute set.
21-->
22
23<!-- 'enable-background' property/attribute value (e.g., 'new', 'accumulate') -->
24<!ENTITY % EnableBackgroundValue.datatype "CDATA" >
25
26<!ENTITY % SVG.enable-background.attrib
27    "enable-background %EnableBackgroundValue.datatype; #IMPLIED"
28>
29
30<!ENTITY % SVG.Container.extra.attrib "" >
31
32<!ENTITY % SVG.Container.attrib
33    "%SVG.enable-background.attrib;
34     %SVG.Container.extra.attrib;"
35>
36
37<!-- end of svg-container-attrib.mod -->
Note: See TracBrowser for help on using the repository browser.