Commit 0a59d971 authored by Klaus Wölfel's avatar Klaus Wölfel Committed by Klaus Wölfel

data model: add composition support for data supply

parent 95ef0c2b
...@@ -50,7 +50,7 @@ It is used by Ingestion Policy.</string> </value> ...@@ -50,7 +50,7 @@ It is used by Ingestion Policy.</string> </value>
</item> </item>
<item> <item>
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>Delivery</string> </value> <value> <string>Supply</string> </value>
</item> </item>
<item> <item>
<key> <string>type_interface</string> </key> <key> <string>type_interface</string> </key>
...@@ -61,7 +61,9 @@ It is used by Ingestion Policy.</string> </value> ...@@ -61,7 +61,9 @@ It is used by Ingestion Policy.</string> </value>
<item> <item>
<key> <string>type_mixin</string> </key> <key> <string>type_mixin</string> </key>
<value> <value>
<tuple/> <tuple>
<string>CompositionMixin</string>
</tuple>
</value> </value>
</item> </item>
</dictionary> </dictionary>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment