summaryrefslogtreecommitdiff
path: root/etc/schema/xhtml-applet.rnc
blob: 115f1cbda7ddbabfa84c885dd9a986b5a10d086b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Applet Module

applet =
  element applet {
    applet.attlist,
    # No restrictions on mixed content in TREX.
    param*,
    Flow.model
  }
applet.attlist =
  Core.attrib,
  attribute alt { Text.datatype },
  attribute archive { text }?,
  attribute code { text }?,
  attribute codebase { URI.datatype }?,
  attribute object { text }?,
  attribute height { Length.datatype },
  attribute width { Length.datatype }
Inline.class |= applet