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-graphics-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.5 KB
Line 
1<!-- ....................................................................... -->
2<!-- SVG 1.1 Basic Graphics Attribute Module ............................... -->
3<!-- file: svg-basic-graphics-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-basic-graphics-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 Basic Graphics Attribute//EN"
12        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-basic-graphics-attrib.mod"
13
14     ....................................................................... -->
15
16<!-- Basic Graphics Attribute
17
18        display, visibility
19
20     This module defines the Graphics attribute set.
21-->
22
23<!ENTITY % SVG.display.attrib
24    "display ( inline | block | list-item | run-in | compact | marker |
25               table | inline-table | table-row-group | table-header-group |
26               table-footer-group | table-row | table-column-group |
27               table-column | table-cell | table-caption | none | inherit )
28               #IMPLIED"
29>
30
31<!ENTITY % SVG.visibility.attrib
32    "visibility ( visible | hidden | inherit ) #IMPLIED"
33>
34
35<!ENTITY % SVG.Graphics.extra.attrib "" >
36
37<!ENTITY % SVG.Graphics.attrib
38    "%SVG.display.attrib;
39     %SVG.visibility.attrib;
40     %SVG.Graphics.extra.attrib;"
41>
42
43<!-- end of svg-basic-graphics-attrib.mod -->
Note: See TracBrowser for help on using the repository browser.