Cover Pages Logo SEARCH
Advanced Search
ABOUT
Site Map
CP RSS Channel
Contact Us
Sponsoring CP
About Our Sponsors

NEWS
Cover Stories
Articles & Papers
Press Releases

CORE STANDARDS
XML
SGML
Schemas
XSL/XSLT/XPath
XLink
XML Query
CSS
SVG

TECHNOLOGY REPORTS
XML Applications
General Apps
Government Apps
Academic Apps

EVENTS
LIBRARY
Introductions
FAQs
Bibliography
Technology and Society
Semantics
Tech Topics
Software
Related Standards
Historic

Content Services companion task query DTD


From: http://www.interwoven.com/company/standards/content-services/taskquery.dtd. See http://www.interwoven.com/company/standards/content-services/.

<!ELEMENT taskquery (and|or|not|ownedby|active|wfactive|wfownedby|
                     workflow|needsattention|type|sharedby|undoableby)>
    <!ELEMENT and ((and|or|not|ownedby|active|wfactive|wfownedby|
                    workflow|needsattention|type|sharedby|undoableby)+)>
    <!ELEMENT or ((and|or|not|ownedby|active|wfactive|wfownedby|
                   workflow|needsattention|type|sharedby|undoableby)+)>
    <!ELEMENT not (and|or|not|ownedby|active|wfactive|wfownedby|
                    workflow|needsattention|type|sharedby|undoableby)>
    <!-- A taskquery is a simple query, or a Boolean combination of
         queries. All simple queries evaluate to 'true' or 'false'.
    -->

    <!ELEMENT ownedby EMPTY>
        <!ATTLIST ownedby v CDATA #REQUIRED>
        <!-- Evaluates to true if the task is owned by the specified user -->

    <!ELEMENT active EMPTY>
        <!-- Evaluates to true if the task is currently 'active'. That
        is, if it has been assigned and not yet completed. -->

    <!ELEMENT wfactive EMPTY>
        <!-- Evaluates to true if the [...] -->

    <!ELEMENT wfownedby EMPTY>
        <!ATTLIST wfownedby v CDATA #REQUIRED>
        <!-- Evaluates to true if the workflow is owned by the
             specified user. --> 

    <!ELEMENT workflow EMPTY>
        <!ATTLIST workflow v CDATA #REQUIRED>
        <!-- Evaluates to true if the [...] -->

    <!ELEMENT needsattention EMPTY>
        <!-- Evaluates to true if the [...] -->

    <!ELEMENT type EMPTY>
        <!ATTLIST type v (usertask, grouptask, externaltask, 
                          cgitask, submittask, updatetask, endtask,
                          dummytask, locktask, wftask) #REQUIRED>
        <!-- Evaluates to true if the task is of the specified type. -->

    <!ELEMENT sharedby EMPTY>
        <!ATTLIST sharedby v CDATA #REQUIRED>
        <!-- Evaluates to true if the [...] -->

    <!ELEMENT undoableby EMPTY>
        <!ATTLIST undoableby v CDATA #REQUIRED>
        <!-- Evaluates to true if the [...] -->


Prepared by Robin Cover for The XML Cover Pages archive.


Globe Image

Document URL: http://xml.coverpages.org/ContentServicesTaskquery-dtd.html