Changes between Version 32 and Version 33 of S3/S3XML
- Timestamp:
- 07/19/11 13:31:55 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML
v32 v33 230 230 ==== Components ==== 231 231 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). 232 Component resources are <resource> elements inside of their primary <resource> element. 233 Component records will be automatically imported and the required key references be added (=no explicit reference-element required). 233 234 234 235 Foreign key references of component records to their primary record will not be exported, and where they appear in import sources, they will be ignored. … … 236 237 Components of components are not allowed (maximum depth 1), and where they appear in import sources, they will be ignored. 237 238 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 recordis represented by a separate <resource> element (outside the primary resource).239 Where 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). 239 240 ==== References ==== 240 241