Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorModel/Resources/www.w3.org/Graphics.SVG.1.1.DTD/svg11-tiny-attribs.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: 2.0 KB
Line 
1<!-- ....................................................................... -->
2<!-- SVG 1.1 Tiny Attribute Collection Module .............................. -->
3<!-- file: svg11-tiny-attribs.mod
4
5     This is SVG Tiny, a proper subset of SVG.
6     Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
7     Revision: $Id: svg11-tiny-attribs.mod,v 1.3 2002/11/13 20:14:31 fujisawa Exp $
8
9     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
10
11        PUBLIC "-//W3C//ENTITIES SVG 1.1 Tiny Attribute Collection//EN"
12        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny-attribs.mod"
13
14     ....................................................................... -->
15
16<!-- SVG 1.1 Tiny Attribute Collection
17
18     This module defines the set of common attributes that can be present
19     on many SVG elements.
20-->
21
22<!-- module: svg-conditional.mod ....................... -->
23
24<!ENTITY % ExtensionList.datatype "CDATA" >
25<!ENTITY % FeatureList.datatype "CDATA" >
26
27<!ENTITY % SVG.Conditional.extra.attrib "" >
28<!ENTITY % SVG.Conditional.attrib
29    "requiredFeatures %FeatureList.datatype; #IMPLIED
30     requiredExtensions %ExtensionList.datatype; #IMPLIED
31     systemLanguage %LanguageCodes.datatype; #IMPLIED
32     %SVG.Conditional.extra.attrib;"
33>
34
35<!-- module: svg-basic-text.mod ........................ -->
36
37<!ENTITY % FontFamilyValue.datatype "CDATA" >
38<!ENTITY % FontSizeValue.datatype "CDATA" >
39
40<!ENTITY % SVG.TextContent.extra.attrib "" >
41<!ENTITY % SVG.TextContent.attrib
42    "text-anchor ( start | middle | end | inherit ) #IMPLIED
43     %SVG.TextContent.extra.attrib;"
44>
45
46<!ENTITY % SVG.Font.extra.attrib "" >
47<!ENTITY % SVG.Font.attrib
48    "font-family %FontFamilyValue.datatype; #IMPLIED
49     font-size %FontSizeValue.datatype; #IMPLIED
50     font-style ( normal | italic | oblique | inherit ) #IMPLIED
51     font-weight ( normal | bold | bolder | lighter | 100 | 200 | 300 | 400 |
52                   500 | 600 | 700 | 800 | 900 | inherit ) #IMPLIED
53     %SVG.Font.extra.attrib;"
54>
55
56<!-- end of svg11-tiny-attribs.mod -->
Note: See TracBrowser for help on using the repository browser.