Changes between Version 14 and Version 15 of DataFormat
- Timestamp:
- 10.07.2012 01:09:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataFormat
v14 v15 209 209 || `composite` || Fixed. || {} || 210 210 || `data_type_uri` || The topic type's data type. That is the data type of one instance's payload.\\\\`dm4.core.composite` denotes a complex topic type which is composed of child types. The other 4 data types denote a simple topic type. || One of these 5 strings:\\\\`"dm4.core.text"`\\`"dm4.core.number"`\\`"dm4.core.boolean"`\\`"dm4.core.html"`\\`"dm4.core.composite"` || 211 || `index_mode_uris` || For simple topic types: Controls how the topic instance's payload is indexed. Default is no indexing.\\\\ For complex topic types: not used. || An array with zero or more of these strings:\\\\`"dm4.core.off"`\\`"dm4.core.key"`\\`"dm4.core.fulltext"`\\`"dm4.core.fulltext_key"`\\\\See [[#IndexModes|Index Modes]] ||211 || `index_mode_uris` || For simple topic types: Controls how the topic instance's payload is indexed. Default is no indexing.\\\\The value of a complex topic type can be indexed with "dm4.core.fulltext_key". || An array with zero or more of these strings:\\\\`"dm4.core.off"`\\`"dm4.core.key"`\\`"dm4.core.fulltext"`\\`"dm4.core.fulltext_key"`\\\\See [[#IndexModes|Index Modes]] || 212 212 || `assoc_defs` || For complex topic types: a list of child type definitions. Each definition references a child type and provides further declarations, e.g. cardinalities.\\\\For simple topic types: not used. || An array of child type definitions.\\\\See [[#AssociationDefinition|Association Definition]]^1)^ || 213 213 || `view_config_topics` || View models for various clients. || An array of view configuration topics.\\\\See [[#ViewConfiguration|View Configuration]] ||