smil21.dtd

来自「彩信浏览器」· DTD 代码 · 共 93 行

DTD
93
字号
<!-- ....................................................................... --><!-- SMIL 2.1 DTD  ......................................................... --><!-- file: SMIL21.dtd                                                         --><!-- SMIL 2.1 DTD        This is SMIL 2.1.        Copyright: 1998-2001,2005 W3C (MIT, ERCIM, Keio), All Rights        Reserved.  See http://www.w3.org/Consortium/Legal/.        Author:     Jacco van Ossenbruggen        Editor for SMIL 2.1: Sjoerd Mullender, CWI        $Revision: 1.2 $ This is the driver file for the SMIL 2.1 DTD.     This DTD module is identified by the PUBLIC and SYSTEM identifiers:     PUBLIC "-//W3C//DTD SMIL 2.1//EN"     SYSTEM "http://www.w3.org/2005/SMIL21/PR/SMIL21.dtd"--><!ENTITY % NS.prefixed "IGNORE" ><!ENTITY % SMIL.prefix "" ><!-- Define the Content Model --><!ENTITY % smil-model.mod    PUBLIC "-//W3C//ENTITIES SMIL 2.1 Document Model 1.0//EN"           "smil-language-profile-model-1.mod" ><!-- Modular Framework Module  ................................... --><!ENTITY % smil-framework.module "INCLUDE" ><![%smil-framework.module;[<!ENTITY % smil-framework.mod     PUBLIC "-//W3C//ENTITIES SMIL 2.1 Modular Framework 1.0//EN"            "smil-framework-1.mod" >%smil-framework.mod;]]><!-- The SMIL 2.1 Language Profile includes the following sections:             C. The SMIL Animation Module              D. The SMIL Content Control Module              G. The SMIL Layout Module              H. The SMIL Linking Module              I. The SMIL Media Object Module              J. The SMIL Metainformation Module              K. The SMIL Structure Module              L. The SMIL Timing and Synchronization Module              M. Integrating SMIL Timing into other XML-Based Languages              P. The SMIL Transition effects Module --><!ENTITY % SMIL.anim-mod     PUBLIC "-//W3C//ELEMENTS SMIL 2.1 Animation//EN"    "SMIL-anim.mod"><!ENTITY % SMIL.control-mod   PUBLIC "-//W3C//ELEMENTS SMIL 2.1 Content Control//EN"   "SMIL-control.mod"><!ENTITY % SMIL.layout-mod   PUBLIC "-//W3C//ELEMENTS SMIL 2.1 Layout//EN"    "SMIL-layout.mod"><!ENTITY % SMIL.link-mod     PUBLIC "-//W3C//ELEMENTS SMIL 2.1 Linking//EN"    "SMIL-link.mod"><!ENTITY % SMIL.media-mod    PUBLIC "-//W3C//ELEMENTS SMIL 2.1 Media Objects//EN"   "SMIL-media.mod"><!ENTITY % SMIL.meta-mod     PUBLIC "-//W3C//ELEMENTS SMIL 2.1 Document Metainformation//EN"   "SMIL-metainformation.mod"><!ENTITY % SMIL.struct-mod   PUBLIC "-//W3C//ELEMENTS SMIL 2.1 Document Structure//EN"   "SMIL-struct.mod"><!ENTITY % SMIL.timing-mod   PUBLIC "-//W3C//ELEMENTS SMIL 2.1 Timing//EN"   "SMIL-timing.mod"><!ENTITY % SMIL.transition-mod   PUBLIC "-//W3C//ELEMENTS SMIL 2.1 Transition//EN"  "SMIL-transition.mod">%SMIL.struct-mod;%SMIL.anim-mod;%SMIL.control-mod;%SMIL.meta-mod;%SMIL.layout-mod;%SMIL.link-mod;%SMIL.media-mod;%SMIL.timing-mod;%SMIL.transition-mod;<!-- end of SMIL21.dtd -->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?