view etc/schema/xhtml-applet.rnc @ 93674:44fab469d68d

* outline.el (outline-mode-menu-bar-map): * term.el (terminal-signal-menu): Add :help. * net/eudc.el (eudc-mode-map): Declare and define in one step. (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help. * emacs-lisp/re-builder.el (reb-mode-map): * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 04 Apr 2008 22:45:01 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# 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