Changes between Version 42 and Version 43 of S3/S3XML
- Timestamp:
- 07/19/11 19:05:16 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML
v42 v43 254 254 255 255 ==== s3xml ==== 256 257 The root element (in schema and data documents). 258 259 {{{ 260 <s3xml success="true" results="2" domain="mycomputer" url="http://127.0.0.1:8000/eden" latmin="-90.0" latmax="90.0" lonmin="-180.0" lonmax="180.0"> 261 ... 262 </s3xml> 263 }}} 264 256 265 ||'''Parent elements'''||''none (root element)''|| 257 266 ||'''Child elements'''||[#resource resource]|| 258 267 ||'''Contents'''||''empty''|| 259 268 260 The root element.261 262 269 **Attributes: 263 270 ||'''Name'''||'''Type'''||'''Description'''||'''mandatory?'''|| 264 271 ||'''domain'''||string||the domain name of the data repository||''no''|| 265 272 ||'''url'''||string||the URL of the data repository||''no''|| 273 ||'''success'''||boolean||true if the page contains any records, otherwise false||''no''|| 274 ||'''results'''||integer||the total number of records matching the request||''no''|| 275 ||'''start'''||integer||the index of the first record returned (in paginated requests)||''no''|| 276 ||'''limit'''||integer||the maximum number of records returned (in paginated requests)||''no''|| 277 ||'''latmin''', '''latmax''', '''lonmin''', '''lonmax'''||geo-location boundary box of the results||''no''|| 266 278 ==== resource ==== 267 279 ||'''Parent elements'''||[#s3xml s3xml], [#resource resource], [#reference reference]||