|
 |
online DocBrowser for netUpdate_upd.xsd
Version: |
1.00 |
Generation Date: |
1 May 2003 |
|
|
 |
|
Element handler
name |
data type |
content |
handler |
- |
empty |
handler defines all needed information of an executable that is able to incrementally update a collection resource by using the given increments. Thehandler is like a post_processor element but tightly coupled to a collection. |
 |
subelements in the requested order |
|
none |
|
 |
|
attribute name |
data type |
[min,max] |
default |
|
last_modified |
long>0 |
[1,1] |
- |
|
last_modified is the last modified date of the resource given as an epoch time (number of seconds since 1.1.70). |
|
local_name |
pattern |
[1,1] |
- |
|
local_name=( [^\\]+) is an absolute local file path of the target resource holding all information (e.g. the database file). The attribute can include any numbers of previously defined parameters declared in the parameter section as parameter expansion is carried out. Parameters are supplied as${PARAMETER_NAME}. |
|
remote_name |
anyURI |
[1,1] |
- |
|
remote_name is an absolute URL giving the location where to retrieve the resource. Note that this attribute must be a legal URL, parameters are not allowed here! |
|
size |
long>0 |
[1,1] |
- |
|
size is the size of the resource in bytes. |
 |
|