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-extresources-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.2 KB
Line 
1<!-- ....................................................................... -->
2<!-- SVG 1.1 External Resources Attribute Module ........................... -->
3<!-- file: svg-extresources-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-extresources-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 External Resources Attribute//EN"
12        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-extresources-attrib.mod"
13
14     ....................................................................... -->
15
16<!-- External Resources Attribute
17
18        externalResourcesRequired
19
20     This module defines the External attribute set.
21-->
22
23<!ENTITY % SVG.externalResourcesRequired.attrib
24    "externalResourcesRequired %Boolean.datatype; #IMPLIED"
25>
26
27<!ENTITY % SVG.External.extra.attrib "" >
28
29<!ENTITY % SVG.External.attrib
30    "%SVG.externalResourcesRequired.attrib;
31     %SVG.External.extra.attrib;"
32>
33
34<!-- end of svg-extresources-attrib.mod -->
Note: See TracBrowser for help on using the repository browser.