Changes between Version 15 and Version 16 of S3XRC/S3XML


Ignore:
Timestamp:
05/03/11 19:32:18 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3XRC/S3XML

    v15 v16  
    2626The root element.
    2727
    28 Attributes:
     28**Attributes:
    2929||'''Name'''||'''Type'''||'''Description'''||'''mandatory?'''||
    3030||'''domain'''||string||the domain name of the data repository||''no''||
     
    3737Represents a record.
    3838
    39 Attributes:
     39**Attributes:
    4040||'''Name'''||'''Type'''||'''Description'''||'''mandatory?'''||
    4141||'''name'''||string||the name of the resource, usually the DB table name||''yes''||
     
    5252Represents the value of a single field in the record.
    5353
    54 Attributes:
     54**Attributes:
    5555||'''Name'''||'''Type'''||'''Description'''||'''mandatory?'''||
    5656||'''field'''||string||the field name in the record||''yes''||
     
    7070Represents a foreign key reference.
    7171
    72 Attributes:
     72**Attributes:
    7373||'''Name'''||'''Type'''||'''Description'''||'''mandatory?'''||
    7474||'''field'''||string||the field name in the record||''yes''||
     
    130130    <data field="comment"/>
    131131
    132     <resource                                               <-- A sub-resource (joined resource) of the record -->
     132    <resource                                               <-- A sub-resource (component) of the record -->
    133133      created_on="2009-10-02 11:34:34"
    134134      modified_on="2009-10-02 11:34:34"
     
    187187            "$": "Dominic K\u00f6nig [no label] (Person)"          // Textual representation of the reference
    188188        },
    189         "$_pr_presence": {                                         // Joined Resource (Component):
     189        "$_pr_presence": {                                         // Sub-resource (Component):
    190190            "@uuid": "14af2751-7277-4e90-b42b-0d0430684561",       // appears as component within the resource
    191191            "@created_on": "2009-11-19 19:42:46",