home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _485E841C384D452983C8166D1D711A0B < prev    next >
Encoding:
Text File  |  2003-02-12  |  2.5 KB  |  77 lines

  1. <!-- ================================================================= -->
  2. <!-- SMIL Timing and Synchronization Modules ========================= -->
  3. <!-- file: SMIL-timing.mod
  4.  
  5.      This is SMIL 2.0.
  6.  
  7.         Copyright: 1998-2001 W3C (MIT, INRIA, 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 -->
  77.