Changes between Version 42 and Version 43 of S3/S3XML


Ignore:
Timestamp:
07/19/11 19:05:16 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3XML

    v42 v43  
    254254
    255255==== s3xml ====
     256
     257The 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
    256265||'''Parent elements'''||''none (root element)''||
    257266||'''Child elements'''||[#resource resource]||
    258267||'''Contents'''||''empty''||
    259268
    260 The root element.
    261 
    262269**Attributes:
    263270||'''Name'''||'''Type'''||'''Description'''||'''mandatory?'''||
    264271||'''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''||
    266278==== resource ====
    267279||'''Parent elements'''||[#s3xml s3xml], [#resource resource], [#reference reference]||