| CLEANUP | Examples |
| <CLEANUP | Attribute
Description Table |
| interval ="integer"
> No child elements </CLEANUP > | |
| Bold: Attribute or child element is
required. | |
| Attribute | Usage | Back to Top |
|---|---|---|
| interval | Interval for the number of minutes between the deletion of map image files from the Output directory. | |
| Example 1: | Back to Top |
| <?xml
version="1.0"?> <ARCXML version="1.1"> <RESPONSE> <SERVICES> <SERVICE name="world_image" servicegroup="ImageServer1" access="PUBLIC" type="ImageServer" desc="" status="ENABLED" > <ENVIRONMENT> <LOCALE country="US" language="en" /> <UIFONT name="Arial" /> </ENVIRONMENT> <CLEANUP interval="20" /> </SERVICE> </SERVICES> </RESPONSE> </ARCXML> | |