Changes between Version 74 and Version 75 of S3/S3XML
- Timestamp:
- 06/13/14 12:23:58 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML
v74 v75 227 227 228 228 Document Tree: 229 {{{ 229 {{{#!xml 230 230 <options> 231 231 <select> … … 251 251 252 252 Document Tree: 253 {{{ 253 {{{#!xml 254 254 <s3xml> 255 255 <resource> <!-- primary resource element --> … … 303 303 The root element (in schema and data documents). 304 304 305 {{{ 305 {{{#!xml 306 306 <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"> 307 307 ... … … 326 326 Represents a record (in data documents) or a database table (in schema documents). 327 327 328 {{{ 328 {{{#!xml 329 329 <s3xml> 330 330 <resource name="xxx_yyy"> … … 375 375 Represents the value of a single field in the record. 376 376 377 {{{ 377 {{{#!xml 378 378 <s3xml> 379 379 <resource> … … 406 406 Represents a foreign key reference. 407 407 408 {{{ 408 {{{#!xml 409 409 <s3xml> 410 410 <resource name="xxx_yyy"> … … 431 431 If the referenced record is enclosed in the ''reference'' element, then {{{uuid}}} and {{{tuid}}} can be omitted: 432 432 433 {{{ 433 {{{#!xml 434 434 <s3xml> 435 435 <resource name="xxxyyy"> … … 457 457 When uploading such a file using the '''.s3csv''' format extension, it gets converted by the interface into an XML element tree: 458 458 459 {{{ 459 {{{#!xml 460 460 <table> 461 461 <row> … … 480 480 === XML Format === 481 481 482 {{{ 482 {{{#!xml 483 483 <s3xml> 484 484