Changes between Version 74 and Version 75 of S3/S3XML


Ignore:
Timestamp:
06/13/14 12:23:58 (11 years ago)
Author:
MattS
Comment:

syntax highlighting

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3XML

    v74 v75  
    227227
    228228Document Tree:
    229 {{{
     229{{{#!xml
    230230<options>
    231231  <select>
     
    251251
    252252Document Tree:
    253 {{{
     253{{{#!xml
    254254<s3xml>
    255255  <resource> <!-- primary resource element -->
     
    303303The root element (in schema and data documents).
    304304
    305 {{{
     305{{{#!xml
    306306<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">
    307307   ...
     
    326326Represents a record (in data documents) or a database table (in schema documents).
    327327
    328 {{{
     328{{{#!xml
    329329<s3xml>
    330330  <resource name="xxx_yyy">
     
    375375Represents the value of a single field in the record.
    376376
    377 {{{
     377{{{#!xml
    378378<s3xml>
    379379  <resource>
     
    406406Represents a foreign key reference.
    407407
    408 {{{
     408{{{#!xml
    409409<s3xml>
    410410    <resource name="xxx_yyy">
     
    431431If the referenced record is enclosed in the ''reference'' element, then {{{uuid}}} and {{{tuid}}} can be omitted:
    432432
    433 {{{
     433{{{#!xml
    434434<s3xml>
    435435   <resource name="xxxyyy">
     
    457457When uploading such a file using the '''.s3csv''' format extension, it gets converted by the interface into an XML element tree:
    458458
    459 {{{
     459{{{#!xml
    460460<table>
    461461    <row>
     
    480480=== XML Format ===
    481481
    482 {{{
     482{{{#!xml
    483483<s3xml>
    484484