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-docevents-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.6 KB
Line 
1<!-- ....................................................................... -->
2<!-- SVG 1.1 Document Events Attribute Module .............................. -->
3<!-- file: svg-docevents-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-docevents-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 Document Events Attribute//EN"
12        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-docevents-attrib.mod"
13
14     ....................................................................... -->
15
16<!-- Document Events Attribute
17
18        onunload, onabort, onerror, onresize, onscroll, onzoom
19
20     This module defines the DocumentEvents attribute set.
21-->
22
23<!ENTITY % SVG.onunload.attrib
24    "onunload %Script.datatype; #IMPLIED"
25>
26
27<!ENTITY % SVG.onabort.attrib
28    "onabort %Script.datatype; #IMPLIED"
29>
30
31<!ENTITY % SVG.onerror.attrib
32    "onerror %Script.datatype; #IMPLIED"
33>
34
35<!ENTITY % SVG.onresize.attrib
36    "onresize %Script.datatype; #IMPLIED"
37>
38
39<!ENTITY % SVG.onscroll.attrib
40    "onscroll %Script.datatype; #IMPLIED"
41>
42
43<!ENTITY % SVG.onzoom.attrib
44    "onzoom %Script.datatype; #IMPLIED"
45>
46
47<!ENTITY % SVG.DocumentEvents.extra.attrib "" >
48
49<!ENTITY % SVG.DocumentEvents.attrib
50    "%SVG.onunload.attrib;
51     %SVG.onabort.attrib;
52     %SVG.onerror.attrib;
53     %SVG.onresize.attrib;
54     %SVG.onscroll.attrib;
55     %SVG.onzoom.attrib;
56     %SVG.DocumentEvents.extra.attrib;"
57>
58
59<!-- end of svg-docevents-attrib.mod -->
Note: See TracBrowser for help on using the repository browser.