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

  1. <!-- ====================================================================== -->
  2. <!-- SMIL Structure Module  =============================================== -->
  3. <!-- file: SMIL-struct.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: Warner ten Kate, 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 Document Structure//EN"
  16.      SYSTEM "http://www.w3.org/2001/SMIL20/SMIL-struct.mod"
  17.  
  18.      ===================================================================== -->
  19.  
  20. <!-- ================== SMIL Document Root =============================== -->
  21. <!ENTITY % SMIL.smil.attrib  "" >
  22. <!ENTITY % SMIL.smil.content "EMPTY" >
  23. <!ENTITY % SMIL.smil.qname   "smil" >
  24.  
  25. <!ELEMENT %SMIL.smil.qname; %SMIL.smil.content;>
  26. <!ATTLIST %SMIL.smil.qname; %SMIL.smil.attrib;
  27.         %Core.attrib;
  28.         %I18n.attrib;
  29.         xmlns %URI.datatype; #REQUIRED 
  30. >
  31.  
  32. <!-- ================== The Document Head ================================ -->
  33. <!ENTITY % SMIL.head.content "EMPTY" >
  34. <!ENTITY % SMIL.head.attrib  "" >
  35. <!ENTITY % SMIL.head.qname   "head" >
  36.  
  37. <!ELEMENT %SMIL.head.qname; %SMIL.head.content;>
  38. <!ATTLIST %SMIL.head.qname; %SMIL.head.attrib;
  39.         %Core.attrib;
  40.         %I18n.attrib;
  41. >
  42.  
  43. <!--=================== The Document Body - Timing Root ================== -->
  44. <!ENTITY % SMIL.body.content "EMPTY" >
  45. <!ENTITY % SMIL.body.attrib  "" >
  46. <!ENTITY % SMIL.body.qname   "body" >
  47.  
  48. <!ELEMENT %SMIL.body.qname; %SMIL.body.content;>
  49. <!ATTLIST %SMIL.body.qname; %SMIL.body.attrib;
  50.         %Core.attrib;
  51.         %I18n.attrib;
  52. >
  53. <!-- end of SMIL-struct.mod -->
  54.