Changes between Version 15 and Version 16 of S3XRC/S3XML
- Timestamp:
- 05/03/11 19:32:18 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3XRC/S3XML
v15 v16 26 26 The root element. 27 27 28 Attributes:28 **Attributes: 29 29 ||'''Name'''||'''Type'''||'''Description'''||'''mandatory?'''|| 30 30 ||'''domain'''||string||the domain name of the data repository||''no''|| … … 37 37 Represents a record. 38 38 39 Attributes:39 **Attributes: 40 40 ||'''Name'''||'''Type'''||'''Description'''||'''mandatory?'''|| 41 41 ||'''name'''||string||the name of the resource, usually the DB table name||''yes''|| … … 52 52 Represents the value of a single field in the record. 53 53 54 Attributes:54 **Attributes: 55 55 ||'''Name'''||'''Type'''||'''Description'''||'''mandatory?'''|| 56 56 ||'''field'''||string||the field name in the record||''yes''|| … … 70 70 Represents a foreign key reference. 71 71 72 Attributes:72 **Attributes: 73 73 ||'''Name'''||'''Type'''||'''Description'''||'''mandatory?'''|| 74 74 ||'''field'''||string||the field name in the record||''yes''|| … … 130 130 <data field="comment"/> 131 131 132 <resource <-- A sub-resource ( joined resource) of the record -->132 <resource <-- A sub-resource (component) of the record --> 133 133 created_on="2009-10-02 11:34:34" 134 134 modified_on="2009-10-02 11:34:34" … … 187 187 "$": "Dominic K\u00f6nig [no label] (Person)" // Textual representation of the reference 188 188 }, 189 "$_pr_presence": { // Joined Resource (Component):189 "$_pr_presence": { // Sub-resource (Component): 190 190 "@uuid": "14af2751-7277-4e90-b42b-0d0430684561", // appears as component within the resource 191 191 "@created_on": "2009-11-19 19:42:46",