~ubuntu-branches/ubuntu/precise/w3c-sgml-lib/precise

« back to all changes in this revision

Viewing changes to htdocs/sgml-lib/REC-SMIL3-20081201/SMIL-metainformation.mod

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-08-21 11:15:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100821111542-cklvls9be6wh2f2z
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ====================================================================== -->
 
2
<!-- SMIL 3.0 Metainformation Module ====================================== -->
 
3
<!-- file: SMIL-metainformation.mod
 
4
 
 
5
     This is SMIL 3.0.
 
6
 
 
7
        Copyright: 1998-2008 W3C (MIT, ERCIM, Keio), All Rights
 
8
        Reserved.  See http://www.w3.org/Consortium/Legal/.
 
9
 
 
10
        Editor for SMIL 3.0: Sjoerd Mullender, CWI
 
11
        Editor for previous versions of SMIL: Thierry Michel,
 
12
        Jacco van Ossenbruggen, Sjoerd Mullender.
 
13
        $Revision: 1.7 $
 
14
        $Date: 2008/09/07 20:36:50 $
 
15
 
 
16
     This module declares the meta and metadata elements types and 
 
17
     its attributes, used to provide declarative document metainformation.
 
18
   
 
19
     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
 
20
 
 
21
     PUBLIC "-//W3C//ELEMENTS SMIL 3.0 Document Metainformation//EN"
 
22
     SYSTEM "http://www.w3.org/2008/SMIL30/SMIL-metainformation.mod"
 
23
 
 
24
     ====================================================================== -->
 
25
 
 
26
 
 
27
<!-- ================== Profiling Entities ================================ -->
 
28
 
 
29
<!ENTITY % SMIL.Metainformation.module "IGNORE">
 
30
<![%SMIL.Metainformation.module;[
 
31
  <!ENTITY % SMIL.meta.content     "EMPTY">
 
32
  <!ENTITY % SMIL.meta.attrib      "">
 
33
  <!ENTITY % SMIL.meta.qname       "meta">
 
34
 
 
35
  <!ENTITY % SMIL.metadata.content "EMPTY">
 
36
  <!ENTITY % SMIL.metadata.attrib  "">
 
37
  <!ENTITY % SMIL.metadata.qname   "metadata">
 
38
 
 
39
  <!-- ================== meta element ==================================== -->
 
40
 
 
41
  <!ELEMENT %SMIL.meta.qname; %SMIL.meta.content;>
 
42
  <!ATTLIST %SMIL.meta.qname; %SMIL.meta.attrib;
 
43
    %SMIL.Core.attrib;
 
44
    %SMIL.I18n.attrib;
 
45
    content CDATA #REQUIRED
 
46
    name CDATA #REQUIRED        
 
47
    >
 
48
 
 
49
  <!-- ================== metadata element ================================ -->
 
50
 
 
51
  <!ELEMENT %SMIL.metadata.qname; %SMIL.metadata.content;>
 
52
  <!ATTLIST %SMIL.metadata.qname; %SMIL.metadata.attrib;
 
53
    %SMIL.Core.attrib;
 
54
    %SMIL.I18n.attrib;
 
55
  >
 
56
]]>
 
57
 
 
58
<!-- end of SMIL-metainformation.mod -->