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-view.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.9 KB
Line 
1<!-- ....................................................................... -->
2<!-- SVG 1.1 View Module ................................................... -->
3<!-- file: svg-view.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-view.mod,v 1.3 2002/10/24 17:40:16 fujisawa Exp $
8
9     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
10
11        PUBLIC "-//W3C//ELEMENTS SVG 1.1 View//EN"
12        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-view.mod"
13
14     ....................................................................... -->
15
16<!-- View
17
18        view
19
20     This module declares markup to provide support for view.
21-->
22
23<!-- Qualified Names (Default) ......................... -->
24
25<!ENTITY % SVG.view.qname "view" >
26
27<!-- Attribute Collections (Default) ................... -->
28
29<!ENTITY % SVG.Core.attrib "" >
30<!ENTITY % SVG.External.attrib "" >
31
32<!-- SVG.View.class .................................... -->
33
34<!ENTITY % SVG.View.extra.class "" >
35
36<!ENTITY % SVG.View.class
37    "| %SVG.view.qname; %SVG.View.extra.class;"
38>
39
40<!-- view: View Element ................................ -->
41
42<!ENTITY % SVG.view.extra.content "" >
43
44<!ENTITY % SVG.view.element "INCLUDE" >
45<![%SVG.view.element;[
46<!ENTITY % SVG.view.content
47    "( %SVG.Description.class; %SVG.view.extra.content; )*"
48>
49<!ELEMENT %SVG.view.qname; %SVG.view.content; >
50<!-- end of SVG.view.element -->]]>
51
52<!ENTITY % SVG.view.attlist "INCLUDE" >
53<![%SVG.view.attlist;[
54<!ATTLIST %SVG.view.qname;
55    %SVG.Core.attrib;
56    %SVG.External.attrib;
57    viewBox %ViewBoxSpec.datatype; #IMPLIED
58    preserveAspectRatio %PreserveAspectRatioSpec.datatype; 'xMidYMid meet'
59    zoomAndPan ( disable | magnify ) 'magnify'
60    viewTarget CDATA #IMPLIED
61>
62<!-- end of SVG.view.attlist -->]]>
63
64<!-- end of svg-view.mod -->
Note: See TracBrowser for help on using the repository browser.