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

  1. <!-- ...................................................................... -->
  2. <!-- SMIL 2.0 Common Attributes Module  ................................... -->
  3. <!-- file: smil-attribs-1.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.     Revision:   2001/07/31  Thierry Michel  
  11.  
  12.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  13.  
  14.      PUBLIC "-//W3C//ENTITIES SMIL 2.0 Common Attributes 1.0//EN"
  15.      SYSTEM "http://www.w3.org/2001/SMIL20/smil-attribs-1.mod"
  16.  
  17.      ...................................................................... -->
  18.  
  19. <!-- Common Attributes
  20.  
  21.      This module declares the common attributes for the SMIL DTD Modules.
  22. -->
  23.  
  24. <!ENTITY % SMIL.pfx "">
  25.  
  26. <!ENTITY % id.attrib
  27.  "%SMIL.pfx;id           ID                       #IMPLIED"
  28. >
  29.  
  30. <!ENTITY % class.attrib
  31.  "%SMIL.pfx;class        CDATA                    #IMPLIED"
  32. >
  33.  
  34. <!ENTITY % title.attrib
  35.  "%SMIL.pfx;title        %Text.datatype;                   #IMPLIED"
  36. >
  37.  
  38. <!ENTITY % longdesc.attrib
  39.  "%SMIL.pfx;longdesc     %URI.datatype;                    #IMPLIED"
  40. >
  41.  
  42. <!ENTITY % alt.attrib
  43.  "%SMIL.pfx;alt          %Text.datatype;                   #IMPLIED"
  44. >
  45.  
  46. <!ENTITY % SMIL.Accessibility.attrib "
  47.  %longdesc.attrib;
  48.  %alt.attrib;
  49. ">
  50.  
  51. <!ENTITY % Core.extra.attrib "" >
  52. <!ENTITY % Core.attrib "
  53.   xml:base %URI.datatype; #IMPLIED
  54.   %id.attrib;
  55.   %class.attrib;
  56.   %title.attrib;
  57.   %SMIL.Accessibility.attrib;
  58.   %Core.extra.attrib;
  59. ">
  60.  
  61. <!ENTITY % I18n.extra.attrib "" >
  62. <!ENTITY % I18n.attrib "
  63.   xml:lang %LanguageCode.datatype; #IMPLIED
  64.   %I18n.extra.attrib;"
  65. >
  66.  
  67. <!ENTITY % SMIL.Description.attrib "
  68.  %SMIL.pfx;abstract        %Text.datatype;   #IMPLIED
  69.  %SMIL.pfx;author          %Text.datatype;   #IMPLIED
  70.  %SMIL.pfx;copyright       %Text.datatype;   #IMPLIED
  71. ">
  72.  
  73. <!ENTITY % SMIL.tabindex.attrib "
  74.  %SMIL.pfx;tabindex        %Number.datatype;   #IMPLIED
  75. ">
  76.  
  77. <!-- ================== BasicLayout ======================================= -->
  78. <!ENTITY % SMIL.regionAttr.attrib "
  79.  %SMIL.pfx;region         CDATA #IMPLIED
  80. ">
  81.  
  82. <!ENTITY % SMIL.fill.attrib "
  83.  %SMIL.pfx;fill (remove|freeze|hold|transition|auto|default) 'default'
  84. ">
  85.  
  86. <!ENTITY % SMIL.fillDefault.attrib "
  87.  %SMIL.pfx;fillDefault (remove|freeze|hold|transition|auto|inherit) 'inherit'
  88. ">
  89.  
  90. <!-- ================== HierarchicalLayout ================================ -->
  91. <!ENTITY % SMIL.backgroundColor.attrib "
  92.  %SMIL.pfx;backgroundColor     CDATA    #IMPLIED
  93. ">
  94. <!ENTITY % SMIL.backgroundColor-deprecated.attrib "
  95.  %SMIL.pfx;background-color     CDATA    #IMPLIED
  96. ">
  97.  
  98. <!ENTITY % SMIL.Sub-region.attrib "
  99.  %SMIL.pfx;top     CDATA    'auto'
  100.  %SMIL.pfx;bottom  CDATA    'auto'
  101.  %SMIL.pfx;left    CDATA    'auto'
  102.  %SMIL.pfx;right   CDATA    'auto'
  103.  %SMIL.pfx;height  CDATA    'auto'
  104.  %SMIL.pfx;width   CDATA    'auto'
  105.  %SMIL.pfx;z-index CDATA    #IMPLIED
  106. ">
  107.  
  108. <!ENTITY % SMIL.fit.attrib "
  109.  %SMIL.pfx;fit            (hidden|fill|meet|scroll|slice)   #IMPLIED 
  110. ">
  111.  
  112. <!-- ================ Registration Point attribute for media elements ============ -->
  113. <!-- integrating language using HierarchicalLayout must include regPoint   -->
  114. <!-- attribute on media elements for regPoint elements to be useful        -->
  115.  
  116. <!ENTITY % SMIL.regPointAttr.attrib "
  117.  %SMIL.pfx;regPoint  CDATA    #IMPLIED
  118. ">
  119.  
  120. <!ENTITY % SMIL.regAlign.attrib "
  121.  %SMIL.pfx;regAlign  (topLeft|topMid|topRight|midLeft|center|
  122.                      midRight|bottomLeft|bottomMid|bottomRight) #IMPLIED
  123. ">
  124.  
  125. <!ENTITY % SMIL.RegistrationPoint.attrib "
  126.  %SMIL.regPointAttr.attrib;
  127.  %SMIL.regAlign.attrib;
  128. ">
  129.  
  130. <!--=================== Content Control =======================-->
  131. <!-- customTest Attribute, do not confuse with customTest element! -->
  132. <!ENTITY % SMIL.customTestAttr.attrib "
  133.         %SMIL.pfx;customTest              IDREF           #IMPLIED
  134. ">
  135.  
  136. <!-- ========================= SkipContentControl Module ========================= -->
  137. <!ENTITY % SMIL.skip-content.attrib "
  138.     %SMIL.pfx;skip-content        (true|false)    'true'
  139. ">
  140.  
  141. <!-- Content Control Test Attributes --> 
  142.  
  143. <!ENTITY % SMIL.Test.attrib "
  144.         %SMIL.pfx;systemBitrate                    CDATA        #IMPLIED
  145.     %SMIL.pfx;systemCaptions        (on|off)    #IMPLIED
  146.     %SMIL.pfx;systemLanguage        CDATA        #IMPLIED
  147.     %SMIL.pfx;systemOverdubOrSubtitle    (overdub|subtitle) #IMPLIED
  148.     %SMIL.pfx;systemRequired        CDATA        #IMPLIED
  149.     %SMIL.pfx;systemScreenSize        CDATA        #IMPLIED
  150.     %SMIL.pfx;systemScreenDepth        CDATA        #IMPLIED
  151.     %SMIL.pfx;systemAudioDesc        (on|off)    #IMPLIED
  152.     %SMIL.pfx;systemOperatingSystem        NMTOKEN        #IMPLIED
  153.     %SMIL.pfx;systemCPU            NMTOKEN        #IMPLIED
  154.     %SMIL.pfx;systemComponent        CDATA        #IMPLIED
  155.  
  156.     %SMIL.pfx;system-bitrate        CDATA        #IMPLIED
  157.     %SMIL.pfx;system-captions        (on|off)    #IMPLIED
  158.     %SMIL.pfx;system-language        CDATA        #IMPLIED
  159.     %SMIL.pfx;system-overdub-or-caption    (overdub|caption) #IMPLIED
  160.     %SMIL.pfx;system-required        CDATA        #IMPLIED
  161.     %SMIL.pfx;system-screen-size        CDATA        #IMPLIED
  162.     %SMIL.pfx;system-screen-depth        CDATA        #IMPLIED
  163. ">
  164.  
  165. <!-- SMIL Animation Module  ================================================ -->
  166. <!ENTITY % SMIL.BasicAnimation.attrib "
  167.   %SMIL.pfx;values     CDATA #IMPLIED
  168.   %SMIL.pfx;from       CDATA #IMPLIED
  169.   %SMIL.pfx;to         CDATA #IMPLIED
  170.   %SMIL.pfx;by         CDATA #IMPLIED
  171. ">
  172.  
  173. <!-- SMIL Timing Module  =================================================== -->
  174. <!ENTITY % SMIL.BasicInlineTiming.attrib "
  175.   %SMIL.pfx;dur                       %TimeValue.datatype; #IMPLIED
  176.   %SMIL.pfx;repeatCount               %TimeValue.datatype; #IMPLIED
  177.   %SMIL.pfx;repeatDur                 %TimeValue.datatype; #IMPLIED
  178.   %SMIL.pfx;begin                     %TimeValue.datatype; #IMPLIED
  179.   %SMIL.pfx;end                       %TimeValue.datatype; #IMPLIED
  180. ">
  181.  
  182. <!ENTITY % SMIL.MinMaxTiming.attrib "
  183.   %SMIL.pfx;min                       %TimeValue.datatype; '0'
  184.   %SMIL.pfx;max                       %TimeValue.datatype; 'indefinite'
  185. ">
  186.  
  187. <!ENTITY % SMIL.BasicInlineTiming-deprecated.attrib "
  188.   %SMIL.pfx;repeat                   %TimeValue.datatype; #IMPLIED
  189. ">
  190.  
  191. <!ENTITY % SMIL.endsync.attrib "
  192.   %SMIL.pfx;endsync               CDATA 'last'
  193. ">
  194.  
  195. <!-- endsync has a different default when applied to media elements -->
  196. <!ENTITY % SMIL.endsync.media.attrib "
  197.   %SMIL.pfx;endsync               CDATA 'media'
  198. ">
  199.  
  200. <!ENTITY % SMIL.TimeContainerAttributes.attrib "
  201.   %SMIL.pfx;timeAction            CDATA #IMPLIED
  202.   %SMIL.pfx;timeContainer         CDATA #IMPLIED
  203. ">
  204.  
  205. <!ENTITY % SMIL.RestartTiming.attrib "
  206.   %SMIL.pfx;restart (always|whenNotActive|never|default) 'default'
  207. ">
  208.  
  209. <!ENTITY % SMIL.RestartDefaultTiming.attrib "
  210.   %SMIL.pfx;restartDefault (inherit|always|never|whenNotActive) 'inherit'
  211. ">
  212.  
  213. <!ENTITY % SMIL.SyncBehavior.attrib "
  214.   %SMIL.pfx;syncBehavior (canSlip|locked|independent|default) 'default'
  215.   %SMIL.pfx;syncTolerance %TimeValue.datatype;                'default'
  216. ">
  217.  
  218. <!ENTITY % SMIL.SyncBehaviorDefault.attrib "
  219.   %SMIL.pfx;syncBehaviorDefault (canSlip|locked|independent|inherit) 'inherit'
  220.   %SMIL.pfx;syncToleranceDefault  %TimeValue.datatype;               'inherit'
  221. ">
  222.  
  223. <!ENTITY % SMIL.SyncMaster.attrib "
  224.   %SMIL.pfx;syncMaster    (true|false)                 'false'
  225. ">
  226.  
  227. <!-- ================== Time Manipulations ================================= -->
  228. <!ENTITY % SMIL.TimeManipulations.attrib "
  229.   %SMIL.pfx;accelerate        %Number.datatype; '0'
  230.   %SMIL.pfx;decelerate        %Number.datatype; '0'
  231.   %SMIL.pfx;speed        %Number.datatype; '1.0'
  232.   %SMIL.pfx;autoReverse         (true|false)      'false'
  233. ">
  234.  
  235. <!-- ================== Media Objects ====================================== -->
  236. <!ENTITY % SMIL.MediaClip.attrib "
  237.   %SMIL.pfx;clipBegin      CDATA   #IMPLIED
  238.   %SMIL.pfx;clipEnd        CDATA   #IMPLIED
  239. ">
  240. <!ENTITY % SMIL.MediaClip.attrib.deprecated "
  241.   %SMIL.pfx;clip-begin     CDATA   #IMPLIED
  242.   %SMIL.pfx;clip-end       CDATA   #IMPLIED
  243. ">
  244.  
  245. <!-- ================== Streaming Media ==================================== -->
  246. <!ENTITY % SMIL.Streaming-media.attrib "
  247.   %SMIL.pfx;port                  CDATA   #IMPLIED
  248.   %SMIL.pfx;rtpformat             CDATA   #IMPLIED
  249.   %SMIL.pfx;transport             CDATA   #IMPLIED
  250. ">
  251.  
  252. <!ENTITY % SMIL.Streaming-timecontainer.attrib "
  253.   %SMIL.pfx;control               CDATA   #IMPLIED
  254. ">
  255.  
  256. <!-- ================== Transitions Media ================================== -->
  257. <!ENTITY % SMIL.Transition.attrib "
  258.  %SMIL.pfx;transIn                CDATA        #IMPLIED
  259.  %SMIL.pfx;transOut               CDATA        #IMPLIED
  260. ">
  261.  
  262. <!-- end of smil-attribs-1.mod -->
  263.