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

  1. <!-- ================================================================= -->
  2. <!-- SMIL Content Control Module  ==================================== -->
  3. <!-- file: SMIL-control.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, Aaron Cohen
  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 Content Control//EN"
  16.      SYSTEM "http://www.w3.org/2001/SMIL20/SMIL-control.mod"
  17.  
  18.      ================================================================= -->
  19.  
  20. <!ENTITY % SMIL.BasicContentControl.module "INCLUDE">
  21. <![%SMIL.BasicContentControl.module;[
  22.   <!ENTITY % SMIL.switch.attrib "">
  23.   <!ENTITY % SMIL.switch.content "EMPTY">
  24.   <!ENTITY % SMIL.switch.qname "switch">
  25.   
  26.   <!ELEMENT %SMIL.switch.qname; %SMIL.switch.content;>
  27.   <!ATTLIST %SMIL.switch.qname; %SMIL.switch.attrib;
  28.         %Core.attrib;
  29.         %I18n.attrib;
  30.   >
  31. ]]>
  32.  
  33. <!-- ========================= CustomTest Elements ========================= -->
  34. <!ENTITY % SMIL.CustomTestAttributes.module "IGNORE">
  35. <![%SMIL.CustomTestAttributes.module;[
  36.  
  37.   <!ENTITY % SMIL.customTest.attrib "">
  38.   <!ENTITY % SMIL.customTest.qname "customTest">
  39.   <!ENTITY % SMIL.customTest.content "EMPTY">
  40.   <!ELEMENT %SMIL.customTest.qname; %SMIL.customTest.content;>
  41.   <!ATTLIST %SMIL.customTest.qname; %SMIL.customTest.attrib;
  42.     defaultState (true|false)                   'false'
  43.     override     (visible|hidden)             'hidden'
  44.     uid          %URI.datatype;                 #IMPLIED
  45.         %Core.attrib;
  46.         %I18n.attrib;
  47.   >
  48.   <!ENTITY % SMIL.customAttributes.attrib "">
  49.   <!ENTITY % SMIL.customAttributes.qname "customAttributes">
  50.   <!ENTITY % SMIL.customAttributes.content "(customTest+)">
  51.   <!ELEMENT %SMIL.customAttributes.qname; %SMIL.customAttributes.content;>
  52.   <!ATTLIST %SMIL.customAttributes.qname; %SMIL.customAttributes.attrib;
  53.         %Core.attrib;
  54.         %I18n.attrib;
  55.   >
  56.  
  57. ]]> <!-- end of CustomTestAttributes -->
  58.  
  59. <!-- ========================= PrefetchControl Elements ==================== -->
  60. <!ENTITY % SMIL.PrefetchControl.module "IGNORE">
  61. <![%SMIL.PrefetchControl.module;[
  62.   <!ENTITY % SMIL.prefetch.attrib "">
  63.   <!ENTITY % SMIL.prefetch.qname "prefetch">
  64.   <!ENTITY % SMIL.prefetch.content "EMPTY">
  65.   <!ELEMENT %SMIL.prefetch.qname; %SMIL.prefetch.content;>
  66.   <!ATTLIST %SMIL.prefetch.qname; %SMIL.prefetch.attrib;
  67.     src           %URI.datatype;    #IMPLIED
  68.     mediaSize     CDATA        #IMPLIED
  69.     mediaTime     CDATA        #IMPLIED
  70.     bandwidth     CDATA        #IMPLIED
  71.         %Core.attrib;
  72.         %I18n.attrib;
  73.   >
  74. ]]>
  75.  
  76. <!-- end of SMIL-control.mod -->
  77.