1<!--
2Vulnerability and eXposure Markup Language (VuXML) version 1.0
3
4Namespace = http://www.vuxml.org/apps/vuxml-1
5
6This DTD module is identified by the PUBLIC and SYSTEM identifiers:
7
8PUBLIC "-//vuxml.org//DTD VuXML 1.0//EN"
9SYSTEM "http://www.vuxml.org/dtd/vuxml-1/vuxml-10.dtd"
10
11Copyright (c) 2004 Jacques A. Vidrine
12All rights reserved.
13
14Redistribution and use in source and binary forms, with or without
15modification, are permitted provided that the following conditions
16are met:
171. Redistributions of source code must retain the above copyright
18   notice, this list of conditions and the following disclaimer.
192. Redistributions in binary form must reproduce the above copyright
20   notice, this list of conditions and the following disclaimer in the
21   documentation and/or other materials provided with the distribution.
22
23THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
24ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
27FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33SUCH DAMAGE.
34-->
35
36<!-- Import XHTML datatypes for `URI.datatype'. -->
37<!ENTITY % xhtml-datatypes.mod
38	PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
39	"http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-datatypes-1.mod"
40>
41%xhtml-datatypes.mod;
42
43<!ENTITY % vuxml.xmlns "http://www.vuxml.org/apps/vuxml-1" >
44<!ENTITY % NS.prefixed "IGNORE" >
45<!ENTITY % vuxml.prefixed "%NS.prefixed;" >
46
47<!ENTITY % vuxml.prefix "vuxml" >
48<![%vuxml.prefixed;[
49	<!ENTITY % vuxml.pfx "%vuxml.prefix;:" >
50]]>
51<!ENTITY % vuxml.pfx "" >
52
53<![%vuxml.prefixed;[
54	<!ENTITY % vuxml.xmlns.extra.attrib
55		"xmlns:%vuxml.prefix; %URI.datatype; #FIXED '%vuxml.xmlns;'"
56	>
57]]>
58<!ENTITY % vuxml.xmlns.extra.attrib
59	"xmlns %URI.datatype; #FIXED '%vuxml.xmlns;'"
60>
61<!ENTITY % XHTML.xmlns.extra.attrib "%vuxml.xmlns.extra.attrib;" >
62
63<!ENTITY % xhtml-model.mod
64	PUBLIC "-//vuxml.org//ELEMENTS VuXML 1.0 Document Model//EN"
65	"http://www.vuxml.org/dtd/vuxml-1/vuxml-model-10.mod"
66>
67
68<!ENTITY % xhtml-basic PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
69	"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"
70>
71<!--
72These are default.
73<!ENTITY % xhtml-image.module "INCLUDE">
74<!ENTITY % xhtml-table.module "INCLUDE">
75-->
76<!ENTITY % xhtml-form.module "IGNORE" >
77<!ENTITY % xhtml-link.module "IGNORE" >
78<!ENTITY % xhtml-meta.module "IGNORE" >
79<!ENTITY % xhtml-base.module "IGNORE" >
80<!ENTITY % xhtml-param.module "IGNORE" >
81<!ENTITY % xhtml-object.module "IGNORE" >
82%xhtml-basic;
83