Changes between Version 32 and Version 33 of S3/S3XML


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3XML

    v32 v33  
    230230==== Components ====
    231231
    232 Component resources are <resource> elements inside of their primary <resource> element. Component records will be automatically imported. Upon import, the required key references will be automatically added (=no explicit reference-element required).
     232Component resources are <resource> elements inside of their primary <resource> element.
     233Component records will be automatically imported and the required key references be added (=no explicit reference-element required).
    233234
    234235Foreign key references of component records to their primary record will not be exported, and where they appear in import sources, they will be ignored.
     
    236237Components of components are not allowed (maximum depth 1), and where they appear in import sources, they will be ignored.
    237238
    238 Where components use link-tables and the component record can be linked to multiple parent records (many-to-many), the respective link-table record is exported as component with a forward <reference> to the actual component record, while the component record is represented by a separate <resource> element (outside the primary resource).
     239Where components use link-tables and the component record can be linked to multiple parent records (many-to-many) or where the link table entry can carry data (attributed link), the respective link-table record is exported as component <resource> with a forward <reference> to the actual component record, while the component record itself is represented by a separate <resource> element (outside the primary resource).
    239240==== References ====
    240241