| Server IP : 74.208.236.108 / Your IP : 216.73.216.131 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u90537543 ( 11015977) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/kunden/kunden/usr/share/emacs/27.1/etc/schema/ |
Upload File : |
# Frames Module
include "xhtml-struct.rnc" {
html = element html { html.attlist, head, frameset }
}
frameset =
element frameset {
frameset.attlist,
((frameset | frame)+ & noframes?)
}
frameset.attlist =
Core.attrib,
attribute cols { MultiLength.datatype }?,
attribute rows { MultiLength.datatype }?
frame = element frame { frame.attlist }
frame.attlist =
Core.attrib,
attribute longdesc { URI.datatype }?,
attribute src { URI.datatype }?,
attribute frameborder { "1" | "0" }?,
attribute marginwidth { Pixels.datatype }?,
attribute marginheight { Pixels.datatype }?,
attribute noresize { "noresize" }?,
attribute scrolling { "yes" | "no" | "auto" }?
noframes = element noframes { noframes.attlist, body }
noframes.attlist = Common.attrib