commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/forms/doc gnue-forms.dtd


From: Jason Cater
Subject: gnue/forms/doc gnue-forms.dtd
Date: Wed, 08 Jan 2003 16:08:19 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/01/08 16:08:19

Modified files:
        forms/doc      : gnue-forms.dtd 

Log message:
        updated forms dtd

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/doc/gnue-forms.dtd.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gnue/forms/doc/gnue-forms.dtd
diff -c gnue/forms/doc/gnue-forms.dtd:1.6 gnue/forms/doc/gnue-forms.dtd:1.7
*** gnue/forms/doc/gnue-forms.dtd:1.6   Sun Oct 27 15:59:38 2002
--- gnue/forms/doc/gnue-forms.dtd       Wed Jan  8 16:08:19 2003
***************
*** 1,4 ****
! <!-- GNUe Forms DTD (Version 0.4.1a) -->
  
  <!--
       Copyright 2001-2002 Free Software Foundation
--- 1,4 ----
! <!-- GNUe Forms DTD (Version 0.4.99) -->
  
  <!--
       Copyright 2001-2002 Free Software Foundation
***************
*** 47,80 ****
  <!-- ================= -->
  <!-- Top level element -->
  <!-- ================= -->
! <!ELEMENT form (database*, datasource*, import*, import-datasource*, 
!                 import-page*, import-trigger*, menu*, options?, page+, 
!                 parameter*, trigger*)>
! <!ATTLIST form height %whole; "12">
  <!ATTLIST form readonly %boolean;>
! <!ATTLIST form tabbed (bottom | left | right | top) #IMPLIED>
  <!ATTLIST form title %text; "Untitled Form">
- <!ATTLIST form width %whole; "40">
  
  
  <!-- ====================== -->
  <!-- Child elements of form -->
  <!-- ====================== -->
! <!-- DEPRECATED: Use of the <database> element has been deprecated [Use the 
!                  external connections file format.] -->
! <!ELEMENT database EMPTY>
! <!ATTLIST database name ID #REQUIRED>
! <!ATTLIST database provider %name; #REQUIRED>
! <!ATTLIST database comment %text; #IMPLIED>
! <!ATTLIST database dbname %text; #IMPLIED>
! <!ATTLIST database host %text; #IMPLIED>
! <!ATTLIST database service %text; #IMPLIED>
  
! <!ELEMENT datasource (conditions?, staticset?)>
  <!ATTLIST datasource name ID #REQUIRED>
  <!ATTLIST datasource cache %whole; "5">
  <!ATTLIST datasource database %name; #IMPLIED>
  <!ATTLIST datasource detaillink %text; #IMPLIED>
  <!ATTLIST datasource explicitfields %text; #IMPLIED>
  <!ATTLIST datasource master %name; #IMPLIED>
  <!ATTLIST datasource masterlink %text; #IMPLIED>
--- 47,93 ----
  <!-- ================= -->
  <!-- Top level element -->
  <!-- ================= -->
! <!-- TODO -->
! <!ELEMENT form (connection*, datasource*, dialog*, import-datasource*, 
!                 import-dialog*, import-trigger*, menu*, options*, parameter*, 
!                 trigger*)>
! <!-- name: A unique ID for the form. -->
! <!ATTLIST form name ID #IMPLIED>
! <!-- readonly: If set to {Y}, then no modifications to data by the end user 
!        will be allowed. The form will become a query-only form. -->
  <!ATTLIST form readonly %boolean;>
! <!ATTLIST form style %name; #FIXED "dialog">
! <!-- title: The title of the form. -->
  <!ATTLIST form title %text; "Untitled Form">
  
  
  <!-- ====================== -->
  <!-- Child elements of form -->
  <!-- ====================== -->
! <!-- TODO -->
! <!ELEMENT connection EMPTY>
! <!-- name: TODO -->
! <!ATTLIST connection name ID #REQUIRED>
! <!-- provider: TODO -->
! <!ATTLIST connection provider %name; #REQUIRED>
! <!-- comment: TODO -->
! <!ATTLIST connection comment %text; #IMPLIED>
! <!-- dbname: TODO -->
! <!ATTLIST connection dbname %text; #IMPLIED>
! <!-- host: TODO -->
! <!ATTLIST connection host %text; #IMPLIED>
! <!-- service: TODO -->
! <!ATTLIST connection service %text; #IMPLIED>
  
! <!ELEMENT datasource (condition*, staticset*)>
  <!ATTLIST datasource name ID #REQUIRED>
  <!ATTLIST datasource cache %whole; "5">
+ <!ATTLIST datasource connection %name; #IMPLIED>
+ <!-- DEPRECATED: The "database" attribute of "datasource" has been deprecated 
+                  [Use {connection} attribute instead] -->
  <!ATTLIST datasource database %name; #IMPLIED>
  <!ATTLIST datasource detaillink %text; #IMPLIED>
+ <!ATTLIST datasource distinct %boolean;>
  <!ATTLIST datasource explicitfields %text; #IMPLIED>
  <!ATTLIST datasource master %name; #IMPLIED>
  <!ATTLIST datasource masterlink %text; #IMPLIED>
***************
*** 84,101 ****
  <!ATTLIST datasource table %name; #IMPLIED>
  <!ATTLIST datasource type %name; "object">
  
! <!ELEMENT import EMPTY>
! <!ATTLIST import library %name; #REQUIRED>
! <!ATTLIST import datasources %name; "">
! <!ATTLIST import pages %name; "">
! <!ATTLIST import triggers %name; "">
  
  <!ELEMENT import-datasource EMPTY>
  <!ATTLIST import-datasource name ID #REQUIRED>
  <!ATTLIST import-datasource library %name; #REQUIRED>
  <!ATTLIST import-datasource cache %whole; "5">
  <!ATTLIST import-datasource database %name; #IMPLIED>
  <!ATTLIST import-datasource detaillink %text; #IMPLIED>
  <!ATTLIST import-datasource explicitfields %text; #IMPLIED>
  <!ATTLIST import-datasource master %name; #IMPLIED>
  <!ATTLIST import-datasource masterlink %text; #IMPLIED>
--- 97,123 ----
  <!ATTLIST datasource table %name; #IMPLIED>
  <!ATTLIST datasource type %name; "object">
  
! <!-- TODO -->
! <!ELEMENT dialog EMPTY>
! <!-- name: A unique ID for the form. -->
! <!ATTLIST dialog name ID #IMPLIED>
! <!-- readonly: If set to {Y}, then no modifications to data by the end user 
!        will be allowed. The form will become a query-only form. -->
! <!ATTLIST dialog readonly %boolean;>
! <!ATTLIST dialog style %name; #FIXED "dialog">
! <!-- title: The title of the form. -->
! <!ATTLIST dialog title %text; "Untitled Form">
  
  <!ELEMENT import-datasource EMPTY>
  <!ATTLIST import-datasource name ID #REQUIRED>
  <!ATTLIST import-datasource library %name; #REQUIRED>
  <!ATTLIST import-datasource cache %whole; "5">
+ <!ATTLIST import-datasource connection %name; #IMPLIED>
+ <!-- DEPRECATED: The "database" attribute of "import-datasource" has been 
+                  deprecated [Use {connection} attribute instead] -->
  <!ATTLIST import-datasource database %name; #IMPLIED>
  <!ATTLIST import-datasource detaillink %text; #IMPLIED>
+ <!ATTLIST import-datasource distinct %boolean;>
  <!ATTLIST import-datasource explicitfields %text; #IMPLIED>
  <!ATTLIST import-datasource master %name; #IMPLIED>
  <!ATTLIST import-datasource masterlink %text; #IMPLIED>
***************
*** 105,120 ****
  <!ATTLIST import-datasource table %name; #IMPLIED>
  <!ATTLIST import-datasource type %name; "object">
  
! <!ELEMENT import-page EMPTY>
! <!ATTLIST import-page library %name; #REQUIRED>
! <!ATTLIST import-page caption %text; #IMPLIED>
! <!ATTLIST import-page name ID #IMPLIED>
  
  <!ELEMENT import-trigger EMPTY>
  <!ATTLIST import-trigger library %name; #REQUIRED>
- <!-- DEPRECATED: The "id" attribute of "import-trigger" has been deprecated 
-                  [Use name="..." instead.] -->
- <!ATTLIST import-trigger id %name; #IMPLIED>
  <!ATTLIST import-trigger language %name; #FIXED "python">
  <!ATTLIST import-trigger name ID #IMPLIED>
  <!ATTLIST import-trigger src IDREF #IMPLIED>
--- 127,146 ----
  <!ATTLIST import-datasource table %name; #IMPLIED>
  <!ATTLIST import-datasource type %name; "object">
  
! <!-- TODO -->
! <!ELEMENT import-dialog EMPTY>
! <!ATTLIST import-dialog library %name; #REQUIRED>
! <!-- name: A unique ID for the form. -->
! <!ATTLIST import-dialog name ID #IMPLIED>
! <!-- readonly: If set to {Y}, then no modifications to data by the end user 
!        will be allowed. The form will become a query-only form. -->
! <!ATTLIST import-dialog readonly %boolean;>
! <!ATTLIST import-dialog style %name; #FIXED "dialog">
! <!-- title: The title of the form. -->
! <!ATTLIST import-dialog title %text; "Untitled Form">
  
  <!ELEMENT import-trigger EMPTY>
  <!ATTLIST import-trigger library %name; #REQUIRED>
  <!ATTLIST import-trigger language %name; #FIXED "python">
  <!ATTLIST import-trigger name ID #IMPLIED>
  <!ATTLIST import-trigger src IDREF #IMPLIED>
***************
*** 130,154 ****
  <!ATTLIST menu trigger %name; #IMPLIED>
  <!ATTLIST menu type %name; #IMPLIED>
  
  <!ELEMENT options (author?, description?, name?, option*, tip?, title?, 
                     version?, width?)>
  
! <!ELEMENT page (block*, box*, button*, import-block*, import-button*, label*, 
!                 scrollbar*)>
! <!ATTLIST page caption %text; #IMPLIED>
! <!ATTLIST page name ID #IMPLIED>
! 
  <!ELEMENT parameter EMPTY>
  <!ATTLIST parameter name ID #REQUIRED>
  <!ATTLIST parameter default %text; #IMPLIED>
  <!ATTLIST parameter description %text; #IMPLIED>
  <!ATTLIST parameter required %boolean;>
  <!ATTLIST parameter type %name; "char">
  
  <!ELEMENT trigger EMPTY>
- <!-- DEPRECATED: The "id" attribute of "trigger" has been deprecated [Use 
-                  name="..." instead.] -->
- <!ATTLIST trigger id %name; #IMPLIED>
  <!ATTLIST trigger language %name; #FIXED "python">
  <!ATTLIST trigger name ID #IMPLIED>
  <!ATTLIST trigger src IDREF #IMPLIED>
--- 156,179 ----
  <!ATTLIST menu trigger %name; #IMPLIED>
  <!ATTLIST menu type %name; #IMPLIED>
  
+ <!-- TODO -->
  <!ELEMENT options (author?, description?, name?, option*, tip?, title?, 
                     version?, width?)>
  
! <!-- TODO -->
  <!ELEMENT parameter EMPTY>
+ <!-- name: TODO -->
  <!ATTLIST parameter name ID #REQUIRED>
+ <!-- default: TODO -->
  <!ATTLIST parameter default %text; #IMPLIED>
+ <!-- description: TODO -->
  <!ATTLIST parameter description %text; #IMPLIED>
+ <!-- required: TODO -->
  <!ATTLIST parameter required %boolean;>
+ <!-- type: TODO -->
  <!ATTLIST parameter type %name; "char">
  
  <!ELEMENT trigger EMPTY>
  <!ATTLIST trigger language %name; #FIXED "python">
  <!ATTLIST trigger name ID #IMPLIED>
  <!ATTLIST trigger src IDREF #IMPLIED>
***************
*** 158,416 ****
  <!-- ============================ -->
  <!-- Child elements of datasource -->
  <!-- ============================ -->
! <!ELEMENT conditions (condition*)>
  
! <!ELEMENT staticset (staticsetrow?)>
  <!ATTLIST staticset fields %text; #REQUIRED>
  
  
  <!-- ========================= -->
  <!-- Child elements of options -->
  <!-- ========================= -->
  <!ELEMENT author EMPTY>
  <!ATTLIST author name %name; #FIXED "author">
  <!ATTLIST author value %text; #IMPLIED>
  
  <!ELEMENT description EMPTY>
  <!ATTLIST description name %name; #FIXED "description">
  <!ATTLIST description value %text; #IMPLIED>
  
  <!ELEMENT name EMPTY>
  <!ATTLIST name name %name; #FIXED "name">
  <!ATTLIST name value %text; #IMPLIED>
  
  <!ELEMENT option EMPTY>
  <!ATTLIST option name %name; #REQUIRED>
  <!ATTLIST option value %text; #IMPLIED>
  
  <!ELEMENT tip EMPTY>
  <!ATTLIST tip name %name; #FIXED "tip">
  <!ATTLIST tip value %text; #IMPLIED>
  
  <!-- DEPRECATED: Use of the <title> element has been deprecated [Use the 
                   <form> attribute "title" instead.] -->
  <!ELEMENT title EMPTY>
  <!ATTLIST title name %name; #FIXED "title">
  <!ATTLIST title value %text; #IMPLIED>
  
  <!ELEMENT version EMPTY>
  <!ATTLIST version name %name; #FIXED "version">
  <!ATTLIST version value %text; #IMPLIED>
  
  <!-- DEPRECATED: Use of the <width> element has been deprecated [Use the 
                   <form> attribute "width" instead.] -->
  <!ELEMENT width EMPTY>
  <!ATTLIST width name %name; #FIXED "width">
  <!ATTLIST width value %text; #IMPLIED>
  
  
- <!-- ====================== -->
- <!-- Child elements of page -->
- <!-- ====================== -->
- <!ELEMENT block (box*, button*, entry*, import-button*, import-entry*, 
label*, 
-                  scrollbar*)>
- <!ATTLIST block name ID #REQUIRED>
- <!ATTLIST block datasource IDREF #IMPLIED>
- <!ATTLIST block restrictDelete %boolean;>
- <!ATTLIST block restrictInsert %boolean;>
- <!ATTLIST block rowSpacer %whole; #IMPLIED>
- <!ATTLIST block rows %whole; #IMPLIED>
- <!ATTLIST block transparentBlock %boolean;>
- 
- <!ELEMENT box (button*, entry*, import-button*, import-entry*, scrollbar*)>
- <!ATTLIST box height %whole; #REQUIRED>
- <!ATTLIST box width %whole; #REQUIRED>
- <!ATTLIST box x %whole; #REQUIRED>
- <!ATTLIST box y %whole; #REQUIRED>
- <!ATTLIST box focusorder %whole; #IMPLIED>
- <!ATTLIST box label %text; #IMPLIED>
- <!ATTLIST box name ID #IMPLIED>
- 
- <!ELEMENT button EMPTY>
- <!ATTLIST button height %whole; #REQUIRED>
- <!ATTLIST button width %whole; #REQUIRED>
- <!ATTLIST button x %whole; #REQUIRED>
- <!ATTLIST button y %whole; #REQUIRED>
- <!ATTLIST button focusorder %whole; #IMPLIED>
- <!ATTLIST button label %name; #IMPLIED>
- <!ATTLIST button name ID #IMPLIED>
- <!ATTLIST button trigger %name; #IMPLIED>
- 
- <!ELEMENT import-block EMPTY>
- <!ATTLIST import-block name ID #REQUIRED>
- <!ATTLIST import-block library %name; #REQUIRED>
- <!ATTLIST import-block datasource IDREF #IMPLIED>
- <!ATTLIST import-block restrictDelete %boolean;>
- <!ATTLIST import-block restrictInsert %boolean;>
- <!ATTLIST import-block rowSpacer %whole; #IMPLIED>
- <!ATTLIST import-block rows %whole; #IMPLIED>
- <!ATTLIST import-block transparentBlock %boolean;>
- 
- <!ELEMENT import-button EMPTY>
- <!ATTLIST import-button height %whole; #REQUIRED>
- <!ATTLIST import-button library %name; #REQUIRED>
- <!ATTLIST import-button width %whole; #REQUIRED>
- <!ATTLIST import-button x %whole; #REQUIRED>
- <!ATTLIST import-button y %whole; #REQUIRED>
- <!ATTLIST import-button focusorder %whole; #IMPLIED>
- <!ATTLIST import-button label %name; #IMPLIED>
- <!ATTLIST import-button name ID #IMPLIED>
- <!ATTLIST import-button trigger %name; #IMPLIED>
- 
- <!ELEMENT label EMPTY>
- <!ATTLIST label text %text; #REQUIRED>
- <!ATTLIST label x %whole; #REQUIRED>
- <!ATTLIST label y %whole; #REQUIRED>
- <!ATTLIST label alignment (center | left | right) "left">
- <!ATTLIST label name ID #IMPLIED>
- <!ATTLIST label rowSpacer %whole; #IMPLIED>
- <!ATTLIST label rows %whole; #IMPLIED>
- <!ATTLIST label width %whole; #IMPLIED>
- 
- <!ELEMENT scrollbar EMPTY>
- <!ATTLIST scrollbar height %whole; #REQUIRED>
- <!ATTLIST scrollbar width %whole; #REQUIRED>
- <!ATTLIST scrollbar x %whole; #REQUIRED>
- <!ATTLIST scrollbar y %whole; #REQUIRED>
- 
- 
- <!-- ============================ -->
- <!-- Child elements of conditions -->
- <!-- ============================ -->
- <!ELEMENT condition (and*, between*, eq*, ge*, gt*, le*, like*, lt*, ne*, 
-                      negate*, not*, notbetween*, notlike*, or*)>
- 
- 
- <!-- =========================== -->
- <!-- Child elements of staticset -->
- <!-- =========================== -->
- <!ELEMENT staticsetrow (staticsetfield*)>
- 
- 
- <!-- ======================= -->
- <!-- Child elements of block -->
- <!-- ======================= -->
- <!ELEMENT entry EMPTY>
- <!ATTLIST entry name ID #REQUIRED>
- <!ATTLIST entry x %whole; #REQUIRED>
- <!ATTLIST entry y %whole; #REQUIRED>
- <!ATTLIST entry case (lower | mixed | upper) "mixed">
- <!ATTLIST entry default %text; #IMPLIED>
- <!ATTLIST entry displaymask %text; #IMPLIED>
- <!-- editOnNull: Only allow this object to be edited if it is currently 
empty. 
-        -->
- <!ATTLIST entry editOnNull %boolean;>
- <!ATTLIST entry field %name; #IMPLIED>
- <!ATTLIST entry fk_description %name; #IMPLIED>
- <!ATTLIST entry fk_key %name; #IMPLIED>
- <!ATTLIST entry fk_source %name; #IMPLIED>
- <!ATTLIST entry focusorder %whole; #IMPLIED>
- <!-- DEPRECATED: The "foreign_key" attribute of "entry" has been deprecated 
-                  [Use fk_source="..." and fk_key="..." instead.] -->
- <!ATTLIST entry foreign_key %name; #IMPLIED>
- <!-- DEPRECATED: The "foreign_key_description" attribute of "entry" has been 
-                  deprecated [Use fk_description="..." instead.] -->
- <!ATTLIST entry foreign_key_description %text; #IMPLIED>
- <!ATTLIST entry formatmask %text; #IMPLIED>
- <!ATTLIST entry height %whole; "1">
- <!ATTLIST entry hidden %boolean;>
- <!ATTLIST entry ignoreCaseOnQuery %boolean;>
- <!ATTLIST entry inputmask %text; #IMPLIED>
- <!-- DEPRECATED: The "lowercase" attribute of "entry" has been deprecated 
[Use 
-                  case="lower" instead.] -->
- <!ATTLIST entry lowercase %boolean;>
- <!ATTLIST entry max_length %whole; #IMPLIED>
- <!-- no_ltrim: Suppress trimming of extraneous space at beginning of user 
-        input. -->
- <!ATTLIST entry no_ltrim %boolean;>
- <!-- no_rtrim: Suppress trimming of extraneous space at end of user input. -->
- <!ATTLIST entry no_rtrim %boolean;>
- <!-- DEPRECATED: The "numeric" attribute of "entry" has been deprecated [Use 
-                  typecast="number" instead] -->
- <!ATTLIST entry numeric %boolean;>
- <!ATTLIST entry queryDefault %text; #IMPLIED>
- <!ATTLIST entry readonly %boolean;>
- <!-- required: This object cannot have an empty value prior to a commit. -->
- <!ATTLIST entry required %boolean;>
- <!ATTLIST entry rowSpacer %whole; #IMPLIED>
- <!ATTLIST entry rows %whole; #IMPLIED>
- <!ATTLIST entry sloppyQuery %text; #IMPLIED>
- <!ATTLIST entry style (checkbox | default | dropdown | label) "default">
- <!ATTLIST entry typecast (date | number | text) "text">
- <!-- DEPRECATED: The "uppercase" attribute of "entry" has been deprecated 
[Use 
-                  case="upper" instead.] -->
- <!ATTLIST entry uppercase %boolean;>
- <!ATTLIST entry value %text; #IMPLIED>
- <!-- DEPRECATED: The "visibleCount" attribute of "entry" has been deprecated 
-                  [Use the <block> "rows" attribute instead.] -->
- <!ATTLIST entry visibleCount %whole; #IMPLIED>
- <!ATTLIST entry width %whole; #IMPLIED>
- 
- <!ELEMENT import-entry EMPTY>
- <!ATTLIST import-entry name ID #REQUIRED>
- <!ATTLIST import-entry library %name; #REQUIRED>
- <!ATTLIST import-entry x %whole; #REQUIRED>
- <!ATTLIST import-entry y %whole; #REQUIRED>
- <!ATTLIST import-entry case (lower | mixed | upper) "mixed">
- <!ATTLIST import-entry default %text; #IMPLIED>
- <!ATTLIST import-entry displaymask %text; #IMPLIED>
- <!-- editOnNull: Only allow this object to be edited if it is currently 
empty. 
-        -->
- <!ATTLIST import-entry editOnNull %boolean;>
- <!ATTLIST import-entry field %name; #IMPLIED>
- <!ATTLIST import-entry fk_description %name; #IMPLIED>
- <!ATTLIST import-entry fk_key %name; #IMPLIED>
- <!ATTLIST import-entry fk_source %name; #IMPLIED>
- <!ATTLIST import-entry focusorder %whole; #IMPLIED>
- <!-- DEPRECATED: The "foreign_key" attribute of "import-entry" has been 
-                  deprecated [Use fk_source="..." and fk_key="..." instead.] 
-                  -->
- <!ATTLIST import-entry foreign_key %name; #IMPLIED>
- <!-- DEPRECATED: The "foreign_key_description" attribute of "import-entry" 
has 
-                  been deprecated [Use fk_description="..." instead.] -->
- <!ATTLIST import-entry foreign_key_description %text; #IMPLIED>
- <!ATTLIST import-entry formatmask %text; #IMPLIED>
- <!ATTLIST import-entry height %whole; "1">
- <!ATTLIST import-entry hidden %boolean;>
- <!ATTLIST import-entry ignoreCaseOnQuery %boolean;>
- <!ATTLIST import-entry inputmask %text; #IMPLIED>
- <!-- DEPRECATED: The "lowercase" attribute of "import-entry" has been 
-                  deprecated [Use case="lower" instead.] -->
- <!ATTLIST import-entry lowercase %boolean;>
- <!ATTLIST import-entry max_length %whole; #IMPLIED>
- <!-- no_ltrim: Suppress trimming of extraneous space at beginning of user 
-        input. -->
- <!ATTLIST import-entry no_ltrim %boolean;>
- <!-- no_rtrim: Suppress trimming of extraneous space at end of user input. -->
- <!ATTLIST import-entry no_rtrim %boolean;>
- <!-- DEPRECATED: The "numeric" attribute of "import-entry" has been 
deprecated 
-                  [Use typecast="number" instead] -->
- <!ATTLIST import-entry numeric %boolean;>
- <!ATTLIST import-entry queryDefault %text; #IMPLIED>
- <!ATTLIST import-entry readonly %boolean;>
- <!-- required: This object cannot have an empty value prior to a commit. -->
- <!ATTLIST import-entry required %boolean;>
- <!ATTLIST import-entry rowSpacer %whole; #IMPLIED>
- <!ATTLIST import-entry rows %whole; #IMPLIED>
- <!ATTLIST import-entry sloppyQuery %text; #IMPLIED>
- <!ATTLIST import-entry style (checkbox | default | dropdown | label) 
-                               "default">
- <!ATTLIST import-entry typecast (date | number | text) "text">
- <!-- DEPRECATED: The "uppercase" attribute of "import-entry" has been 
-                  deprecated [Use case="upper" instead.] -->
- <!ATTLIST import-entry uppercase %boolean;>
- <!ATTLIST import-entry value %text; #IMPLIED>
- <!-- DEPRECATED: The "visibleCount" attribute of "import-entry" has been 
-                  deprecated [Use the <block> "rows" attribute instead.] -->
- <!ATTLIST import-entry visibleCount %whole; #IMPLIED>
- <!ATTLIST import-entry width %whole; #IMPLIED>
- 
- 
  <!-- =========================== -->
  <!-- Child elements of condition -->
  <!-- =========================== -->
! <!ELEMENT and (and*, between*, condition*, eq*, ge*, gt*, le*, like*, lt*, 
!                ne*, negate*, not*, notbetween*, notlike*, or*)>
  
  <!ELEMENT between (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
  
--- 183,264 ----
  <!-- ============================ -->
  <!-- Child elements of datasource -->
  <!-- ============================ -->
! <!ELEMENT condition (and*, between*, eq*, ge*, gt*, le*, like*, lt*, ne*, 
!                      negate*, not*, notbetween*, notlike*, notnull*, null*, 
!                      or*)>
  
! <!ELEMENT staticset (staticsetrow*)>
  <!ATTLIST staticset fields %text; #REQUIRED>
  
  
  <!-- ========================= -->
  <!-- Child elements of options -->
  <!-- ========================= -->
+ <!-- TODO -->
  <!ELEMENT author EMPTY>
+ <!-- name: TODO -->
  <!ATTLIST author name %name; #FIXED "author">
+ <!-- value: TODO -->
  <!ATTLIST author value %text; #IMPLIED>
  
+ <!-- TODO -->
  <!ELEMENT description EMPTY>
+ <!-- name: TODO -->
  <!ATTLIST description name %name; #FIXED "description">
+ <!-- value: TODO -->
  <!ATTLIST description value %text; #IMPLIED>
  
+ <!-- TODO -->
  <!ELEMENT name EMPTY>
+ <!-- name: TODO -->
  <!ATTLIST name name %name; #FIXED "name">
+ <!-- value: TODO -->
  <!ATTLIST name value %text; #IMPLIED>
  
+ <!-- TODO -->
  <!ELEMENT option EMPTY>
+ <!-- name: TODO -->
  <!ATTLIST option name %name; #REQUIRED>
+ <!-- value: TODO -->
  <!ATTLIST option value %text; #IMPLIED>
  
+ <!-- TODO -->
  <!ELEMENT tip EMPTY>
+ <!-- name: TODO -->
  <!ATTLIST tip name %name; #FIXED "tip">
+ <!-- value: TODO -->
  <!ATTLIST tip value %text; #IMPLIED>
  
  <!-- DEPRECATED: Use of the <title> element has been deprecated [Use the 
                   <form> attribute "title" instead.] -->
+ <!-- TODO -->
  <!ELEMENT title EMPTY>
+ <!-- name: TODO -->
  <!ATTLIST title name %name; #FIXED "title">
+ <!-- value: TODO -->
  <!ATTLIST title value %text; #IMPLIED>
  
+ <!-- TODO -->
  <!ELEMENT version EMPTY>
+ <!-- name: TODO -->
  <!ATTLIST version name %name; #FIXED "version">
+ <!-- value: TODO -->
  <!ATTLIST version value %text; #IMPLIED>
  
  <!-- DEPRECATED: Use of the <width> element has been deprecated [Use the 
                   <form> attribute "width" instead.] -->
+ <!-- TODO -->
  <!ELEMENT width EMPTY>
  <!ATTLIST width name %name; #FIXED "width">
  <!ATTLIST width value %text; #IMPLIED>
  
  
  <!-- =========================== -->
  <!-- Child elements of condition -->
  <!-- =========================== -->
! <!ELEMENT and (and*, between*, conditions*, eq*, ge*, gt*, le*, like*, lt*, 
!                ne*, negate*, not*, notbetween*, notlike*, notnull*, null*, 
!                or*)>
  
  <!ELEMENT between (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
  
***************
*** 428,453 ****
  
  <!ELEMENT ne (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
  
! <!ELEMENT negate (and*, between*, condition*, eq*, ge*, gt*, le*, like*, lt*, 
                    ne*, negate*, not*, notbetween*, notlike*, or*)>
  
! <!ELEMENT not (and*, between*, condition*, eq*, ge*, gt*, le*, like*, lt*, 
!                ne*, negate*, not*, notbetween*, notlike*, or*)>
  
  <!ELEMENT notbetween (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
  
  <!ELEMENT notlike (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
  
! <!ELEMENT or (and*, between*, condition*, eq*, ge*, gt*, le*, like*, lt*, 
ne*, 
!               negate*, not*, notbetween*, notlike*, or*)>
  
  
! <!-- ============================== -->
! <!-- Child elements of staticsetrow -->
! <!-- ============================== -->
! <!ELEMENT staticsetfield EMPTY>
! <!ATTLIST staticsetfield name %text; #REQUIRED>
! <!ATTLIST staticsetfield value %text; #REQUIRED>
  
  
  <!-- ========================= -->
--- 276,313 ----
  
  <!ELEMENT ne (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
  
! <!ELEMENT negate (and*, between*, conditions*, eq*, ge*, gt*, le*, like*, 
lt*, 
                    ne*, negate*, not*, notbetween*, notlike*, or*)>
  
! <!ELEMENT not (and*, between*, conditions*, eq*, ge*, gt*, le*, like*, lt*, 
!                ne*, negate*, not*, notbetween*, notlike*, notnull*, null*, 
!                or*)>
  
  <!ELEMENT notbetween (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
  
  <!ELEMENT notlike (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
  
! <!ELEMENT notnull EMPTY>
  
+ <!ELEMENT null EMPTY>
  
! <!ELEMENT or (and*, between*, conditions*, eq*, ge*, gt*, le*, like*, lt*, 
!               ne*, negate*, not*, notbetween*, notlike*, notnull*, null*, 
!               or*)>
! 
! 
! <!-- =========================== -->
! <!-- Child elements of staticset -->
! <!-- =========================== -->
! <!ELEMENT staticsetrow (staticsetfield*)>
! 
! 
! <!-- ===================== -->
! <!-- Child elements of and -->
! <!-- ===================== -->
! <!-- DEPRECATED: Use of the <conditions> element has been deprecated [Use the 
!                  <condition> tag instead.] -->
! <!ELEMENT conditions (conditions*)>
  
  
  <!-- ========================= -->
***************
*** 471,476 ****
  <!ELEMENT sub (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
  
  
  <!-- This DTD was created by gnuedtd
!      Updated: 2002-10-27 14:09:52   -->
  
--- 331,344 ----
  <!ELEMENT sub (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
  
  
+ <!-- ============================== -->
+ <!-- Child elements of staticsetrow -->
+ <!-- ============================== -->
+ <!ELEMENT staticsetfield EMPTY>
+ <!ATTLIST staticsetfield name %text; #REQUIRED>
+ <!ATTLIST staticsetfield value %text; #REQUIRED>
+ 
+ 
  <!-- This DTD was created by gnuedtd
!      Updated: 2003-01-08 15:08:04   -->
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]