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

  1. <!-- ======================================================================= -->
  2. <!-- SMIL Linking Module  ================================================== -->
  3. <!-- file: SMIL-link.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, Lloyd Rutledge, 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 Linking//EN"
  16.      SYSTEM "http://www.w3.org/2001/SMIL20/SMIL-link.mod"
  17.  
  18.      ======================================================================= -->
  19.  
  20. <!-- ======================== LinkingAttributes Entities =================== -->
  21. <!ENTITY % SMIL.linking-attrs "
  22.     sourceLevel             CDATA               '100%'
  23.     destinationLevel        CDATA               '100%'
  24.     sourcePlaystate         (play|pause|stop)   #IMPLIED
  25.     destinationPlaystate    (play|pause|stop)   'play'
  26.     show                    (new|pause|replace) 'replace'
  27.     accesskey               %Character.datatype; #IMPLIED
  28.     target                  CDATA                #IMPLIED
  29.     external                (true|false)        'false'
  30.     actuate                 (onRequest|onLoad)  'onRequest'
  31.     %SMIL.tabindex.attrib;
  32. ">
  33.  
  34.  
  35.  
  36. <!-- ========================= BasicLinking Elements ======================= -->
  37. <!ENTITY % SMIL.BasicLinking.module "IGNORE">
  38. <![%SMIL.BasicLinking.module;[
  39.  
  40.   <!-- ======================= BasicLinking Entities ======================= -->
  41.   <!ENTITY % SMIL.Shape "(rect|circle|poly|default)">
  42.   <!ENTITY % SMIL.Coords "CDATA">
  43.     <!-- comma separated list of lengths -->
  44.  
  45.   <!ENTITY % SMIL.a.attrib  "">
  46.   <!ENTITY % SMIL.a.content "EMPTY">
  47.   <!ENTITY % SMIL.a.qname   "a">
  48.   <!ELEMENT %SMIL.a.qname; %SMIL.a.content;>
  49.   <!ATTLIST %SMIL.a.qname; %SMIL.a.attrib;
  50.     %SMIL.linking-attrs;
  51.     href                      %URI.datatype;      #IMPLIED
  52.     %Core.attrib;
  53.     %I18n.attrib;
  54.   >
  55.  
  56.   <!ENTITY % SMIL.area.attrib  "">
  57.   <!ENTITY % SMIL.area.content "EMPTY">
  58.   <!ENTITY % SMIL.area.qname   "area">
  59.   <!ELEMENT %SMIL.area.qname; %SMIL.area.content;>
  60.   <!ATTLIST %SMIL.area.qname; %SMIL.area.attrib;
  61.     %SMIL.linking-attrs;
  62.     shape                     %SMIL.Shape;             'rect'
  63.     coords                    %SMIL.Coords;            #IMPLIED
  64.     href                      %URI.datatype;      #IMPLIED
  65.     nohref                    (nohref)            #IMPLIED
  66.     %Core.attrib;
  67.     %I18n.attrib;
  68.   >
  69.  
  70.   <!ENTITY % SMIL.anchor.attrib  "">
  71.   <!ENTITY % SMIL.anchor.content "EMPTY">
  72.   <!ENTITY % SMIL.anchor.qname  "anchor">
  73.   <!ELEMENT %SMIL.anchor.qname; %SMIL.anchor.content;>
  74.   <!ATTLIST %SMIL.anchor.qname; %SMIL.anchor.attrib;
  75.     %SMIL.linking-attrs;
  76.     shape                     %SMIL.Shape;             'rect'
  77.     coords                    %SMIL.Coords;            #IMPLIED
  78.     href                      %URI.datatype;               #IMPLIED
  79.     nohref                    (nohref)            #IMPLIED
  80.     %Core.attrib;
  81.     %I18n.attrib;
  82.   >
  83. ]]> <!-- end of BasicLinking -->
  84.  
  85. <!-- ======================== ObjectLinking ================================ -->
  86. <!ENTITY % SMIL.ObjectLinking.module "IGNORE">
  87. <![%SMIL.ObjectLinking.module;[
  88.  
  89.   <!ENTITY % SMIL.Fragment "
  90.     fragment                  CDATA               #IMPLIED
  91.   ">
  92.  
  93.   <!-- ====================== ObjectLinking Elements ======================= -->
  94.   <!-- add fragment attribute to area, and anchor elements -->
  95.   <!ATTLIST %SMIL.area.qname;
  96.       %SMIL.Fragment;
  97.   >
  98.  
  99.   <!ATTLIST %SMIL.anchor.qname;
  100.       %SMIL.Fragment;
  101.   >
  102. ]]>
  103. <!-- ======================== End ObjectLinking ============================ -->
  104.  
  105. <!-- end of SMIL-link.mod -->
  106.