-
Notifications
You must be signed in to change notification settings - Fork 0
/
smil-framework-1.mod.xsd
45 lines (37 loc) · 1.71 KB
/
smil-framework-1.mod.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<!-- ...................................................................... -->
<!-- SMIL 3.0 Modular Framework Module ................................... -->
<!--
file: smil-framework-1.mod
This is SMIL 3.0.
Copyright: 1998-2008 W3C (MIT, ERCIM, Keio), All Rights
Reserved. See http://www.w3.org/Consortium/Legal/.
Editor for SMIL 3.0: Sjoerd Mullender, CWI
Editor for previous versions of SMIL: Jacco van Ossenbruggen,
Sjoerd Mullender.
$Revision: 1.7 $
$Date: 2008/09/07 20:36:49 $
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
PUBLIC "-//W3C//ENTITIES SMIL 3.0 Modular Framework 1.0//EN"
SYSTEM "http://www.w3.org/2008/SMIL30/smil-framework-1.mod"
..................................................................
-->
<!--
Modular Framework
This required module instantiates the modules needed
to support the SMIL 3.0 modularization model, including:
+ datatypes
+ namespace-qualified names
+ common attributes
+ document model
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:its="http://www.w3.org/2005/11/its">
<xs:include schemaLocation="smil-datatypes-1.mod.xsd"/>
<xs:include schemaLocation="smil-qname-1.mod.xsd"/>
<xs:include schemaLocation="smil-attribs-1.mod.xsd"/>
<xs:include schemaLocation="smil-profile-model-1.mod.xsd"/>
<xs:import namespace="http://www.w3.org/2005/11/its" schemaLocation="its.xsd"/>
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
<!-- A content model MUST be defined by the driver file -->
</xs:schema>
<!-- end of smil-framework-1.mod -->