~ubuntu-branches/ubuntu/trusty/w3c-sgml-lib/trusty

« back to all changes in this revision

Viewing changes to htdocs/sgml-lib/REC-SMIL3-20081201/SMIL30Language.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-08-21 11:15:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100821111542-cklvls9be6wh2f2z
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ...................................................................... -->
 
2
<!-- SMIL 3.0 Language DTD ................................................ -->
 
3
<!-- file: SMIL30Language.dtd
 
4
 
 
5
        This is SMIL 3.0.
 
6
 
 
7
        Copyright: 1998-2008 W3C (MIT, ERCIM, Keio), All Rights
 
8
        Reserved.  See http://www.w3.org/Consortium/Legal/.
 
9
 
 
10
        Editor for SMIL 3.0: Sjoerd Mullender, CWI
 
11
        Editor for previous versions of SMIL: Jacco van Ossenbruggen,
 
12
        Sjoerd Mullender.
 
13
        $Revision: 1.8 $
 
14
        $Date: 2008/09/07 20:36:50 $
 
15
 
 
16
 This is the driver file for the SMIL 3.0 Language Profile DTD.
 
17
 
 
18
     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
 
19
 
 
20
     PUBLIC "-//W3C//DTD SMIL 3.0 Language//EN"
 
21
     SYSTEM "http://www.w3.org/2008/SMIL30/SMIL30Language.dtd"
 
22
 
 
23
-->
 
24
 
 
25
<!-- Define the prefix to be used (none) -->
 
26
<!ENTITY % NS.prefixed "IGNORE" >
 
27
 
 
28
<!-- Define the default for the baseProfile attribute -->
 
29
<!ENTITY % SMIL.baseProfile.default "#FIXED 'Language'">
 
30
 
 
31
<!-- Define which modules to include -->
 
32
<!-- Structure -->
 
33
<!ENTITY % SMIL.Structure.module                      "INCLUDE">
 
34
<!ENTITY % SMIL.Identity.module                       "INCLUDE">
 
35
<!-- Media Object -->
 
36
<!ENTITY % SMIL.BasicMedia.module                     "INCLUDE">
 
37
<!ENTITY % SMIL.BrushMedia.module                     "INCLUDE">
 
38
<!ENTITY % SMIL.MediaAccessibility.module             "INCLUDE">
 
39
<!ENTITY % SMIL.MediaClipMarkers.module               "INCLUDE">
 
40
<!ENTITY % SMIL.MediaClipping.module                  "INCLUDE">
 
41
<!ENTITY % SMIL.MediaDescription.module               "INCLUDE">
 
42
<!ENTITY % SMIL.MediaOpacity.module                   "INCLUDE">
 
43
<!ENTITY % SMIL.MediaPanZoom.module                   "INCLUDE">
 
44
<!ENTITY % SMIL.MediaParam.module                     "INCLUDE">
 
45
<!ENTITY % SMIL.MediaRenderAttributes.module          "INCLUDE">
 
46
<!-- Timing and Synchronization -->
 
47
<!ENTITY % SMIL.AccessKeyTiming.module                "INCLUDE">
 
48
<!ENTITY % SMIL.BasicExclTimeContainers.module        "INCLUDE">
 
49
<!ENTITY % SMIL.BasicInlineTiming.module              "INCLUDE">
 
50
<!ENTITY % SMIL.BasicPriorityClassContainers.module   "INCLUDE">
 
51
<!ENTITY % SMIL.BasicTimeContainers.module            "INCLUDE">
 
52
<!ENTITY % SMIL.DOMTimingMethods.module               "IGNORE">
 
53
<!ENTITY % SMIL.EventTiming.module                    "INCLUDE">
 
54
<!ENTITY % SMIL.FillDefault.module                    "INCLUDE">
 
55
<!ENTITY % SMIL.MediaMarkerTiming.module              "INCLUDE">
 
56
<!ENTITY % SMIL.MinMaxTiming.module                   "IGNORE">
 
57
<!ENTITY % SMIL.MultiArcTiming.module                 "INCLUDE">
 
58
<!ENTITY % SMIL.RepeatTiming.module                   "INCLUDE">
 
59
<!ENTITY % SMIL.RepeatValueTiming.module              "INCLUDE">
 
60
<!ENTITY % SMIL.RestartDefault.module                 "INCLUDE">
 
61
<!ENTITY % SMIL.RestartTiming.module                  "INCLUDE">
 
62
<!ENTITY % SMIL.SyncbaseTiming.module                 "INCLUDE">
 
63
<!ENTITY % SMIL.SyncBehaviorDefault.module            "INCLUDE">
 
64
<!ENTITY % SMIL.SyncBehavior.module                   "INCLUDE">
 
65
<!ENTITY % SMIL.SyncMaster.module                     "IGNORE">
 
66
<!ENTITY % SMIL.TimeContainerAttributes.module        "IGNORE">
 
67
<!ENTITY % SMIL.WallclockTiming.module                "INCLUDE">
 
68
<!-- Content Control -->
 
69
<!ENTITY % SMIL.BasicContentControl.module            "INCLUDE">
 
70
<!ENTITY % SMIL.CustomTestAttributes.module           "INCLUDE">
 
71
<!ENTITY % SMIL.PrefetchControl.module                "INCLUDE">
 
72
<!ENTITY % SMIL.RequiredContentControl.module         "INCLUDE">
 
73
<!ENTITY % SMIL.SkipContentControl.module             "INCLUDE">
 
74
<!-- Layout -->
 
75
<!ENTITY % SMIL.AlignmentLayout.module                "INCLUDE">
 
76
<!ENTITY % SMIL.AudioLayout.module                    "INCLUDE">
 
77
<!ENTITY % SMIL.BackgroundTilingLayout.module         "INCLUDE">
 
78
<!ENTITY % SMIL.BasicLayout.module                    "INCLUDE">
 
79
<!ENTITY % SMIL.MultiWindowLayout.module              "INCLUDE">
 
80
<!ENTITY % SMIL.OverrideLayout.module                 "INCLUDE">
 
81
<!ENTITY % SMIL.StructureLayout.module                "INCLUDE">
 
82
<!ENTITY % SMIL.SubRegionLayout.module                "INCLUDE">
 
83
<!-- smilText -->
 
84
<!ENTITY % SMIL.BasicText.module                      "INCLUDE">
 
85
<!ENTITY % SMIL.TextMotion.module                     "INCLUDE">
 
86
<!ENTITY % SMIL.TextStyling.module                    "INCLUDE">
 
87
<!-- Linking -->
 
88
<!ENTITY % SMIL.BasicLinking.module                   "INCLUDE">
 
89
<!ENTITY % SMIL.LinkingAttributes.module              "INCLUDE">
 
90
<!ENTITY % SMIL.ObjectLinking.module                  "INCLUDE">
 
91
<!-- Metainformation -->
 
92
<!ENTITY % SMIL.Metainformation.module                "INCLUDE">
 
93
<!-- Transition Effects -->
 
94
<!ENTITY % SMIL.BasicTransitions.module               "INCLUDE">
 
95
<!ENTITY % SMIL.FullScreenTransitionEffects.module    "INCLUDE">
 
96
<!ENTITY % SMIL.InlineTransitions.module              "IGNORE">
 
97
<!ENTITY % SMIL.TransitionModifiers.module            "INCLUDE">
 
98
<!-- Animation -->
 
99
<!ENTITY % SMIL.BasicAnimation.module                 "INCLUDE">
 
100
<!ENTITY % SMIL.SplineAnimation.module                "IGNORE">
 
101
<!-- State -->
 
102
<!ENTITY % SMIL.StateInterpolation.module             "INCLUDE">
 
103
<!ENTITY % SMIL.StateSubmission.module                "INCLUDE">
 
104
<!ENTITY % SMIL.StateTest.module                      "INCLUDE">
 
105
<!ENTITY % SMIL.UserState.module                      "INCLUDE">
 
106
<!-- Time Manipulation -->
 
107
<!ENTITY % SMIL.TimeManipulations.module              "IGNORE">
 
108
<!-- External Timing -->
 
109
<!ENTITY % SMIL.Timesheet.module                      "IGNORE">
 
110
 
 
111
<!-- Define which variants to use -->
 
112
<!ENTITY % SMIL.animation-targetElement               "INCLUDE">
 
113
<!ENTITY % SMIL.animation-XLinkTarget                 "IGNORE">
 
114
<!ENTITY % SMIL.transition-targetElement              "INCLUDE">
 
115
<!ENTITY % SMIL.transition-XLinkTarget                "IGNORE">
 
116
<!ENTITY % SMIL.ContentControl.deprecated.module      "INCLUDE">
 
117
<!ENTITY % SMIL.MediaClipping.deprecated.module       "INCLUDE">
 
118
<!ENTITY % SMIL.RepeatTiming.deprecated.module        "INCLUDE">
 
119
<!ENTITY % SMIL.BasicLinking.deprecated.module        "INCLUDE">
 
120
<!ENTITY % SMIL.IncludeModuleNamespaces               "IGNORE">
 
121
<!ENTITY % SMIL.ITS-Attributes.module                 "INCLUDE">
 
122
<!ENTITY % SMIL.RoleAttributes.module                 "IGNORE">
 
123
<!ENTITY % SMIL.submission-post                       "INCLUDE">
 
124
 
 
125
<!-- Define the Content Model -->
 
126
<!ENTITY % smil-model.mod
 
127
    PUBLIC "-//W3C//ENTITIES SMIL 3.0 Document Model 1.0//EN"
 
128
           "smil-profile-model-1.mod" >
 
129
 
 
130
<!-- Modular Framework Module  ............................................ -->
 
131
<!ENTITY % smil-framework.module "INCLUDE" >
 
132
<![%smil-framework.module;[
 
133
<!ENTITY % smil-framework.mod
 
134
     PUBLIC "-//W3C//ENTITIES SMIL 3.0 Modular Framework 1.0//EN"
 
135
            "smil-framework-1.mod" >
 
136
%smil-framework.mod;]]>
 
137
 
 
138
<!-- List module files to include -->
 
139
<!ENTITY % SMIL.anim-mod   
 
140
  PUBLIC "-//W3C//ELEMENTS SMIL 3.0 Animation//EN"  
 
141
  "SMIL-anim.mod">
 
142
<!ENTITY % SMIL.control-mod 
 
143
  PUBLIC "-//W3C//ELEMENTS SMIL 3.0 Content Control//EN" 
 
144
  "SMIL-control.mod">
 
145
<!ENTITY % SMIL.layout-mod 
 
146
  PUBLIC "-//W3C//ELEMENTS SMIL 3.0 Layout//EN"  
 
147
  "SMIL-layout.mod">
 
148
<!ENTITY % SMIL.link-mod   
 
149
  PUBLIC "-//W3C//ELEMENTS SMIL 3.0 Linking//EN"  
 
150
  "SMIL-link.mod">
 
151
<!ENTITY % SMIL.media-mod  
 
152
  PUBLIC "-//W3C//ELEMENTS SMIL 3.0 Media Objects//EN" 
 
153
  "SMIL-media.mod">
 
154
<!ENTITY % SMIL.meta-mod   
 
155
  PUBLIC "-//W3C//ELEMENTS SMIL 3.0 Document Metainformation//EN" 
 
156
  "SMIL-metainformation.mod">
 
157
<!ENTITY % SMIL.struct-mod 
 
158
  PUBLIC "-//W3C//ELEMENTS SMIL 3.0 Document Structure//EN" 
 
159
  "SMIL-struct.mod">
 
160
<!ENTITY % SMIL.text-mod 
 
161
  PUBLIC "-//W3C//ELEMENTS SMIL 3.0 SMILtext//EN" 
 
162
  "SMIL-smiltext.mod">
 
163
<!ENTITY % SMIL.state-mod 
 
164
  PUBLIC "-//W3C//ELEMENTS SMIL 3.0 State//EN" 
 
165
  "SMIL-state.mod">
 
166
<!ENTITY % SMIL.timing-mod 
 
167
  PUBLIC "-//W3C//ELEMENTS SMIL 3.0 Timing//EN" 
 
168
  "SMIL-timing.mod">
 
169
<!ENTITY % SMIL.transition-mod 
 
170
  PUBLIC "-//W3C//ELEMENTS SMIL 3.0 Transition//EN"
 
171
  "SMIL-transition.mod">
 
172
 
 
173
<!-- Include module files -->
 
174
%SMIL.struct-mod;
 
175
%SMIL.anim-mod;
 
176
%SMIL.control-mod;
 
177
%SMIL.meta-mod;
 
178
%SMIL.layout-mod;
 
179
%SMIL.link-mod;
 
180
%SMIL.media-mod;
 
181
%SMIL.text-mod;
 
182
%SMIL.state-mod;
 
183
%SMIL.timing-mod;
 
184
%SMIL.transition-mod;
 
185
 
 
186
<!-- end of SMIL30Language.dtd -->