You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/05/02 17:49:34 UTC

[10/14] isis git commit: ISIS-1397: renamed ixn.xsd's subExecutions to childExecutions.

ISIS-1397: renamed ixn.xsd's subExecutions to childExecutions.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/2c72a965
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/2c72a965
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/2c72a965

Branch: refs/heads/ISIS-1291
Commit: 2c72a96501586c2237415a563653a1948e27f9a1
Parents: 1222341
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon May 2 15:02:03 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon May 2 15:02:03 2016 +0100

----------------------------------------------------------------------
 .../src/main/resources/org/apache/isis/schema/ixn/ixn-1.0.xsd    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/2c72a965/core/schema/src/main/resources/org/apache/isis/schema/ixn/ixn-1.0.xsd
----------------------------------------------------------------------
diff --git a/core/schema/src/main/resources/org/apache/isis/schema/ixn/ixn-1.0.xsd b/core/schema/src/main/resources/org/apache/isis/schema/ixn/ixn-1.0.xsd
index 2c2f586..6706734 100644
--- a/core/schema/src/main/resources/org/apache/isis/schema/ixn/ixn-1.0.xsd
+++ b/core/schema/src/main/resources/org/apache/isis/schema/ixn/ixn-1.0.xsd
@@ -113,10 +113,10 @@
                     </xs:documentation>
                 </xs:annotation>
             </xs:element>
-            <xs:element name="subExecutions" minOccurs="1" maxOccurs="1">
+            <xs:element name="childExecutions" minOccurs="1" maxOccurs="1">
                 <xs:complexType>
                     <xs:sequence>
-                        <xs:element name="subExecution" type="interactionExecutionDto" minOccurs="0" maxOccurs="unbounded">
+                        <xs:element name="execution" type="interactionExecutionDto" minOccurs="0" maxOccurs="unbounded">
                             <xs:annotation>
                                 <xs:documentation>Capture interactions with other members from this interaction, using the WrapperFactory service.  Typically this will be actions invoking other actions, but it is also possible for an action to perform a property modification, and - much rarer - for a property modification to invoke an action.  Whatever; these interactions nest together into a call/stack, more generally into a graph.
                                 </xs:documentation>