XML FOR DOMINO


datechoice element
Searches a database based on date parameters.

Containment Hierarchy

Contained by: %searches;

Contains: <datetime>

Syntax

<!ELEMENT datechoice ( datetime?, datetime? )>

Attributes

<!ATTLIST datechoice
modified%boolean;"false"
condition(%datechoice.conditions;)#REQUIRED
days%integer;#IMPLIED
>

condition


days
modified
Defined entity for <datechoice> element

The %datechoice.conditions; entity defines options for defining searches based on dates.

Syntax:

<!ENTITY % datechoice.conditions "on | after | before | noton | inlast | innext | olderthan | afternext | between | notbetween ">

after


afternext
before
between
inlast
innext
notbetween
noton
olderthan
on
See Also