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

« back to all changes in this revision

Viewing changes to htdocs/sgml-lib/REC-smil20-20050107/SMIL20.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 2.0 DTD  ......................................................... -->
 
3
<!-- file: SMIL20.dtd                                                         
 
4
-->
 
5
<!-- SMIL 2.0 DTD
 
6
 
 
7
        This is SMIL 2.0.
 
8
 
 
9
        Copyright: 1998-2004 W3C (MIT, ERCIM, Keio), All Rights Reserved.
 
10
        See http://www.w3.org/Consortium/Legal/.
 
11
 
 
12
        Author:     Jacco van Ossenbruggen
 
13
        Revision:   2001/07/31  Thierry Michel  
 
14
 
 
15
 This is the driver file for the SMIL 2.0 DTD.
 
16
 
 
17
     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
 
18
 
 
19
     PUBLIC "-//W3C//DTD SMIL 2.0//EN"
 
20
     SYSTEM "http://www.w3.org/2001/SMIL20/SMIL20.dtd"
 
21
 
 
22
-->
 
23
 
 
24
<!ENTITY % NS.prefixed "IGNORE" >
 
25
<!ENTITY % SMIL.prefix "" >
 
26
 
 
27
<!-- Define the Content Model -->
 
28
<!ENTITY % smil-model.mod
 
29
    PUBLIC "-//W3C//ENTITIES SMIL 2.0 Document Model 1.0//EN"
 
30
           "smil-model-1.mod" >
 
31
 
 
32
<!-- Modular Framework Module  ................................... -->
 
33
<!ENTITY % smil-framework.module "INCLUDE" >
 
34
<![%smil-framework.module;[
 
35
<!ENTITY % smil-framework.mod
 
36
     PUBLIC "-//W3C//ENTITIES SMIL 2.0 Modular Framework 1.0//EN"
 
37
            "smil-framework-1.mod" >
 
38
%smil-framework.mod;]]>
 
39
 
 
40
<!-- The SMIL 2.0 Profile includes the following sections:
 
41
             C. The SMIL Animation Module 
 
42
             D. The SMIL Content Control Module 
 
43
             G. The SMIL Layout Module 
 
44
             H. The SMIL Linking Module 
 
45
             I. The SMIL Media Object Module 
 
46
             J. The SMIL Metainformation Module 
 
47
             K. The SMIL Structure Module 
 
48
             L. The SMIL Timing and Synchronization Module 
 
49
             M. Integrating SMIL Timing into other XML-Based Languages 
 
50
             P. The SMIL Transition effects Module 
 
51
 
 
52
             The SMIL Streaming Media Object Module is optional.
 
53
-->
 
54
 
 
55
<!--
 
56
<!ENTITY % smil-streamingmedia.model "IGNORE">
 
57
<![%smil-streamingmedia.model;[
 
58
  <!ENTITY % smil-streaming-mod  
 
59
    PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Streaming Media Objects//EN" 
 
60
    "SMIL-streamingmedia.mod">
 
61
  %smil-streaming-mod;
 
62
]]>
 
63
-->
 
64
 
 
65
<!ENTITY % SMIL.anim-mod   
 
66
  PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Animation//EN"  
 
67
  "SMIL-anim.mod">
 
68
<!ENTITY % SMIL.control-mod 
 
69
  PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Content Control//EN" 
 
70
  "SMIL-control.mod">
 
71
<!ENTITY % SMIL.layout-mod 
 
72
  PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Layout//EN"  
 
73
  "SMIL-layout.mod">
 
74
<!ENTITY % SMIL.link-mod   
 
75
  PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Linking//EN"  
 
76
  "SMIL-link.mod">
 
77
<!ENTITY % SMIL.media-mod  
 
78
  PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Media Objects//EN" 
 
79
  "SMIL-media.mod">
 
80
<!ENTITY % SMIL.meta-mod   
 
81
  PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Document Metainformation//EN" 
 
82
  "SMIL-metainformation.mod">
 
83
<!ENTITY % SMIL.struct-mod 
 
84
  PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Document Structure//EN" 
 
85
  "SMIL-struct.mod">
 
86
<!ENTITY % SMIL.timing-mod 
 
87
  PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Timing//EN" 
 
88
  "SMIL-timing.mod">
 
89
<!ENTITY % SMIL.transition-mod 
 
90
  PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Transition//EN"
 
91
  "SMIL-transition.mod">
 
92
 
 
93
%SMIL.struct-mod;
 
94
%SMIL.anim-mod;
 
95
%SMIL.control-mod;
 
96
%SMIL.meta-mod;
 
97
%SMIL.layout-mod;
 
98
%SMIL.link-mod;
 
99
%SMIL.media-mod;
 
100
%SMIL.timing-mod;
 
101
%SMIL.transition-mod;
 
102
 
 
103
<!-- end of SMIL20.dtd -->