summaryrefslogtreecommitdiffstats
path: root/htdocs/sgml-lib/REC-smil20-20050107/SMIL-struct.mod
diff options
context:
space:
mode:
authorlink <link@localhost>2005-02-06 02:49:35 +0000
committerlink <link@localhost>2005-02-06 02:49:35 +0000
commitf65747553ec1ccf17ab90b331f4c83457d9fde97 (patch)
tree27b531a0514b63feac80f3bd1e46eba5a0165dc5 /htdocs/sgml-lib/REC-smil20-20050107/SMIL-struct.mod
parente608e152a9bd0a208d6e38045c97531c91bb1797 (diff)
downloadmarkup-validator-f65747553ec1ccf17ab90b331f4c83457d9fde97.zip
markup-validator-f65747553ec1ccf17ab90b331f4c83457d9fde97.tar.gz
markup-validator-f65747553ec1ccf17ab90b331f4c83457d9fde97.tar.bz2
Updating SMIL DTD to 20050107 "PER" version.
Diffstat (limited to 'htdocs/sgml-lib/REC-smil20-20050107/SMIL-struct.mod')
-rw-r--r--htdocs/sgml-lib/REC-smil20-20050107/SMIL-struct.mod53
1 files changed, 53 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/REC-smil20-20050107/SMIL-struct.mod b/htdocs/sgml-lib/REC-smil20-20050107/SMIL-struct.mod
new file mode 100644
index 0000000..59a7673
--- /dev/null
+++ b/htdocs/sgml-lib/REC-smil20-20050107/SMIL-struct.mod
@@ -0,0 +1,53 @@
+<!-- ====================================================================== -->
+<!-- SMIL Structure Module =============================================== -->
+<!-- file: SMIL-struct.mod
+
+ This is SMIL 2.0.
+
+ Copyright: 1998-2004 W3C (MIT, ERCIM, Keio), All Rights Reserved.
+ See http://www.w3.org/Consortium/Legal/.
+
+ Author: Warner ten Kate, Jacco van Ossenbruggen
+ Revision: 2001/07/31 Thierry Michel
+
+ This DTD module is identified by the PUBLIC and SYSTEM identifiers:
+
+ PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Document Structure//EN"
+ SYSTEM "http://www.w3.org/2001/SMIL20/SMIL-struct.mod"
+
+ ===================================================================== -->
+
+<!-- ================== SMIL Document Root =============================== -->
+<!ENTITY % SMIL.smil.attrib "" >
+<!ENTITY % SMIL.smil.content "EMPTY" >
+<!ENTITY % SMIL.smil.qname "smil" >
+
+<!ELEMENT %SMIL.smil.qname; %SMIL.smil.content;>
+<!ATTLIST %SMIL.smil.qname; %SMIL.smil.attrib;
+ %Core.attrib;
+ %I18n.attrib;
+ xmlns %URI.datatype; #REQUIRED
+>
+
+<!-- ================== The Document Head ================================ -->
+<!ENTITY % SMIL.head.content "EMPTY" >
+<!ENTITY % SMIL.head.attrib "" >
+<!ENTITY % SMIL.head.qname "head" >
+
+<!ELEMENT %SMIL.head.qname; %SMIL.head.content;>
+<!ATTLIST %SMIL.head.qname; %SMIL.head.attrib;
+ %Core.attrib;
+ %I18n.attrib;
+>
+
+<!--=================== The Document Body - Timing Root ================== -->
+<!ENTITY % SMIL.body.content "EMPTY" >
+<!ENTITY % SMIL.body.attrib "" >
+<!ENTITY % SMIL.body.qname "body" >
+
+<!ELEMENT %SMIL.body.qname; %SMIL.body.content;>
+<!ATTLIST %SMIL.body.qname; %SMIL.body.attrib;
+ %Core.attrib;
+ %I18n.attrib;
+>
+<!-- end of SMIL-struct.mod -->