Revision 756
Added by Matt Jones over 23 years ago
lib/pathquery.dtd | ||
---|---|---|
27 | 27 |
--> |
28 | 28 |
|
29 | 29 |
<!-- Overall query container --> |
30 |
<!ELEMENT pathquery (meta_file_id*, querytitle*, returndoctype*, returnfield*, |
|
30 |
<!ELEMENT pathquery (meta_file_id*, querytitle*, returndoctype*, |
|
31 |
filterdoctype*, returnfield*, |
|
31 | 32 |
owner*, site*, querygroup)> |
32 | 33 |
|
33 | 34 |
<!-- The version of this query specification --> |
34 |
<!ATTLIST pathquery version CDATA #FIXED "1.1">
|
|
35 |
<!ATTLIST pathquery version CDATA #FIXED "1.2">
|
|
35 | 36 |
|
36 | 37 |
<!-- a unique identifier for this query document --> |
37 | 38 |
<!ELEMENT meta_file_id (#PCDATA)> |
... | ... | |
39 | 40 |
<!-- a descriptive title for this query document --> |
40 | 41 |
<!ELEMENT querytitle (#PCDATA)> |
41 | 42 |
|
42 |
<!-- optional doctype filter - only documents with this type are returned --> |
|
43 |
<!-- optional doctype returned spec - only documents with this type returned --> |
|
44 |
<!-- hits are looked up using package links to this doctype --> |
|
43 | 45 |
<!ELEMENT returndoctype (#PCDATA)> |
44 | 46 |
|
47 |
<!-- optional doctype filter - only documents with this type are searched --> |
|
48 |
<!ELEMENT filterdoctype (#PCDATA)> |
|
49 |
|
|
45 | 50 |
<!-- optional name of an xml node to be returned in the resultset --> |
46 | 51 |
<!ELEMENT returnfield (#PCDATA)> |
47 | 52 |
|
Also available in: Unified diff
Updated pathquery.dtd to reflect new addition of filterdoctype element.