view etc/schema/xhtml-object.rnc @ 95557:066448b675c8

($(lisp)/cus-load.el): Remove unnecessary rule. (custom-deps): Don't require $(lisp)/cus-load.el. (custom-deps, finder-data): Don't depend on autoloads. Should not be needed now, and doing so was causing make install to re-dump emacs post-bootstrap. (bootstrap-after): Don't run update-elclist, since modifying Makefile.in mid-build forces some things to be rebuilt.
author Glenn Morris <rgm@gnu.org>
date Thu, 05 Jun 2008 02:36:11 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# 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