Revision 2562
Added by sgarg about 19 years ago
lib/style/skins/dev/pathquery.dtd | ||
---|---|---|
29 | 29 |
<!-- Overall query container --> |
30 | 30 |
<!ELEMENT pathquery (meta_file_id*, querytitle*, returndoctype*, |
31 | 31 |
filterdoctype*, returnfield*, |
32 |
owner*, site*, querygroup)>
|
|
32 |
owner*, querygroup)> |
|
33 | 33 |
|
34 | 34 |
<!-- The version of this query specification --> |
35 |
<!ATTLIST pathquery version CDATA #FIXED "1.2">
|
|
35 |
<!ATTLIST pathquery version CDATA #FIXED "1.3">
|
|
36 | 36 |
|
37 | 37 |
<!-- a unique identifier for this query document --> |
38 | 38 |
<!ELEMENT meta_file_id (#PCDATA)> |
... | ... | |
54 | 54 |
<!-- multiple owner fields are ORed together in the query --> |
55 | 55 |
<!ELEMENT owner (#PCDATA)> |
56 | 56 |
|
57 |
<!-- optional name of the site/server of the documents to be returned --> |
|
58 |
<!-- multiple site fields are ORed together in the query --> |
|
59 |
<!ELEMENT site (#PCDATA)> |
|
60 |
|
|
61 | 57 |
<!-- A group of related query terms --> |
62 | 58 |
<!ELEMENT querygroup ( (queryterm|querygroup)+ )> |
63 | 59 |
|
Also available in: Unified diff
Removing support for site from pathquery.dtd