Kaydet (Commit) b0baf990 authored tarafından Carsten Driesner's avatar Carsten Driesner

#87255# added default values for dtd

üst a02ce8ae
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Id: accelerator.dtd,v 1.1 2001-08-03 16:44:00 cd Exp $
$Id: accelerator.dtd,v 1.2 2001-10-16 15:44:43 cd Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
......@@ -64,8 +64,8 @@
<!ELEMENT accel:item EMPTY>
<!ATTLIST accel:item
accel:code CDATA #REQUIRED
accel:shift %boolean; #IMPLIED
accel:mod1 %boolean; #IMPLIED
accel:mod2 %boolean; #IMPLIED
accel:shift %boolean; "false"
accel:mod1 %boolean; "false"
accel:mod2 %boolean; "false"
xlink:href CDATA #REQUIRED
>
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Id: statusbar.dtd,v 1.1 2001-06-20 12:25:22 cd Exp $
$Id: statusbar.dtd,v 1.2 2001-10-16 15:44:43 cd Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
......@@ -66,10 +66,10 @@
<!ELEMENT statusbar:statusbaritem EMPTY>
<!ATTLIST statusbar:statusbaritem
xlink:href CDATA #REQUIRED
statusbar:align %alignment; #IMPLIED
statusbar:style %style; #IMPLIED
statusbar:autosize %boolean; #IMPLIED
statusbar:ownerdraw %boolean; #IMPLIED
statusbar:width %numeric; #IMPLIED
statusbar:offset %numeric; #IMPLIED
statusbar:align %alignment; "center"
statusbar:style %style; "in"
statusbar:autosize %boolean; "false"
statusbar:ownerdraw %boolean; "false"
statusbar:width %numeric; "0"
statusbar:offset %numeric; "5"
>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment