summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rnc/LaTeXML/svg11-basic.rng
blob: bacfea8f65e516a66d1417094a254398e8ec7135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE grammar SYSTEM "../relaxng.dtd">
<grammar ns="http://www.w3.org/2000/svg" xml:lang="en"
         xmlns="http://relaxng.org/ns/structure/1.0"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
         datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">

  <a:documentation>
    RELAX NG schema for SVG 1.1 Basic
    file: svg11-basic.rng

    This is SVG Basic, a proper subset of SVG.

    The Scalable Vector Graphics (SVG)
    Copyright 2001, 2002 World Wide Web Consortium
       (Massachusetts Institute of Technology, Institut National de
        Recherche en Informatique et en Automatique, Keio University).
        All Rights Reserved.

    Permission to use, copy, modify and distribute this RELAX NG schema
    for SVG and its accompanying documentation for any purpose and without
    fee is hereby granted in perpetuity, provided that the above copyright
    notice and this paragraph appear in all copies.  The copyright holders
    nor the author make no representation about the suitability of this
    RELAX NG schema for any purpose.

    It is provided "as is" without expressed or implied warranty.

        Author: Masayasu Ishikawa (mimasa@w3.org)
        $Id: svg11-basic.rng,v 1.1 2003/07/15 07:11:10 dean Exp $

    This is the driver file for version 1.1 of the SVG Basic RELAX NG schema.

    The DTD version is identified by the PUBLIC and SYSTEM identifiers:

        PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN"
        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd"

    Use this URI to identify the default namespace:

        "http://www.w3.org/2000/svg"
  </a:documentation>

  <include href="svg-viewport-attrib.rng">
    <a:documentation>
      Viewport Attribute Module
    </a:documentation>
  </include>

  <include href="svg-paint-attrib.rng">
    <a:documentation>
      Paint Attribute Module
    </a:documentation>
  </include>

  <include href="svg-opacity-attrib.rng">
    <a:documentation>
      Opacity Attribute Module
    </a:documentation>
  </include>

  <include href="svg-graphics-attrib.rng">
    <a:documentation>
      Graphics Attribute Module
    </a:documentation>
  </include>

  <include href="svg-docevents-attrib.rng">
    <a:documentation>
      Document Events Attribute Module
    </a:documentation>
  </include>

  <include href="svg-graphevents-attrib.rng">
    <a:documentation>
      Graphical Element Events Attribute Module
    </a:documentation>
  </include>

  <include href="svg-animevents-attrib.rng">
    <a:documentation>
      Animation Events Attribute Module
    </a:documentation>
  </include>

  <include href="svg-xlink-attrib.rng">
    <a:documentation>
      XLink Attribute Module
    </a:documentation>
  </include>

  <include href="svg-extresources-attrib.rng">
    <a:documentation>
      External Resources Attribute Module
    </a:documentation>
  </include>

  <include href="svg-structure.rng">
    <a:documentation>
      Structure Module (required)
    </a:documentation>
  </include>

  <include href="svg-conditional.rng">
    <a:documentation>
      Conditional Processing Module
    </a:documentation>
  </include>

  <include href="svg-image.rng">
    <a:documentation>
      Image Module
    </a:documentation>
  </include>

  <include href="svg-style.rng">
    <a:documentation>
      Style Module
    </a:documentation>
  </include>

  <include href="svg-shape.rng">
    <a:documentation>
      Shape Module
    </a:documentation>
  </include>

  <include href="svg-text.rng">
    <a:documentation>
      Text Module
    </a:documentation>
  </include>

  <include href="svg-profile.rng">
    <a:documentation>
      Color Profile Module
    </a:documentation>
  </include>

  <include href="svg-gradient.rng">
    <a:documentation>
      Gradient Module
    </a:documentation>
  </include>

  <include href="svg-pattern.rng">
    <a:documentation>
      Pattern Module
    </a:documentation>
  </include>

  <include href="svg-basic-clip.rng">
    <a:documentation>
      Basic Clip Module
    </a:documentation>
  </include>

  <include href="svg-mask.rng">
    <a:documentation>
      Mask Module
    </a:documentation>
  </include>

  <include href="svg-basic-filter.rng">
    <a:documentation>
      Basic Filter Module
    </a:documentation>
  </include>

  <include href="svg-cursor.rng">
    <a:documentation>
      Cursor Module
    </a:documentation>
  </include>

  <include href="svg-hyperlink.rng">
    <a:documentation>
      Hyperlinking Module
    </a:documentation>
  </include>

  <include href="svg-view.rng">
    <a:documentation>
      View Module
    </a:documentation>
  </include>

  <include href="svg-script.rng">
    <a:documentation>
      Scripting Module
    </a:documentation>
  </include>

  <include href="svg-animation.rng">
    <a:documentation>
      Animation Module
    </a:documentation>
  </include>

  <include href="svg-font.rng">
    <a:documentation>
      Font Module
    </a:documentation>
  </include>

  <include href="svg-extensibility.rng">
    <a:documentation>
      Extensibility Module
    </a:documentation>
  </include>

</grammar>