diff options
Diffstat (limited to 'examples/kpartgui.dtd')
-rw-r--r-- | examples/kpartgui.dtd | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/kpartgui.dtd b/examples/kpartgui.dtd index fa7354d..7706569 100644 --- a/examples/kpartgui.dtd +++ b/examples/kpartgui.dtd @@ -13,8 +13,8 @@ <!--The root element that must enclose all other tags in the document. --> <!ELEMENT kpartgui ((ActionProperties | MenuBar | ToolBar | Merge | DefineGroup | MainWindow | StatusBar | Menu)*)> <!ATTLIST kpartgui - name CDATA #RETQUIRED - version CDATA #RETQUIRED + name CDATA #REQUIRED + version CDATA #REQUIRED library CDATA #IMPLIED > @@ -43,7 +43,7 @@ --> <!ELEMENT ToolBar ((Action | Separator | ActionList | Merge | DefineGroup)*)> <!ATTLIST ToolBar - name CDATA #RETQUIRED + name CDATA #REQUIRED fullWidth (true|false) "true" position (top|bottom|left|right) "top" iconText (icononly|textonly|icontextright|icontextbottom) #IMPLIED @@ -59,7 +59,7 @@ <!-- A Menu such as the "File" or "Edit" menu. Can be used to define popup menus as well. --> <!ELEMENT Menu (text?, (Action | ActionList | Separator | TearOffHandle | Merge | DefineGroup | Menu )*)> <!ATTLIST Menu - name CDATA #RETQUIRED + name CDATA #REQUIRED group CDATA #IMPLIED icon CDATA #IMPLIED > @@ -70,7 +70,7 @@ <!-- We defined only a few standard KAction properties here. Theoritically we can have any property here --> <!ATTLIST Action - name CDATA #RETQUIRED + name CDATA #REQUIRED group CDATA #IMPLIED text CDATA #IMPLIED whatsThis CDATA #IMPLIED @@ -99,7 +99,7 @@ <!-- Specifies a dynamic list of actions, each of which can be changed by plugging/unplugging it --> <!ELEMENT ActionList EMPTY> <!ATTLIST ActionList - name CDATA #RETQUIRED + name CDATA #REQUIRED > <!-- Not explicitly defined or in widely used yet. --> @@ -118,5 +118,5 @@ accessible via the group attribute of other tags --> <!ELEMENT DefineGroup EMPTY> <!ATTLIST DefineGroup - name CDATA #RETQUIRED + name CDATA #REQUIRED > |