comparison etc/schema/xhtml-applet.rnc @ 86361:38f93f3d00a2

Initial merge of nxml
author Mark A. Hershberger <mah@everybody.org>
date Fri, 23 Nov 2007 06:58:00 +0000
parents
children
comparison
equal deleted inserted replaced
86360:aa83d83c27fe 86361:38f93f3d00a2
1 # Applet Module
2
3 applet =
4 element applet {
5 applet.attlist,
6 # No restrictions on mixed content in TREX.
7 param*,
8 Flow.model
9 }
10 applet.attlist =
11 Core.attrib,
12 attribute alt { Text.datatype },
13 attribute archive { text }?,
14 attribute code { text }?,
15 attribute codebase { URI.datatype }?,
16 attribute object { text }?,
17 attribute height { Length.datatype },
18 attribute width { Length.datatype }
19 Inline.class |= applet