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

« back to all changes in this revision

Viewing changes to htdocs/sgml-lib/REC-smil20-20050107/SMIL-timing.mod

  • 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 Timing and Synchronization Modules ========================= -->
 
3
<!-- file: SMIL-timing.mod
 
4
 
 
5
     This is SMIL 2.0.
 
6
 
 
7
        Copyright: 1998-2004 W3C (MIT, ERCIM, Keio), All Rights Reserved.
 
8
        See http://www.w3.org/Consortium/Legal/.
 
9
 
 
10
        Author:     Jacco van Ossenbruggen.
 
11
        Revision:   2001/07/31  Thierry Michel
 
12
 
 
13
     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
 
14
 
 
15
     PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Timing//EN"
 
16
     SYSTEM "http://www.w3.org/2001/SMIL20/SMIL-timing.mod"
 
17
 
 
18
     ================================================================= -->
 
19
 
 
20
 
 
21
<!-- ================== Timing Elements ============================== -->
 
22
 
 
23
<!ENTITY % SMIL.BasicTimeContainers.module "IGNORE">
 
24
<![%SMIL.BasicTimeContainers.module;[
 
25
  <!ENTITY % SMIL.par.content "EMPTY">
 
26
  <!ENTITY % SMIL.seq.content "EMPTY">
 
27
  <!ENTITY % SMIL.par.attrib  "">
 
28
  <!ENTITY % SMIL.seq.attrib  "">
 
29
  <!ENTITY % SMIL.seq.qname   "seq">
 
30
  <!ENTITY % SMIL.par.qname   "par">
 
31
 
 
32
  <!ELEMENT %SMIL.seq.qname; %SMIL.seq.content;>
 
33
  <!ATTLIST %SMIL.seq.qname; %SMIL.seq.attrib;
 
34
   %Core.attrib;
 
35
   %I18n.attrib;
 
36
   %SMIL.Description.attrib;
 
37
  >
 
38
 
 
39
  <!ELEMENT %SMIL.par.qname; %SMIL.par.content;>
 
40
  <!ATTLIST %SMIL.par.qname; %SMIL.par.attrib;
 
41
   %Core.attrib;
 
42
   %I18n.attrib;
 
43
   %SMIL.Description.attrib;
 
44
  >
 
45
]]>  <!-- End of BasicTimeContainers.module -->
 
46
 
 
47
 
 
48
<!ENTITY % SMIL.ExclTimeContainers.module "IGNORE">
 
49
<![%SMIL.ExclTimeContainers.module;[
 
50
  <!ENTITY % SMIL.excl.content          "EMPTY">
 
51
  <!ENTITY % SMIL.priorityClass.content "EMPTY">
 
52
  <!ENTITY % SMIL.excl.attrib           "">
 
53
  <!ENTITY % SMIL.priorityClass.attrib  "">
 
54
  <!ENTITY % SMIL.excl.qname            "excl">
 
55
  <!ENTITY % SMIL.priorityClass.qname   "priorityClass">
 
56
 
 
57
  <!ELEMENT %SMIL.excl.qname; %SMIL.excl.content;>
 
58
  <!ATTLIST %SMIL.excl.qname; %SMIL.excl.attrib;
 
59
   %Core.attrib;
 
60
   %I18n.attrib;
 
61
   %SMIL.Description.attrib;
 
62
  >
 
63
 
 
64
  <!ELEMENT %SMIL.priorityClass.qname; %SMIL.priorityClass.content;>
 
65
  <!ATTLIST %SMIL.priorityClass.qname; %SMIL.priorityClass.attrib;
 
66
    peers       (stop|pause|defer|never) "stop"
 
67
    higher      (stop|pause)             "pause" 
 
68
    lower       (defer|never)            "defer"
 
69
    pauseDisplay (disable|hide|show )    "show"
 
70
    %SMIL.Description.attrib;
 
71
    %Core.attrib;
 
72
    %I18n.attrib;
 
73
  >
 
74
]]>  <!-- End of ExclTimeContainers.module -->
 
75
 
 
76
<!-- end of SMIL-timing.mod -->