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