Resolve "Feature: Send endpoint for attributes"
Compare changes
+ 5
− 3
@@ -13,7 +13,7 @@ The kind of the element determines, whether an endpoint for it can be receiving,
@@ -13,7 +13,7 @@ The kind of the element determines, whether an endpoint for it can be receiving,
("send"|"receive") ["indexed"] ["with add"] <Non-Terminal>[.<Target>["()"]] ["using" <Mapping-Name> (, <Mapping-Name>)*] ";"
@@ -28,10 +28,12 @@ A breakdown of the parts of that syntax:
@@ -28,10 +28,12 @@ A breakdown of the parts of that syntax:
- The second optional keyword `with add` can also be used only for receiving endpoints targeting a list children.
If used on its own, the incoming data is interpreted as a complete list and its elements will be appended to the current list.
- If the target is omitted, all nodes of that non-terminal type can be connected, irrespective of their context. This is a context-free endpoint definition.
- The target can be any child on the right-hand side of a production rule, a role of a relation, or an attribute.