| Server IP : 217.160.0.212 / Your IP : 216.73.216.71 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/emacs/28.2/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