summaryrefslogtreecommitdiff
path: root/etc/schema/xhtml-object.rnc
blob: ac65238db9db21d5f4f1959fac22425958c7c243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Object Module

object =
  element object {
    object.attlist,
    # No restrictions on mixed content in TREX.
    param*,
    Flow.model
  }
object.attlist =
  Common.attrib,
  attribute declare { "declare" }?,
  attribute classid { URI.datatype }?,
  attribute codebase { URI.datatype }?,
  attribute data { URI.datatype }?,
  attribute type { ContentType.datatype }?,
  attribute codetype { ContentType.datatype }?,
  attribute archive { URIs.datatype }?,
  attribute standby { Text.datatype }?,
  attribute height { Length.datatype }?,
  attribute width { Length.datatype }?,
  attribute name { text }?,
  attribute tabindex { Number.datatype }?
Inline.class |= object