Initial commit
This commit is contained in:
commit
a491ef2093
813 changed files with 345031 additions and 0 deletions
19
site-lisp/nxml-mode-20041004/schema/xhtml-applet.rnc
Normal file
19
site-lisp/nxml-mode-20041004/schema/xhtml-applet.rnc
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue