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

« back to all changes in this revision

Viewing changes to htdocs/sgml-lib/REC-smil20-20050107/SMIL-layout.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 2.0 Layout Modules =============================================== -->
 
3
<!-- file: SMIL-layout.mod
 
4
 
 
5
        This is SMIL 2.0.
 
6
 
 
7
        Copyright: 1998-2004 W3C (MIT, ERCIM, Keio), All Rights Reserved.
 
8
        See http://www.w3.org/Consortium/Legal/.
 
9
 
 
10
        Author:     Jacco van Ossenbruggen, 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 Layout//EN"
 
16
        SYSTEM "http://www.w3.org/2001/SMIL20/SMIL-layout.mod"
 
17
 
 
18
        ==================================================================== -->
 
19
 
 
20
<!-- ================== BasicLayout ======================================== -->
 
21
<!-- ================== BasicLayout Profiling Entities ===================== -->
 
22
<!ENTITY % SMIL.layout.attrib       "">
 
23
<!ENTITY % SMIL.region.attrib       "">
 
24
<!ENTITY % SMIL.rootlayout.attrib   "">
 
25
<!ENTITY % SMIL.layout.content     "EMPTY">
 
26
<!ENTITY % SMIL.region.content     "EMPTY">
 
27
<!ENTITY % SMIL.rootlayout.content "EMPTY">
 
28
 
 
29
<!-- ================== BasicLayout Entities =============================== -->
 
30
<!ENTITY % SMIL.common-layout-attrs "
 
31
        height              CDATA    'auto'
 
32
        width               CDATA    'auto'
 
33
        %SMIL.backgroundColor.attrib;
 
34
">
 
35
 
 
36
<!ENTITY % SMIL.region-attrs "
 
37
        bottom              CDATA    'auto'
 
38
        left                CDATA    'auto'
 
39
        right               CDATA    'auto'
 
40
        top                 CDATA    'auto'
 
41
        z-index             CDATA    #IMPLIED
 
42
        showBackground      (always|whenActive) 'always'
 
43
        %SMIL.fit.attrib;
 
44
">
 
45
 
 
46
<!-- ================== BasicLayout Elements =============================== -->
 
47
<!--
 
48
     Layout contains the region and root-layout elements defined by
 
49
     smil-basic-layout or other elements defined by an external layout
 
50
     mechanism.
 
51
-->
 
52
 
 
53
<!ENTITY % SMIL.layout.qname "layout">
 
54
<!ELEMENT %SMIL.layout.qname; %SMIL.layout.content;>
 
55
<!ATTLIST %SMIL.layout.qname; %SMIL.layout.attrib;
 
56
        %Core.attrib;
 
57
        %I18n.attrib;
 
58
        type CDATA 'text/smil-basic-layout'
 
59
>
 
60
 
 
61
<!-- ================== Region Element ======================================-->
 
62
<!ENTITY % SMIL.region.qname "region">
 
63
<!ELEMENT %SMIL.region.qname; %SMIL.region.content;>
 
64
<!ATTLIST %SMIL.region.qname; %SMIL.region.attrib;
 
65
        %Core.attrib;
 
66
        %I18n.attrib;
 
67
        %SMIL.backgroundColor-deprecated.attrib;
 
68
        %SMIL.common-layout-attrs;
 
69
        %SMIL.region-attrs;
 
70
        regionName CDATA #IMPLIED
 
71
>
 
72
 
 
73
<!-- ================== Root-layout Element =================================-->
 
74
<!ENTITY % SMIL.root-layout.qname "root-layout">
 
75
<!ELEMENT %SMIL.root-layout.qname; %SMIL.rootlayout.content; >
 
76
<!ATTLIST %SMIL.root-layout.qname; %SMIL.rootlayout.attrib;
 
77
        %Core.attrib;
 
78
        %I18n.attrib;
 
79
        %SMIL.backgroundColor-deprecated.attrib;
 
80
        %SMIL.common-layout-attrs;
 
81
>
 
82
 
 
83
 
 
84
<!-- ================== AudioLayout ======================================== -->
 
85
<!ENTITY % SMIL.AudioLayout.module "IGNORE">
 
86
<![%SMIL.AudioLayout.module;[
 
87
  <!-- ================== AudioLayout Entities ============================= -->
 
88
  <!ENTITY % SMIL.audio-attrs "
 
89
        soundLevel                        CDATA    '100&#37;'
 
90
  ">
 
91
 
 
92
  <!-- ================ AudioLayout Elements =============================== -->
 
93
  <!-- ================ Add soundLevel to region element =================== -->
 
94
  <!ATTLIST %SMIL.region.qname; %SMIL.audio-attrs;>
 
95
]]> <!-- end AudioLayout.module -->
 
96
 
 
97
 
 
98
<!-- ================ MultiWindowLayout ==================================== -->
 
99
<!ENTITY % SMIL.MultiWindowLayout.module "IGNORE">
 
100
<![%SMIL.MultiWindowLayout.module;[
 
101
  <!-- ============== MultiWindowLayout Profiling Entities ================= -->
 
102
  <!ENTITY % SMIL.topLayout.attrib    "">
 
103
  <!ENTITY % SMIL.topLayout.content   "EMPTY">
 
104
  
 
105
  <!-- ============== MultiWindowLayout Elements =========================== -->
 
106
  <!--================= topLayout element ================================== -->
 
107
  <!ENTITY % SMIL.topLayout.qname "topLayout">
 
108
  <!ELEMENT %SMIL.topLayout.qname; %SMIL.topLayout.content;>
 
109
  <!ATTLIST %SMIL.topLayout.qname; %SMIL.topLayout.attrib;
 
110
        %Core.attrib;
 
111
        %I18n.attrib;
 
112
        %SMIL.common-layout-attrs;
 
113
        close               (onRequest|whenNotActive) 'onRequest'
 
114
        open                (onStart|whenActive)      'onStart'
 
115
  >
 
116
]]> <!-- end MultiWindowLayout.module -->
 
117
 
 
118
 
 
119
<!-- ====================== HierarchicalLayout ============================= -->
 
120
<!ENTITY % SMIL.HierarchicalLayout.module "IGNORE">
 
121
<![%SMIL.HierarchicalLayout.module;[
 
122
  <!-- ========== HierarchicalLayout Profiling Entities ==================== -->
 
123
  <!ENTITY % SMIL.regPoint.attrib     "">
 
124
  <!ENTITY % SMIL.regPoint.content   "EMPTY">
 
125
 
 
126
  <!-- ============ HierarchicalLayout Elements ============================ -->
 
127
  <!ENTITY % SMIL.regPoint.qname "regPoint">
 
128
  <!ELEMENT %SMIL.regPoint.qname; %SMIL.regPoint.content;>
 
129
  <!ATTLIST %SMIL.regPoint.qname; %SMIL.regPoint.attrib;
 
130
        %Core.attrib;
 
131
        %I18n.attrib;
 
132
        %SMIL.regAlign.attrib;
 
133
        bottom              CDATA    'auto'
 
134
        left                CDATA    'auto'
 
135
        right               CDATA    'auto'
 
136
        top                 CDATA    'auto'
 
137
  >
 
138
]]> <!-- end HierarchicalLayout.module -->
 
139
 
 
140
 
 
141
<!-- end of SMIL-layout.mod -->