Mercurial > emacs
view etc/schema/xhtml-applet.rnc @ 102582:7b1f5485a774
(Completion Commands): Describe Emacs 23 completion rules.
(Completion Options): Document read-file-name-completion-ignore-case,
read-buffer-completion-ignore-case, and completion-styles. Remove
description of partial-completion-mode.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 15 Mar 2009 14:51:45 +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