<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<xmi:XMI xmlns:uml="http://www.omg.org/spec/UML/20110701"
    xmlns:ActionLanguage="http://www.omg.org/spec/ALF/20120827/ActionLanguage-Profile"
    xmlns:xmi="http://www.omg.org/spec/XMI/20110701">
    <uml:Model xmi:id="AssertionLibrary" xmi:uuid="05569102-6fd0-454b-92de-09a70ec0dd67"
        xmi:type="uml:Model">
        <packageImport xmi:id="AssertionLibrary-packageImport-1"
            xmi:uuid="1a8cd655-a53d-43da-ba32-092364d6b98b" xmi:type="uml:PackageImport">
            <importedPackage href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#_0"/>
        </packageImport>
        <packageImport xmi:id="AssertionLibrary-packageImport-2"
            xmi:uuid="5b552e1d-cc96-4661-9d95-117d2bd9281e" xmi:type="uml:PackageImport">
            <importedPackage href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#_0"/>
        </packageImport>
        <packageImport xmi:id="AssertionLibrary-packageImport-3"
            xmi:uuid="e893dc23-f146-4179-bd8a-506a029c89f5" xmi:type="uml:PackageImport">
            <importedPackage href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf"/>
        </packageImport>
        <packagedElement xmi:id="AssertionLibrary-AssertEquals"
            xmi:uuid="c19452b3-3297-412b-9e47-e97080ca776b" xmi:type="uml:Activity">
            <ownedComment xmi:id="AssertionLibrary-AssertEquals-ownedComment"
                xmi:uuid="f14edcc9-7a7f-499a-b449-2233fc5af5dd" xmi:type="uml:Comment">
                <body>namespace AssertionLibrary ;

private import Alf::Library::CollectionFunctions::size ;

activity AssertEqual(in label: String, in value1: any, in value2: any) {
	Write(label + "==");
	Write(value2 instanceof String? "\"" + (String)value2 + "\"": value2);
	AssertTrue("", value1==value2);
}</body>
            </ownedComment>
            <ownedParameter xmi:id="AssertionLibrary-AssertEquals-label"
                xmi:uuid="5dc62b2a-6647-4330-ae98-d04770eb0e52" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                <name>label</name>
                <visibility>package</visibility>
            </ownedParameter>
            <ownedParameter xmi:id="AssertionLibrary-AssertEquals-value1"
                xmi:uuid="740fa80c-df5c-4ff4-a6b3-74df4f0438fc" xmi:type="uml:Parameter">
                <name>value1</name>
                <visibility>package</visibility>
            </ownedParameter>
            <ownedParameter xmi:id="AssertionLibrary-AssertEquals-value2"
                xmi:uuid="0f768f49-5630-44f2-b20a-fa35af9f180e" xmi:type="uml:Parameter">
                <name>value2</name>
                <visibility>package</visibility>
            </ownedParameter>
            <edge xmi:id="AssertionLibrary-AssertEquals-edge-1"
                xmi:uuid="a9be4826-f934-4600-9e78-ebb082373cdf" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertEquals-Input_label_"/>
                <target xmi:idref="AssertionLibrary-AssertEquals-Fork_label_"/>
            </edge>
            <edge xmi:id="AssertionLibrary-AssertEquals-edge-2"
                xmi:uuid="d748e17a-8d46-424d-951b-bcbd717c32c9" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertEquals-Input_value1_"/>
                <target xmi:idref="AssertionLibrary-AssertEquals-Fork_value1_"/>
            </edge>
            <edge xmi:id="AssertionLibrary-AssertEquals-edge-3"
                xmi:uuid="8b9e3504-001a-4c25-8d78-811c47c8369e" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertEquals-Input_value2_"/>
                <target xmi:idref="AssertionLibrary-AssertEquals-Fork_value2_"/>
            </edge>
            <edge xmi:id="AssertionLibrary-AssertEquals-edge-4"
                xmi:uuid="1c22b6fb-2978-4b40-a973-a45e6b49e4ab" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertEquals-Fork_label_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-Call_Concat_-Call_Concat_.argument_x_"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertEquals-edge-5"
                xmi:uuid="a5783526-bc20-4be5-a699-fb92801c1039" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertEquals-Fork_value2_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ReadIsClassifiedObject_String_-ReadIsClassifiedObject_String_.object"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertEquals-edge-6"
                xmi:uuid="b90bb62b-bf45-4d0b-81d7-548c799ab3fd" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertEquals-Fork_value2_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e.inputElement"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertEquals-edge-7"
                xmi:uuid="72d8bb42-9caf-44dd-be15-ea5585c87e50" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertEquals-Fork_value2_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand3-Merge_Fork_value2__"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertEquals-edge-8"
                xmi:uuid="75269c81-4be0-45c8-a537-4c4b388281b5" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertEquals-Fork_value1_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca-Test_EQEQ_-Test_EQEQ_.first"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertEquals-edge-9"
                xmi:uuid="78d6d129-1f5e-450a-b769-d4fdafee1aa7" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertEquals-Fork_value2_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca-Test_EQEQ_-Test_EQEQ_.second"
                />
            </edge>
            <structuredNode xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_"
                xmi:uuid="aab88546-a4e1-45c6-9033-d5f876aebe94"
                xmi:type="uml:StructuredActivityNode">
                <edge xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-edge-1"
                    xmi:uuid="6e0b65f1-60aa-4d42-b050-124ac6b1145c" xmi:type="uml:ControlFlow">
                    <source
                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99"/>
                    <target
                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34"
                    />
                </edge>
                <edge xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-edge-2"
                    xmi:uuid="9b220243-ad61-451c-8192-e66326d1babc" xmi:type="uml:ControlFlow">
                    <source
                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34"/>
                    <target
                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b"
                    />
                </edge>
                <node
                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99"
                    xmi:uuid="93620ee9-bd29-4727-bc9e-afaff517896e"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-edge-1"
                        xmi:uuid="0479b49b-9ba5-4e1e-ace3-f7c733151a50" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-Call_Concat_-Call_Concat_.result_result_"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Call_Write_-Call_Write_.argument_value_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-edge-2"
                        xmi:uuid="4a32d784-cb9a-43ad-8f7e-75c7c043be8b" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Call_Write_"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Call_Write_"
                        xmi:uuid="da355717-d8e1-45d9-8ffc-9f6d0aaa6fc4"
                        xmi:type="uml:CallBehaviorAction">
                        <argument
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Call_Write_-Call_Write_.argument_value_"
                            xmi:uuid="72fe4dce-7b1c-4790-a0f9-addfdb5aa2bf" xmi:type="uml:InputPin">
                            <name>Call(Write).argument(value)</name>
                        </argument>
                        <name>Call(Write)</name>
                        <behavior xmi:idref="AssertionLibrary-Write"/>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721"
                        xmi:uuid="03756093-8c74-438a-bf76-adfef9240a8e"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-edge"
                            xmi:uuid="050002ae-3fa3-4f9f-a49a-8db19a0576ed"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-Value__EQEQ__-Value__EQEQ__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-Call_Concat_-Call_Concat_.argument_y_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-Value__EQEQ__"
                            xmi:uuid="df59e663-7a14-40f0-a542-fcab3f18763a"
                            xmi:type="uml:ValueSpecificationAction">
                            <result
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-Value__EQEQ__-Value__EQEQ__.result"
                                xmi:uuid="c5a48516-d331-41ef-8a3b-4ce71f8cbbda"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Value("==").result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <value
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-Value__EQEQ__-value"
                                xmi:uuid="bcee8811-ae34-40ea-a96d-f6f046db01f6"
                                xmi:type="uml:LiteralString">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <value>==</value>
                            </value>
                            <name>Value("==")</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-Call_Concat_"
                            xmi:uuid="ea6de06a-3586-4309-a56b-1b3dbac9b8a1"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-Call_Concat_-Call_Concat_.argument_x_"
                                xmi:uuid="93197a84-05c7-46c4-877c-f098df7a13a8"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-Call_Concat_-Call_Concat_.argument_y_"
                                xmi:uuid="1b86ac31-d8f3-43e1-a357-574cccd647e9"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_aeca99-Tuple_11dc721-Call_Concat_-Call_Concat_.result_result_"
                                xmi:uuid="845cfdbe-0e90-41e5-885f-5a713ba8a021"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).result(result)</name>
                            </result>
                            <name>Call(Concat)</name>
                        </node>
                        <name>Tuple@11dc721</name>
                    </node>
                    <name>ExpressionStatement@aeca99</name>
                </node>
                <node
                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34"
                    xmi:uuid="5c665cae-d5a0-4137-926f-e93fe4dcaed3"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-edge-1"
                        xmi:uuid="277ddac6-e0d4-4b3b-aa62-bb822295a071" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-Merge_ConditionalTestExpression_10500b1.result_"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Call_Write_-Call_Write_.argument_value_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-edge-2"
                        xmi:uuid="8315d7d6-97d6-47f5-86cc-084df7f09e5b" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Call_Write_"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Call_Write_"
                        xmi:uuid="200feb88-1359-4fb2-9904-370db641dd70"
                        xmi:type="uml:CallBehaviorAction">
                        <argument
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Call_Write_-Call_Write_.argument_value_"
                            xmi:uuid="d7ea20e2-c5a0-4297-9616-52621e3c1e0c" xmi:type="uml:InputPin">
                            <name>Call(Write).argument(value)</name>
                        </argument>
                        <name>Call(Write)</name>
                        <behavior xmi:idref="AssertionLibrary-Write"/>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b"
                        xmi:uuid="346b5a35-5b1a-42ed-8003-4af9666bc49b"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-edge-1"
                            xmi:uuid="db0e4d23-c53a-4664-afdb-c1783c4434f1"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-Initial_ConditionalTestExpression_10500b1_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-Decision_ConditionalTestExpression_10500b1_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-edge-2"
                            xmi:uuid="94efa78e-4d9c-43ae-9651-07da035463c4"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ReadIsClassifiedObject_String_-ReadIsClassifiedObject_String_.result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-Decision_ConditionalTestExpression_10500b1_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-edge-3"
                            xmi:uuid="33990a80-28bc-4f1b-9c28-cecad6d4b99e"
                            xmi:type="uml:ControlFlow">
                            <guard
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-edge-3-guard"
                                xmi:uuid="9ccacd3e-5557-4530-9314-540b7efa374a"
                                xmi:type="uml:LiteralBoolean">
                                <name>Value(true)</name>
                                <value>true</value>
                            </guard>
                            <source
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-Decision_ConditionalTestExpression_10500b1_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-edge-4"
                            xmi:uuid="dfa1cd84-db53-479f-a2c2-0a98ba45d92f"
                            xmi:type="uml:ControlFlow">
                            <guard
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-edge-4-guard"
                                xmi:uuid="ef08ba66-75c2-4c5f-941c-b6b04084bdb1"
                                xmi:type="uml:LiteralBoolean">
                                <name>Value(false)</name>
                            </guard>
                            <source
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-Decision_ConditionalTestExpression_10500b1_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand3"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-edge-5"
                            xmi:uuid="302783be-58ee-45ca-81ee-d736f9ff2aa6"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-ConditionalTestExpression_10500b1.operand2.result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-Merge_ConditionalTestExpression_10500b1.result_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-edge-6"
                            xmi:uuid="f989091e-43d5-4975-8111-0e6bec2d295b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand3-ConditionalTestExpression_10500b1.operand3.result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-Merge_ConditionalTestExpression_10500b1.result_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ReadIsClassifiedObject_String_"
                            xmi:uuid="4ffcb14e-b701-4f19-9484-39a77f392233"
                            xmi:type="uml:ReadIsClassifiedObjectAction">
                            <classifier
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <object
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ReadIsClassifiedObject_String_-ReadIsClassifiedObject_String_.object"
                                xmi:uuid="f3dd1d1a-83a5-4e41-a82b-12e1baf2c1d3"
                                xmi:type="uml:InputPin">
                                <name>ReadIsClassifiedObject(String).object</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </object>
                            <result
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ReadIsClassifiedObject_String_-ReadIsClassifiedObject_String_.result"
                                xmi:uuid="7273a312-26ae-4e13-8ac5-86ab71a6a361"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                <name>ReadIsClassifiedObject(String).result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <name>ReadIsClassifiedObject(String)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2"
                            xmi:uuid="701d7f31-ba59-40cb-a261-6aea9c79ed1d"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-edge-1"
                                xmi:uuid="7632ca7c-ae03-4a5a-afa8-1eab4ecbeb67"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-1-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-5-argument-1"
                                />
                            </edge>
                            <edge
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-edge-2"
                                xmi:uuid="c4e6ba41-2343-44cc-807d-dc7c074a1ce9"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e.outputElement"/>
                                <target
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-5-argument-2"
                                />
                            </edge>
                            <edge
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-edge-3"
                                xmi:uuid="6df69786-826f-4289-b3d5-764abfc052e2"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-5-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-7-argument-1"
                                />
                            </edge>
                            <edge
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-edge-4"
                                xmi:uuid="4a588b12-de59-466c-a28d-cc1c9f127a49"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-6-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-7-argument-2"
                                />
                            </edge>
                            <edge
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-edge-5"
                                xmi:uuid="89887f99-29b9-4dd0-9fe5-c2debbf4494a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-7-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-ConditionalTestExpression_10500b1.operand2.result"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-1"
                                xmi:uuid="6d7523c8-2ee5-4611-9443-38e69a2fe506"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-1-result"
                                    xmi:uuid="19f9f5e9-7b60-4878-8851-7eee2b0f74a4"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value(""").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-1-value"
                                    xmi:uuid="24c60047-b372-4845-b50b-ce28dbcac34f"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>"</value>
                                </value>
                                <name>Value(""")</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e"
                                xmi:uuid="3199aa44-3bbe-4f99-ab81-99da942a6c07"
                                xmi:type="uml:ExpansionRegion">
                                <inputElement
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e.inputElement"/>
                                <outputElement
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e.outputElement"/>
                                <edge
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-edge-1"
                                    xmi:uuid="30f9eaad-f22d-4075-aaaf-4b2d51d500a3"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-Fork_ReadIsClassifiedObject_String_.object_"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-ReadIsClassifiedObject_String_-ReadIsClassifiedObject_String_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-edge-2"
                                    xmi:uuid="08e022ba-eefa-4e8e-9e87-4ee4666a9c09"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-Fork_ReadIsClassifiedObject_String_.object_"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-Decision_ReadIsClassifiedObject_String_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-edge-3"
                                    xmi:uuid="313988e9-fd43-47a1-adb6-8fe06834e393"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-ReadIsClassifiedObject_String_-ReadIsClassifiedObject_String_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-Decision_ReadIsClassifiedObject_String_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-edge-4"
                                    xmi:uuid="2688263d-6d6a-4d0a-8b3f-9f8cef8385d1"
                                    xmi:type="uml:ObjectFlow">
                                    <guard
                                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-edge-4-guard"
                                        xmi:uuid="7b1fa45e-c3ea-4537-95d5-f5af089cddb4"
                                        xmi:type="uml:LiteralBoolean">
                                        <name>Value(true)</name>
                                        <value>true</value>
                                    </guard>
                                    <source
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-Decision_ReadIsClassifiedObject_String_.result_"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-Merge_CastExpression_1bee7e.operand_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-edge-5"
                                    xmi:uuid="1dea64ab-2a73-47ad-a046-22356232ddcc"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e.inputElement"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-Fork_ReadIsClassifiedObject_String_.object_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-edge-6"
                                    xmi:uuid="08f1d091-8757-4f31-8ed1-4bc9146dea1f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-Merge_CastExpression_1bee7e.operand_"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e.outputElement"
                                    />
                                </edge>
                                <node
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-Merge_CastExpression_1bee7e.operand_"
                                    xmi:uuid="b6cd019c-8357-4288-90e2-d7ad07271f1c"
                                    xmi:type="uml:MergeNode">
                                    <name>Merge(CastExpression@1bee7e.operand)</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-ReadIsClassifiedObject_String_"
                                    xmi:uuid="dd79d4c9-5efc-49f9-97d0-9c30f5489f6e"
                                    xmi:type="uml:ReadIsClassifiedObjectAction">
                                    <classifier
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <object
                                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-ReadIsClassifiedObject_String_-ReadIsClassifiedObject_String_.object"
                                        xmi:uuid="c02fc98b-2d86-4ba6-926b-46f05a8c500e"
                                        xmi:type="uml:InputPin">
                                        <name>ReadIsClassifiedObject(String).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </object>
                                    <result
                                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-ReadIsClassifiedObject_String_-ReadIsClassifiedObject_String_.result"
                                        xmi:uuid="457500a6-1d0e-4844-8287-ac4bb280fb31"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>ReadIsClassifiedObject(String).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>ReadIsClassifiedObject(String)</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-Fork_ReadIsClassifiedObject_String_.object_"
                                    xmi:uuid="187e0265-eb32-469e-9237-d5a792e8ac35"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(ReadIsClassifiedObject(String).object)</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-Decision_ReadIsClassifiedObject_String_.result_"
                                    xmi:uuid="cbf9dd8e-990d-4234-a66c-5e0a4a17668a"
                                    xmi:type="uml:DecisionNode">
                                    <name>Decision(ReadIsClassifiedObject(String).result)</name>
                                    <decisionInputFlow
                                        xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e-edge-3"
                                    />
                                </node>
                                <name>CastExpression@1bee7e</name>
                                <mode>parallel</mode>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e.inputElement"
                                xmi:uuid="e1e79266-e911-4184-bce5-fffc01460a05"
                                xmi:type="uml:ExpansionNode">
                                <name>CastExpression@1bee7e.inputElement</name>
                                <regionAsInput
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e"
                                />
                            </node>
                            <node
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e.outputElement"
                                xmi:uuid="6a907a94-05a4-4f50-8f7b-3e5959d4cf43"
                                xmi:type="uml:ExpansionNode">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>CastExpression@1bee7e.outputElement</name>
                                <regionAsOutput
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-CastExpression_1bee7e"
                                />
                            </node>
                            <node
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-5"
                                xmi:uuid="4cb8f735-b7aa-4083-885d-52aa475f1bf4"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-5-argument-1"
                                    xmi:uuid="f7a06d0c-dee4-469b-83a9-f1136ae2cc1b"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-5-argument-2"
                                    xmi:uuid="9f4c0a06-c0e0-4a0e-8461-c6158c212f26"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-5-result"
                                    xmi:uuid="7af661e9-0b0a-4370-9adf-03defd7583b9"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-6"
                                xmi:uuid="0096bb1f-2658-4916-9f44-44aa9afd696d"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-6-result"
                                    xmi:uuid="f4984c6e-33eb-4bbb-a5e9-176b344c66ef"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value(""").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-6-value"
                                    xmi:uuid="819288f9-042a-432f-9350-dacd5c7cd070"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>"</value>
                                </value>
                                <name>Value(""")</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-7"
                                xmi:uuid="29af5257-339b-4f5b-96b1-63036299a2a0"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-7-argument-1"
                                    xmi:uuid="87afd31b-f3e7-41fd-9858-b5926b394335"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-7-argument-2"
                                    xmi:uuid="e3331b23-3a5e-43f5-98ea-3b1d6b9c4635"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-node-7-result"
                                    xmi:uuid="1b700928-bb60-43ab-85c6-56dd4cc06abb"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <structuredNodeOutput
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-ConditionalTestExpression_10500b1.operand2.result"
                                xmi:uuid="4229ee56-af6c-4f40-9e06-4d7f721b7eb8"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-ConditionalTestExpression_10500b1.operand2.result-lowerValue"
                                    xmi:uuid="22f0a356-a08f-4846-a727-4d4f2989590e"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand2-ConditionalTestExpression_10500b1.operand2.result-upperValue"
                                    xmi:uuid="e7d778c2-6010-4f8f-be23-c536940b5ff9"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ConditionalTestExpression@10500b1.operand2.result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </structuredNodeOutput>
                            <name>ConditionalTestExpression@10500b1.operand2</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand3"
                            xmi:uuid="608f3572-45fe-4dcf-b666-9cb4f89070cd"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand3-edge"
                                xmi:uuid="8fbe82ab-fb5c-4ca6-ba9c-39b33a90116f"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand3-Merge_Fork_value2__"/>
                                <target
                                    xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand3-ConditionalTestExpression_10500b1.operand3.result"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand3-Merge_Fork_value2__"
                                xmi:uuid="2adc4e01-6e54-4c7e-9f02-efdba2b2232e"
                                xmi:type="uml:MergeNode">
                                <name>Merge(Fork(value2))</name>
                            </node>
                            <structuredNodeOutput
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand3-ConditionalTestExpression_10500b1.operand3.result"
                                xmi:uuid="dde9f948-bd84-4478-98fd-f51278270304"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand3-ConditionalTestExpression_10500b1.operand3.result-lowerValue"
                                    xmi:uuid="4c8a64b2-12ac-41d2-b560-4644388765aa"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-ConditionalTestExpression_10500b1.operand3-ConditionalTestExpression_10500b1.operand3.result-upperValue"
                                    xmi:uuid="27e4c350-2cfc-4ca2-ba2e-d0e5637b1376"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ConditionalTestExpression@10500b1.operand3.result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </structuredNodeOutput>
                            <name>ConditionalTestExpression@10500b1.operand3</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-Initial_ConditionalTestExpression_10500b1_"
                            xmi:uuid="13589d4b-4bab-4937-908b-c40e59546380"
                            xmi:type="uml:InitialNode">
                            <name>Initial(ConditionalTestExpression@10500b1)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-Decision_ConditionalTestExpression_10500b1_"
                            xmi:uuid="09170d2f-2c76-428a-aa75-081c3cc287c9"
                            xmi:type="uml:DecisionNode">
                            <name>Decision(ConditionalTestExpression@10500b1)</name>
                            <decisionInputFlow
                                xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-edge-2"
                            />
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_fc6a34-Tuple_646e1b-Merge_ConditionalTestExpression_10500b1.result_"
                            xmi:uuid="a2ced286-9dfe-47f1-9f90-adb8c09bc774" xmi:type="uml:MergeNode">
                            <name>Merge(ConditionalTestExpression@10500b1.result)</name>
                        </node>
                        <name>Tuple@646e1b</name>
                    </node>
                    <name>ExpressionStatement@fc6a34</name>
                </node>
                <node
                    xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b"
                    xmi:uuid="8ae20929-92eb-4efd-8514-99da9e115748"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-edge-1"
                        xmi:uuid="764649df-ca73-48a1-a0b7-aa9440ce09d1" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca-Value____-Value____.result"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-edge-2"
                        xmi:uuid="4b01403d-1fe8-4ef8-9b1b-8d49335943bd" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca-Test_EQEQ_-Test_EQEQ_.result"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-edge-3"
                        xmi:uuid="386a9a2d-8a03-4932-8df7-ca950e3b2849" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Call_AssertTrue_"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Call_AssertTrue_"
                        xmi:uuid="785462f1-ab3d-49da-b77e-0b16ddea37c5"
                        xmi:type="uml:CallBehaviorAction">
                        <argument
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            xmi:uuid="761b9d82-3585-47a1-bc31-8c8b431f878b" xmi:type="uml:InputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>Call(AssertTrue).argument(label)</name>
                        </argument>
                        <argument
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                            xmi:uuid="241023f0-f5a4-42f9-8ee4-9492ec6f7f42" xmi:type="uml:InputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                            <name>Call(AssertTrue).argument(condition)</name>
                        </argument>
                        <name>Call(AssertTrue)</name>
                        <behavior xmi:idref="AssertionLibrary-AssertTrue"/>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca"
                        xmi:uuid="bc0693ab-7c2f-46c9-8cf5-c231018d5c58"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca-Value____"
                            xmi:uuid="19f05668-42c2-42ba-ba39-9e2114aefeaa"
                            xmi:type="uml:ValueSpecificationAction">
                            <result
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca-Value____-Value____.result"
                                xmi:uuid="d20cb680-7142-49b2-91ce-73aef52617d7"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Value("").result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <value
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca-Value____-value"
                                xmi:uuid="79262821-4347-4b9a-acb3-2736386bdc78"
                                xmi:type="uml:LiteralString">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                />
                            </value>
                            <name>Value("")</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca-Test_EQEQ_"
                            xmi:uuid="6c7f07ca-7c1b-4987-aa05-12196d082fd8"
                            xmi:type="uml:TestIdentityAction">
                            <first
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca-Test_EQEQ_-Test_EQEQ_.first"
                                xmi:uuid="b0275edd-3c7a-42e5-b9ca-6de3acfeeb5e"
                                xmi:type="uml:InputPin">
                                <name>Test(==).first</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </first>
                            <result
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca-Test_EQEQ_-Test_EQEQ_.result"
                                xmi:uuid="5e988483-b77a-4457-89d4-b18033ca3830"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                <name>Test(==).result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <second
                                xmi:id="AssertionLibrary-AssertEquals-Body_AssertEqual_-ExpressionStatement_15e504b-Tuple_123d3ca-Test_EQEQ_-Test_EQEQ_.second"
                                xmi:uuid="cea53cd3-4620-4648-a56f-a927c2e9125f"
                                xmi:type="uml:InputPin">
                                <name>Test(==).second</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </second>
                            <name>Test(==)</name>
                        </node>
                        <name>Tuple@123d3ca</name>
                    </node>
                    <name>ExpressionStatement@15e504b</name>
                </node>
                <name>Body(AssertEqual)</name>
            </structuredNode>
            <node xmi:id="AssertionLibrary-AssertEquals-Input_label_"
                xmi:uuid="d2fcd6aa-cf52-46c9-8167-352d42ec2d2d" xmi:type="uml:ActivityParameterNode">
                <name>Input(label)</name>
                <parameter xmi:idref="AssertionLibrary-AssertEquals-label"/>
            </node>
            <node xmi:id="AssertionLibrary-AssertEquals-Fork_label_"
                xmi:uuid="a86bf97d-df0d-41dd-acc3-039dfc536fc3" xmi:type="uml:ForkNode">
                <name>Fork(label)</name>
            </node>
            <node xmi:id="AssertionLibrary-AssertEquals-Input_value1_"
                xmi:uuid="c07749c5-30db-4096-8b27-593819d75486" xmi:type="uml:ActivityParameterNode">
                <name>Input(value1)</name>
                <parameter xmi:idref="AssertionLibrary-AssertEquals-value1"/>
            </node>
            <node xmi:id="AssertionLibrary-AssertEquals-Fork_value1_"
                xmi:uuid="3a05c0b1-f7aa-429c-b6b2-179195bead11" xmi:type="uml:ForkNode">
                <name>Fork(value1)</name>
            </node>
            <node xmi:id="AssertionLibrary-AssertEquals-Input_value2_"
                xmi:uuid="7da98826-226b-42c7-b722-d9a566d6c628" xmi:type="uml:ActivityParameterNode">
                <name>Input(value2)</name>
                <parameter xmi:idref="AssertionLibrary-AssertEquals-value2"/>
            </node>
            <node xmi:id="AssertionLibrary-AssertEquals-Fork_value2_"
                xmi:uuid="4b976383-1c83-4e22-8eff-b8ce0d324860" xmi:type="uml:ForkNode">
                <name>Fork(value2)</name>
            </node>
            <name>AssertEquals</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="AssertionLibrary-AssertTrue"
            xmi:uuid="71f8be06-ff6a-40f5-b40e-5b69d6c865ca" xmi:type="uml:Activity">
            <ownedComment xmi:id="AssertionLibrary-AssertTrue-ownedComment"
                xmi:uuid="c81af63a-1f77-4f82-b3f8-d8424fe82a93" xmi:type="uml:Comment">
                <body>namespace AssertionLibrary ;

private import Alf::Library::PrimitiveBehaviors::BooleanFunctions::ToString;
private import Alf::Library::BasicInputOutput::WriteLine ;

activity AssertTrue(in label: String, in condition: Boolean) {
	WriteLine(label + ": " + ToString(condition));
}</body>
            </ownedComment>
            <ownedParameter xmi:id="AssertionLibrary-AssertTrue-label"
                xmi:uuid="9e214528-fe1f-491c-9cb9-c391623da7cd" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                <name>label</name>
                <visibility>package</visibility>
            </ownedParameter>
            <ownedParameter xmi:id="AssertionLibrary-AssertTrue-condition"
                xmi:uuid="997faa65-d5e9-4b13-b6c2-58914b048d40" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                <name>condition</name>
                <visibility>package</visibility>
            </ownedParameter>
            <edge xmi:id="AssertionLibrary-AssertTrue-edge-1"
                xmi:uuid="f8de6dc3-9483-4a56-89cf-ec68379680e8" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertTrue-Input_label_"/>
                <target xmi:idref="AssertionLibrary-AssertTrue-Fork_label_"/>
            </edge>
            <edge xmi:id="AssertionLibrary-AssertTrue-edge-2"
                xmi:uuid="8c24d26e-1f1e-4fb7-a3b1-65b565e7b473" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertTrue-Input_condition_"/>
                <target xmi:idref="AssertionLibrary-AssertTrue-Fork_condition_"/>
            </edge>
            <edge xmi:id="AssertionLibrary-AssertTrue-edge-3"
                xmi:uuid="49a28e0e-5b25-4880-a2f9-ff0148fe8419" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertTrue-Fork_label_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-2-argument-1"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertTrue-edge-4"
                xmi:uuid="c07fbe23-e37f-401d-a52f-cef6470d011a" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertTrue-Fork_condition_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-Call_ToString_-Call_ToString_.argument_x_"
                />
            </edge>
            <structuredNode xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_"
                xmi:uuid="7b8fd023-db4f-4f1e-a3c2-027f2852e37a"
                xmi:type="uml:StructuredActivityNode">
                <node
                    xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2"
                    xmi:uuid="ca191426-6844-48fb-b4c4-407c6434a0f9"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-edge-1"
                        xmi:uuid="cdb37ab5-be50-4118-9cdb-c0d7b7b75801" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-4-result"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Call_WriteLine_-Call_WriteLine_.argument_value_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-edge-2"
                        xmi:uuid="8a3031ef-04ba-4ecf-9fcd-b531d34e9e27" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Call_WriteLine_"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Call_WriteLine_"
                        xmi:uuid="a3475d96-b1ce-4fdb-965e-af5907108da8"
                        xmi:type="uml:CallBehaviorAction">
                        <behavior
                            href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                        <argument
                            xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            xmi:uuid="fbbce13f-f657-48d4-82a4-f6af84bd871d" xmi:type="uml:InputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>Call(WriteLine).argument(value)</name>
                        </argument>
                        <result
                            xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                            xmi:uuid="97bb2d71-0fe3-4c7c-933b-dc5020ea44cb" xmi:type="uml:OutputPin">
                            <lowerValue
                                xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                xmi:uuid="51d336cb-1621-4310-b526-121dfc359f4e"
                                xmi:type="uml:LiteralInteger"/>
                            <name>Call(WriteLine).result(errorStatus)</name>
                        </result>
                        <name>Call(WriteLine)</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8"
                        xmi:uuid="1dd52ec0-fc64-4ed3-987c-33b55bbb3ccb"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-edge-1"
                            xmi:uuid="647108c6-9de1-4944-aa44-f10080ada129"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-Value______-Value______.result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-2-argument-2"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-edge-2"
                            xmi:uuid="b6b41fa1-cf04-45de-b562-2b8e1cba2df8"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-2-result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-4-argument-1"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-edge-3"
                            xmi:uuid="1ffe19a7-2fc1-4eff-b474-7f3a56ba6d99"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-Call_ToString_-Call_ToString_.result_result_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-4-argument-2"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-Value______"
                            xmi:uuid="b348ceb2-d962-4af7-be7f-c09f2cf7cffe"
                            xmi:type="uml:ValueSpecificationAction">
                            <result
                                xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-Value______-Value______.result"
                                xmi:uuid="192fb497-4129-4a89-b7d9-0b59738a4712"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Value(": ").result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <value
                                xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-Value______-value"
                                xmi:uuid="4f8796ff-5ff0-4d91-b75d-cb2ffa4bd49a"
                                xmi:type="uml:LiteralString">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <value>: </value>
                            </value>
                            <name>Value(": ")</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-2"
                            xmi:uuid="23203e13-4bf7-4f99-8ee6-9f395a630ce5"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-2-argument-1"
                                xmi:uuid="cc710c71-2954-4f94-a4d5-fc29643245b4"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-2-argument-2"
                                xmi:uuid="c69ba5e1-5230-4acd-a2d6-b5ed7f95516e"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-2-result"
                                xmi:uuid="878f981f-ff48-4add-81bb-72f0d91e0766"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).result(result)</name>
                            </result>
                            <name>Call(Concat)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-Call_ToString_"
                            xmi:uuid="63aff918-af39-46a3-bbb4-1d19fc2719d2"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-BooleanFunctions-ToString"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-Call_ToString_-Call_ToString_.argument_x_"
                                xmi:uuid="89dc88fc-df38-48cc-b62e-127a3d1e0d9c"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                <name>Call(ToString).argument(x)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-Call_ToString_-Call_ToString_.result_result_"
                                xmi:uuid="b2afc17f-6b54-4f2d-811a-c9183e0bd9fe"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(ToString).result(result)</name>
                            </result>
                            <name>Call(ToString)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-4"
                            xmi:uuid="9a09ab92-146a-4c97-9f42-56b8f6f7df5b"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-4-argument-1"
                                xmi:uuid="9212c59a-6063-40c9-a65e-85c16f57699a"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-4-argument-2"
                                xmi:uuid="74e4a2eb-32b0-4e1d-8cc3-7657bad070f8"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertTrue-Body_AssertTrue_-ExpressionStatement_d828b2-Tuple_16e3ee8-node-4-result"
                                xmi:uuid="50660d12-e570-4e91-82f7-326d3272cd03"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).result(result)</name>
                            </result>
                            <name>Call(Concat)</name>
                        </node>
                        <name>Tuple@16e3ee8</name>
                    </node>
                    <name>ExpressionStatement@d828b2</name>
                </node>
                <name>Body(AssertTrue)</name>
            </structuredNode>
            <node xmi:id="AssertionLibrary-AssertTrue-Input_label_"
                xmi:uuid="a74cdbe1-eaf2-4d8b-a0f7-b345968dac54" xmi:type="uml:ActivityParameterNode">
                <name>Input(label)</name>
                <parameter xmi:idref="AssertionLibrary-AssertTrue-label"/>
            </node>
            <node xmi:id="AssertionLibrary-AssertTrue-Fork_label_"
                xmi:uuid="5df715e1-18dd-4022-b3d2-8f4fa3b3337b" xmi:type="uml:ForkNode">
                <name>Fork(label)</name>
            </node>
            <node xmi:id="AssertionLibrary-AssertTrue-Input_condition_"
                xmi:uuid="7c786c34-66dc-4de4-9112-d14e4bf48b74" xmi:type="uml:ActivityParameterNode">
                <name>Input(condition)</name>
                <parameter xmi:idref="AssertionLibrary-AssertTrue-condition"/>
            </node>
            <node xmi:id="AssertionLibrary-AssertTrue-Fork_condition_"
                xmi:uuid="fe24c4d3-f77e-4410-bec4-a13862a54ad3" xmi:type="uml:ForkNode">
                <name>Fork(condition)</name>
            </node>
            <name>AssertTrue</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="AssertionLibrary-AssertFalse"
            xmi:uuid="79a84eb2-eae6-46a0-b864-527a599abaf2" xmi:type="uml:Activity">
            <ownedComment xmi:id="AssertionLibrary-AssertFalse-ownedComment"
                xmi:uuid="118321d6-f8cd-4aa4-946b-f3f2e95995e5" xmi:type="uml:Comment">
                <body>namespace AssertionLibrary ;

private import Alf::Library::PrimitiveBehaviors::BooleanFunctions::ToString;
private import Alf::Library::BasicInputOutput::WriteLine ;

activity AssertFalse(in label: String, in condition: Boolean) {
    WriteLine("! " + label + ": " + ToString(!condition));
}</body>
            </ownedComment>
            <ownedParameter xmi:id="AssertionLibrary-AssertFalse-label"
                xmi:uuid="4e81803b-6685-4e36-8aec-5fd8ddcc0bef" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                <name>label</name>
                <visibility>package</visibility>
            </ownedParameter>
            <ownedParameter xmi:id="AssertionLibrary-AssertFalse-condition"
                xmi:uuid="863506bd-6fb1-46ea-8a11-a3b5ecc9a0e5" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                <name>condition</name>
                <visibility>package</visibility>
            </ownedParameter>
            <edge xmi:id="AssertionLibrary-AssertFalse-edge-1"
                xmi:uuid="dd2ad40d-44a3-49f1-bffd-f5a432b62614" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertFalse-Input_label_"/>
                <target xmi:idref="AssertionLibrary-AssertFalse-Fork_label_"/>
            </edge>
            <edge xmi:id="AssertionLibrary-AssertFalse-edge-2"
                xmi:uuid="07e822f1-4fb2-40cf-a9bd-bceb0b860593" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertFalse-Input_condition_"/>
                <target xmi:idref="AssertionLibrary-AssertFalse-Fork_condition_"/>
            </edge>
            <edge xmi:id="AssertionLibrary-AssertFalse-edge-3"
                xmi:uuid="5744623f-fa05-4ff1-8937-a792fdad42f9" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertFalse-Fork_label_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-2-argument-2"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertFalse-edge-4"
                xmi:uuid="01360d1f-20f5-4684-b6fc-93017b163107" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertFalse-Fork_condition_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Tuple_1ab3429-Call_Not_-Call_Not_.argument_x_"
                />
            </edge>
            <structuredNode xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_"
                xmi:uuid="6e6c97c7-3d63-4df0-8d16-a04febf469e4"
                xmi:type="uml:StructuredActivityNode">
                <node
                    xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6"
                    xmi:uuid="66dd0f08-4124-4189-9da6-dee9b03671a9"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-edge-1"
                        xmi:uuid="98fd6777-831e-4ada-aad3-af101a8231b1" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-7-result"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Call_WriteLine_-Call_WriteLine_.argument_value_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-edge-2"
                        xmi:uuid="7f02ac43-c8ff-41dc-bd9e-eb5197ab7661" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Call_WriteLine_"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Call_WriteLine_"
                        xmi:uuid="cdb0cdbe-85ff-484f-8a49-64558be7d2a7"
                        xmi:type="uml:CallBehaviorAction">
                        <behavior
                            href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                        <argument
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            xmi:uuid="08044ac0-e984-4739-91b6-b462538f1b6a" xmi:type="uml:InputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>Call(WriteLine).argument(value)</name>
                        </argument>
                        <result
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                            xmi:uuid="eecd0442-a61e-4c7b-8671-fd1391d1dd0a" xmi:type="uml:OutputPin">
                            <lowerValue
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                xmi:uuid="998095a8-ec4e-4f49-943d-3b7af415747b"
                                xmi:type="uml:LiteralInteger"/>
                            <name>Call(WriteLine).result(errorStatus)</name>
                        </result>
                        <name>Call(WriteLine)</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256"
                        xmi:uuid="da7185d4-33b2-4d7a-98c8-663d921aef8c"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-edge-1"
                            xmi:uuid="527a466b-3ea2-4d8f-9eae-eaf31b222d4c"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Value.0-Value.0.result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-2-argument-1"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-edge-2"
                            xmi:uuid="11128748-5823-4b1b-bdee-1f45534c9cd1"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-2-result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-4-argument-1"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-edge-3"
                            xmi:uuid="aed7ea4e-2b61-4477-98a4-15c08363b01a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Value.1-Value.1.result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-4-argument-2"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-edge-4"
                            xmi:uuid="a33fdfe6-2c09-4276-856f-a519741d04f5"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Tuple_1ab3429-Call_Not_-Call_Not_.result_result_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Call_ToString_-Call_ToString_.argument_x_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-edge-5"
                            xmi:uuid="a52aa41d-74ae-4b58-9bbc-aaaf103b3bc1"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Tuple_1ab3429"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Call_ToString_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-edge-6"
                            xmi:uuid="cfc0b913-f303-4b2e-add5-b550bdf3ea04"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-4-result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-7-argument-1"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-edge-7"
                            xmi:uuid="0fd7109e-2575-4920-8ff8-5dec2f1153fc"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Call_ToString_-Call_ToString_.result_result_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-7-argument-2"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Value.0"
                            xmi:uuid="9bef64d7-9e6b-407b-ace7-1821c9887b00"
                            xmi:type="uml:ValueSpecificationAction">
                            <result
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Value.0-Value.0.result"
                                xmi:uuid="14971248-d623-4b99-8c45-9cc96ca2c17e"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Value("! ").result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <value
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Value.0-value"
                                xmi:uuid="fdafa372-6ccd-4a2b-b6e7-a470e8c5e63d"
                                xmi:type="uml:LiteralString">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <value>! </value>
                            </value>
                            <name>Value("! ")</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-2"
                            xmi:uuid="813814da-3a34-42d0-ad0b-0673f6fc35a7"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-2-argument-1"
                                xmi:uuid="ea957359-0e83-496b-9f96-d33b754fcd80"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-2-argument-2"
                                xmi:uuid="796f6011-f00d-45fc-b32c-a9800de7fc48"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-2-result"
                                xmi:uuid="02479421-bd44-4ede-887d-ad95570ae40d"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).result(result)</name>
                            </result>
                            <name>Call(Concat)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Value.1"
                            xmi:uuid="ece37c77-4338-498b-8d85-b6c99524d573"
                            xmi:type="uml:ValueSpecificationAction">
                            <result
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Value.1-Value.1.result"
                                xmi:uuid="2935b24c-1206-4137-8c96-125b79fc7ed3"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Value(": ").result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <value
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Value.1-value"
                                xmi:uuid="d87dd1aa-855c-4af6-bc46-a9c5e176b58b"
                                xmi:type="uml:LiteralString">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <value>: </value>
                            </value>
                            <name>Value(": ")</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-4"
                            xmi:uuid="ef424cf2-94d2-49b7-8014-93bd16ac7eb2"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-4-argument-1"
                                xmi:uuid="c9d50c7d-c9b6-4d8c-887f-751604277452"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-4-argument-2"
                                xmi:uuid="c734ed89-c179-4452-9841-3113aeefe61b"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-4-result"
                                xmi:uuid="7f2ddea0-9db3-4368-a312-04e705094dfa"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).result(result)</name>
                            </result>
                            <name>Call(Concat)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Call_ToString_"
                            xmi:uuid="c798a6b5-9eb6-4231-929a-8eb9ffc822ad"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-BooleanFunctions-ToString"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Call_ToString_-Call_ToString_.argument_x_"
                                xmi:uuid="e38a4131-fdcf-4bcd-8855-ab922f5de175"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                <name>Call(ToString).argument(x)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Call_ToString_-Call_ToString_.result_result_"
                                xmi:uuid="a3434f3f-814b-450c-abd0-68844793866b"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(ToString).result(result)</name>
                            </result>
                            <name>Call(ToString)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Tuple_1ab3429"
                            xmi:uuid="db5159af-4c61-41bd-8a36-9c92d021221e"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Tuple_1ab3429-Call_Not_"
                                xmi:uuid="38c88b77-7482-4eb6-88cf-db8769e86aa3"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-BooleanFunctions-Not"/>
                                <argument
                                    xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Tuple_1ab3429-Call_Not_-Call_Not_.argument_x_"
                                    xmi:uuid="9ff7218c-5fb6-47fc-b4a7-0ab9a1403108"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(Not).argument(x)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-Tuple_1ab3429-Call_Not_-Call_Not_.result_result_"
                                    xmi:uuid="226f27b5-cb79-44a1-9ae5-4aeff53c286f"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(Not).result(result)</name>
                                </result>
                                <name>Call(Not)</name>
                            </node>
                            <name>Tuple@1ab3429</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-7"
                            xmi:uuid="17356239-f741-4cb7-8e51-5ce59bedf5e0"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-7-argument-1"
                                xmi:uuid="c07bc803-8491-49be-89a1-412710252890"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-7-argument-2"
                                xmi:uuid="7741c607-162c-458e-84d5-3389b60e7536"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertFalse-Body_AssertFalse_-ExpressionStatement_162d7d6-Tuple_fd6256-node-7-result"
                                xmi:uuid="8d07c928-d77a-4260-a3b1-b6a7dbe33840"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).result(result)</name>
                            </result>
                            <name>Call(Concat)</name>
                        </node>
                        <name>Tuple@fd6256</name>
                    </node>
                    <name>ExpressionStatement@162d7d6</name>
                </node>
                <name>Body(AssertFalse)</name>
            </structuredNode>
            <node xmi:id="AssertionLibrary-AssertFalse-Input_label_"
                xmi:uuid="2bc13fb4-ce21-4e32-8f22-813cd44804ea" xmi:type="uml:ActivityParameterNode">
                <name>Input(label)</name>
                <parameter xmi:idref="AssertionLibrary-AssertFalse-label"/>
            </node>
            <node xmi:id="AssertionLibrary-AssertFalse-Fork_label_"
                xmi:uuid="df9d5d90-09dc-486c-b2ff-d30ada330501" xmi:type="uml:ForkNode">
                <name>Fork(label)</name>
            </node>
            <node xmi:id="AssertionLibrary-AssertFalse-Input_condition_"
                xmi:uuid="43d5c86b-264c-428d-8b54-b112560d7d0f" xmi:type="uml:ActivityParameterNode">
                <name>Input(condition)</name>
                <parameter xmi:idref="AssertionLibrary-AssertFalse-condition"/>
            </node>
            <node xmi:id="AssertionLibrary-AssertFalse-Fork_condition_"
                xmi:uuid="dab41041-1adb-4bd8-85f0-5eff68dcebed" xmi:type="uml:ForkNode">
                <name>Fork(condition)</name>
            </node>
            <name>AssertFalse</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="AssertionLibrary-AssertList"
            xmi:uuid="91860ebf-4b2b-4b39-b4fa-f40754ed01bc" xmi:type="uml:Activity">
            <ownedComment xmi:id="AssertionLibrary-AssertList-ownedComment"
                xmi:uuid="f50a5a7a-4946-4b4a-be25-d9c807cf7fb6" xmi:type="uml:Comment">
                <body>namespace AssertionLibrary::AssertList ;

private import Alf::Library::CollectionFunctions::size ;
private import Alf::Library::PrimitiveBehaviors::* ;

activity AssertList(in label: String, in list: any[*] sequence, in expected: any[*] sequence) {
	AssertEquals(label + "-&gt;size()", list-&gt;size(), expected-&gt;size());
	for (i in 1..IntegerFunctions::Min(list-&gt;size(),expected-&gt;size())) {
		AssertEquals(label + "[" + IntegerFunctions::ToString(i) + "]", list[i], expected[i]);
	}
}</body>
            </ownedComment>
            <ownedParameter xmi:id="AssertionLibrary-AssertList-label"
                xmi:uuid="79dc724b-fe0e-43f4-a5a7-bea2f95e8881" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                <name>label</name>
            </ownedParameter>
            <ownedParameter xmi:id="AssertionLibrary-AssertList-list"
                xmi:uuid="dc8304b0-faeb-4cd8-9a87-1fde8e3d3041" xmi:type="uml:Parameter">
                <lowerValue xmi:id="AssertionLibrary-AssertList-list-lowerValue"
                    xmi:uuid="2e286f98-76cd-4299-b110-5aa7c31f7071" xmi:type="uml:LiteralInteger"/>
                <upperValue xmi:id="AssertionLibrary-AssertList-list-upperValue"
                    xmi:uuid="5e742ee1-5741-4658-8b46-8a0d65372283"
                    xmi:type="uml:LiteralUnlimitedNatural">
                    <value>*</value>
                </upperValue>
                <isOrdered>true</isOrdered>
                <isUnique>false</isUnique>
                <name>list</name>
            </ownedParameter>
            <ownedParameter xmi:id="AssertionLibrary-AssertList-expected"
                xmi:uuid="0e104791-2275-47ba-b123-502d98669560" xmi:type="uml:Parameter">
                <lowerValue xmi:id="AssertionLibrary-AssertList-expected-lowerValue"
                    xmi:uuid="afd6ce29-cd18-48eb-852b-955b0f656900" xmi:type="uml:LiteralInteger"/>
                <upperValue xmi:id="AssertionLibrary-AssertList-expected-upperValue"
                    xmi:uuid="65728c53-0786-4def-a30f-ccf99919a5b6"
                    xmi:type="uml:LiteralUnlimitedNatural">
                    <value>*</value>
                </upperValue>
                <isOrdered>true</isOrdered>
                <isUnique>false</isUnique>
                <name>expected</name>
            </ownedParameter>
            <edge xmi:id="AssertionLibrary-AssertList-edge-1"
                xmi:uuid="9d10a9a2-2f62-4552-bcfc-603983801596" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertList-Input_label_"/>
                <target xmi:idref="AssertionLibrary-AssertList-Fork_label_"/>
            </edge>
            <edge xmi:id="AssertionLibrary-AssertList-edge-2"
                xmi:uuid="612228df-ffe1-4c3d-8e95-60f57d4f16ea" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertList-Input_list_"/>
                <target xmi:idref="AssertionLibrary-AssertList-Fork_list_"/>
            </edge>
            <edge xmi:id="AssertionLibrary-AssertList-edge-3"
                xmi:uuid="47bc1295-ab06-45ed-82c8-60a4cca7f91d" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertList-Input_expected_"/>
                <target xmi:idref="AssertionLibrary-AssertList-Fork_expected_"/>
            </edge>
            <edge xmi:id="AssertionLibrary-AssertList-edge-4"
                xmi:uuid="b03d68d2-f8f9-40ea-a18e-2c18c34fbd18" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertList-Fork_label_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-Call_Concat_-Call_Concat_.argument_x_"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertList-edge-5"
                xmi:uuid="6225d160-d892-42d3-a029-603e1614ccbf" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertList-Fork_list_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-3-argument"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertList-edge-6"
                xmi:uuid="790f67a5-7ec3-4b86-bd69-f399f475fbd6" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertList-Fork_expected_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-4-argument"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertList-edge-7"
                xmi:uuid="6d54bd72-ebcf-4485-9631-08c278db6ee0" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertList-Fork_expected_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_expected_"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertList-edge-8"
                xmi:uuid="7e4c0e64-c09f-4e63-b2ae-90abd8581d30" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertList-Fork_list_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_list_"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertList-edge-9"
                xmi:uuid="54ac597a-4b4a-4b4f-bd37-19f98d3d766e" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertList-Fork_label_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_label_"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertList-edge-10"
                xmi:uuid="16728c51-1ccd-44ec-8364-d48f1bac6e69" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertList-Fork_list_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-1-argument"
                />
            </edge>
            <edge xmi:id="AssertionLibrary-AssertList-edge-11"
                xmi:uuid="a72811f7-dc89-46bf-a6c9-a0ea80d1041f" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-AssertList-Fork_expected_"/>
                <target
                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-2-argument"
                />
            </edge>
            <structuredNode xmi:id="AssertionLibrary-AssertList-Body_AssertList_"
                xmi:uuid="fdfa76c1-1404-448e-87ba-63ac8f8816be"
                xmi:type="uml:StructuredActivityNode">
                <edge xmi:id="AssertionLibrary-AssertList-Body_AssertList_-edge"
                    xmi:uuid="8fb42880-8434-4af6-b267-7ab435ece2b7" xmi:type="uml:ControlFlow">
                    <source
                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34"/>
                    <target
                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d"
                    />
                </edge>
                <node
                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34"
                    xmi:uuid="2ff444bf-f761-41dc-a1af-505fe71c0850"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-edge-1"
                        xmi:uuid="8841fec5-87f8-43a9-9559-cc90bc8a2b09" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-Call_Concat_-Call_Concat_.result_result_"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-edge-2"
                        xmi:uuid="d7435f76-7e58-4a83-ad31-0b924ebde8a3" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-3-result"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-edge-3"
                        xmi:uuid="ad3f2f9b-1f57-4323-b493-56b38cd97660" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-4-result"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-edge-4"
                        xmi:uuid="8cf66fcb-7723-440c-8b9d-6cf9ac32ba1e" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Call_AssertEquals_"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Call_AssertEquals_"
                        xmi:uuid="067ac0bd-df07-4712-adbb-87bed819e0bf"
                        xmi:type="uml:CallBehaviorAction">
                        <argument
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                            xmi:uuid="abfa5bc4-417e-4983-9c75-eec738299032" xmi:type="uml:InputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>Call(AssertEquals).argument(label)</name>
                        </argument>
                        <argument
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                            xmi:uuid="eec5a7fa-639c-40cb-b0d1-6e58cee3f740" xmi:type="uml:InputPin">
                            <name>Call(AssertEquals).argument(value1)</name>
                        </argument>
                        <argument
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                            xmi:uuid="3dda7140-72e0-4e81-bf7b-196371f8a038" xmi:type="uml:InputPin">
                            <name>Call(AssertEquals).argument(value2)</name>
                        </argument>
                        <name>Call(AssertEquals)</name>
                        <behavior xmi:idref="AssertionLibrary-AssertEquals"/>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837"
                        xmi:uuid="c2187a17-40b9-4eeb-a530-dff1a7a7f8b2"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-edge"
                            xmi:uuid="3e7cd8d3-702d-47d6-8e0d-430d51ac7f9e"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-Value__-GTsize____-Value__-GTsize____.result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-Call_Concat_-Call_Concat_.argument_y_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-Value__-GTsize____"
                            xmi:uuid="65c92fbb-f5cd-4538-a811-a1d2e7a32710"
                            xmi:type="uml:ValueSpecificationAction">
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-Value__-GTsize____-Value__-GTsize____.result"
                                xmi:uuid="0fb6f1ad-4bec-4cf8-9a93-8b0c74cddcb8"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Value("-&gt;size()").result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <value
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-Value__-GTsize____-value"
                                xmi:uuid="e941c880-d331-49ba-9114-01d8399929f4"
                                xmi:type="uml:LiteralString">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <value>-&gt;size()</value>
                            </value>
                            <name>Value("-&gt;size()")</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-Call_Concat_"
                            xmi:uuid="4efad565-68ce-4083-aef5-95f48e0d4b01"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-Call_Concat_-Call_Concat_.argument_x_"
                                xmi:uuid="538cf12b-6d44-41e5-abce-c2a245b6a102"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-Call_Concat_-Call_Concat_.argument_y_"
                                xmi:uuid="f6fc6e36-b035-4011-8177-4fe2bb8d8a5e"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-Call_Concat_-Call_Concat_.result_result_"
                                xmi:uuid="afc2f725-d17f-4be9-bce4-30a6023356c9"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(Concat).result(result)</name>
                            </result>
                            <name>Call(Concat)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-3"
                            xmi:uuid="85f4baac-de5f-4c3d-920e-021253d68821"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-3-argument"
                                xmi:uuid="164e8a26-99b2-4d15-a82d-cf77d41a979f"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-3-argument-lowerValue"
                                    xmi:uuid="02377e02-4932-42fe-b2f0-c2658dbf3d4f"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-3-argument-upperValue"
                                    xmi:uuid="89f11eff-feb6-405b-aa30-d5eeb1f13d03"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-3-result"
                                xmi:uuid="bdf6552b-b431-432e-9d6d-10608fdee3d1"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                            </result>
                            <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                            <behavior
                                xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                            />
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-4"
                            xmi:uuid="44cc76c4-b97e-4843-ad93-1844f101ce23"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-4-argument"
                                xmi:uuid="34ac86d8-6033-4eba-9e63-e7a092f667e8"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-4-argument-lowerValue"
                                    xmi:uuid="bfc46870-099d-493e-9415-7b2a77dcc094"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-4-argument-upperValue"
                                    xmi:uuid="25ca669e-7452-451b-afd1-701f21be1559"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ExpressionStatement_909f34-Tuple_313837-node-4-result"
                                xmi:uuid="35d1816a-c9b5-4c6a-9177-37a629b24058"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                            </result>
                            <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                            <behavior
                                xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                            />
                        </node>
                        <name>Tuple@313837</name>
                    </node>
                    <name>ExpressionStatement@909f34</name>
                </node>
                <node
                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d"
                    xmi:uuid="59121de6-f6a5-4b2b-8d4f-f81307cb838d"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-edge-1"
                        xmi:uuid="bc9a5ca7-38d9-4339-ae08-0fce2d3c854e" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-1-result"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Fork_Value_1_.result_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-edge-2"
                        xmi:uuid="a662871c-78bf-44d7-81b1-5e0b24cdedd4" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-8-result"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_counter_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-edge-3"
                        xmi:uuid="a56a3080-054c-492f-ad5a-9e5fb12838c3" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call___-Call___.result_result_"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_upper_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-edge-4"
                        xmi:uuid="1b5380f8-7bc6-4e7f-bb70-68b68ecf1e85" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Fork_Value_1_.result_"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_i_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-edge-5"
                        xmi:uuid="0f1712b8-0f6b-4892-b903-a7607e49886c" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_"/>
                        <target
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_"
                        xmi:uuid="980c74d4-527c-4cd0-975e-17acb45976a8" xmi:type="uml:LoopNode">
                        <bodyOutput
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-expected"/>
                        <bodyOutput
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-list"/>
                        <bodyOutput
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-label"/>
                        <bodyOutput
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-10-result"/>
                        <bodyOutput
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-12-result"/>
                        <bodyOutput
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"/>
                        <bodyPart
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Values_ForStatement_6b305d_"/>
                        <bodyPart
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_"/>
                        <bodyPart
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-10"/>
                        <bodyPart
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-11"/>
                        <bodyPart
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-12"/>
                        <bodyPart
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-13"/>
                        <bodyPart
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Passthru_Passthru_upper__"/>
                        <test
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Call_LTEQ_"/>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-1"
                            xmi:uuid="2a0febbc-12d1-4dd7-9c37-747b1b0dadb4"
                            xmi:type="uml:ObjectFlow">
                            <source xmi:idref="ForStatement_6b305d.loopVariable_expected_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_expected__"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-2"
                            xmi:uuid="2543f586-ab32-41f5-9f1e-2083c874c2d5"
                            xmi:type="uml:ObjectFlow">
                            <source xmi:idref="ForStatement_6b305d.loopVariable_list_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_list__"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-3"
                            xmi:uuid="781632cf-0d91-4bc8-8ca7-560dd646319f"
                            xmi:type="uml:ObjectFlow">
                            <source xmi:idref="ForStatement_6b305d.loopVariable_label_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_label__"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-4"
                            xmi:uuid="efdb841d-0008-4410-a572-b5d86b871050"
                            xmi:type="uml:ObjectFlow">
                            <source xmi:idref="ForStatement_6b305d.loopVariable_i_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_i__"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-5"
                            xmi:uuid="a83cf5b3-fd02-476b-a00e-8988b192d7c6"
                            xmi:type="uml:ObjectFlow">
                            <source xmi:idref="ForStatement_6b305d.loopVariable_counter_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_counter__"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-6"
                            xmi:uuid="c95c75ec-ff54-48b5-8be3-29197f0041cf"
                            xmi:type="uml:ObjectFlow">
                            <source xmi:idref="ForStatement_6b305d.loopVariable_upper_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_upper__"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-7"
                            xmi:uuid="1a719aab-8b37-4430-adc6-e24c90df103d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_counter__"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-8"
                            xmi:uuid="48797341-ba85-44f5-ad28-b5cef07dcad5"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_upper__"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-9"
                            xmi:uuid="0a232603-3f4f-4255-b170-60a32789f3ed"
                            xmi:type="uml:ObjectFlow">
                            <source xmi:idref="ForStatement_6b305d.loopVariable_i_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Values_ForStatement_6b305d_-Fork_i_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-10"
                            xmi:uuid="4fd2f362-70b5-4d6a-bcc6-a3d04c8ad448"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Values_ForStatement_6b305d_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-11"
                            xmi:uuid="54b851c3-5d60-4f1b-98f5-4dc11aa42ad8"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Values_ForStatement_6b305d_-Fork_i_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Call_ToString_-Call_ToString_.argument_x_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-12"
                            xmi:uuid="c0a90b4d-ffd6-456b-b6fd-0d28b9d04395"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Values_ForStatement_6b305d_-Fork_i_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-8"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-13"
                            xmi:uuid="e5e72829-34dc-4348-87fc-6c5c4be38f78"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Values_ForStatement_6b305d_-Fork_i_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-10"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-14"
                            xmi:uuid="57b9253e-6210-44cc-92df-cd830f09e7a9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_i__"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-10-argument-1"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-15"
                            xmi:uuid="af4bf1e6-c7aa-4293-8736-f124b07f2097"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-11-result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-10-argument-2"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-16"
                            xmi:uuid="96962cd2-6bba-4f97-9983-ba91b40930c9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_counter__"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-12-argument-1"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-17"
                            xmi:uuid="2c35bd68-6bd4-4c34-a589-91e20b5f6cce"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-13-result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-12-argument-2"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-18"
                            xmi:uuid="0b5165f6-2d99-49b0-9a51-250ed4ea404b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_upper__"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-19"
                            xmi:uuid="3dca0eb1-4143-46f4-99b9-a10178d2b372"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_label__"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-2-argument-1"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-20"
                            xmi:uuid="8958a52f-3291-483d-ac65-71fd8c42a8d4"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_list__"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-7-argument-1"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-21"
                            xmi:uuid="873b9366-4886-4b45-859b-095b3289ce6e"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_expected__"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-9-argument-1"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-22"
                            xmi:uuid="650854ca-2027-4979-90d0-cd5c1642eeb3"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_expected__"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__-Passthru_Fork_expected__.input"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-23"
                            xmi:uuid="3c0f18e9-27ec-4274-90ef-f82032a2cbbe"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_list__"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__-Passthru_Fork_list__.input"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-edge-24"
                            xmi:uuid="c98ceca2-4bc6-4dcf-bcaa-aaeef7a2cf63"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_label__"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_label__-Passthru_Fork_label__.input"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_expected__"
                            xmi:uuid="109feee7-0df9-4bbe-a39e-84669fe8aa12" xmi:type="uml:ForkNode">
                            <name>Fork(ForStatement@6b305d.loopVariable(expected))</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_list__"
                            xmi:uuid="8337761d-8f50-4512-b3f1-317690eb5408" xmi:type="uml:ForkNode">
                            <name>Fork(ForStatement@6b305d.loopVariable(list))</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_label__"
                            xmi:uuid="8d8dd411-d824-4b8b-a426-b18cf3638226" xmi:type="uml:ForkNode">
                            <name>Fork(ForStatement@6b305d.loopVariable(label))</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_i__"
                            xmi:uuid="30828483-dac5-47d7-9204-9725fa9fc6fe" xmi:type="uml:ForkNode">
                            <name>Fork(ForStatement@6b305d.loopVariable(i))</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_counter__"
                            xmi:uuid="6fe0001b-5049-4917-b2ff-5c257d944ed3" xmi:type="uml:ForkNode">
                            <name>Fork(ForStatement@6b305d.loopVariable(counter))</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Fork_ForStatement_6b305d.loopVariable_upper__"
                            xmi:uuid="e710d142-ed5b-4e1c-afd0-233534fd3bfa" xmi:type="uml:ForkNode">
                            <name>Fork(ForStatement@6b305d.loopVariable(upper))</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Call_LTEQ_"
                            xmi:uuid="6a36724b-4f21-4bd8-b300-c50d01144711"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-le"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                xmi:uuid="d92affae-bc4f-4bdb-afd0-4bdc92e72e06"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(&lt;=).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                xmi:uuid="7f53e06b-7d38-480d-b11f-1ff28621af0b"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(&lt;=).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Call_LTEQ_-Call_LTEQ_.result_result_"
                                xmi:uuid="55065073-31fa-4a4b-8f6d-6aadf86bfd3c"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                <name>Call(&lt;=).result(result)</name>
                            </result>
                            <name>Call(&lt;=)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Values_ForStatement_6b305d_"
                            xmi:uuid="195fd86b-8fba-4d95-af9f-efdbd836ae47"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Values_ForStatement_6b305d_-Fork_i_"
                                xmi:uuid="d2226411-37e0-419b-8352-d6d2b59406e9"
                                xmi:type="uml:ForkNode">
                                <name>Fork(i)</name>
                            </node>
                            <name>Values(ForStatement@6b305d)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_"
                            xmi:uuid="ceefcaab-aa49-4263-b20a-7e5ae994b979"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-edge-1"
                                xmi:uuid="dadf7881-9029-4031-b91e-ff3e13cfd4eb"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__-Passthru_Fork_expected__.output"/>
                                <target
                                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-expected"
                                />
                            </edge>
                            <edge
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-edge-2"
                                xmi:uuid="21842854-a658-44fd-b7e1-2ee15ec0b369"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__-Passthru_Fork_list__.output"/>
                                <target
                                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-list"
                                />
                            </edge>
                            <edge
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-edge-3"
                                xmi:uuid="cfa52776-f9cc-4acf-9b7c-d91e6da6504a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_label__-Passthru_Fork_label__.output"/>
                                <target
                                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-label"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9"
                                xmi:uuid="8fe5df51-438c-4a8d-a039-2d6871950e12"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-edge-1"
                                    xmi:uuid="05954e3c-b674-4da8-9450-d33ef8e01e51"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-6-result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-edge-2"
                                    xmi:uuid="9faeabbb-b6c1-4ac0-862c-ee44269a4771"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-7-result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-edge-3"
                                    xmi:uuid="caac75bb-d9ba-4424-b554-59b469bc1734"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-9-result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-edge-4"
                                    xmi:uuid="4114fcf8-256c-4910-ba1a-19b2d7b98521"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Call_AssertEquals_"
                                    />
                                </edge>
                                <node
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Call_AssertEquals_"
                                    xmi:uuid="e6d96222-991a-415b-b091-269dda9f35a7"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                        xmi:uuid="9954e597-d1d9-4798-9c04-022586001a2e"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertEquals).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                        xmi:uuid="6f891f47-379c-4129-bdc8-d7468afc5eca"
                                        xmi:type="uml:InputPin">
                                        <name>Call(AssertEquals).argument(value1)</name>
                                    </argument>
                                    <argument
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                        xmi:uuid="ec99f910-a2ea-461e-93fa-1b90a2500f16"
                                        xmi:type="uml:InputPin">
                                        <name>Call(AssertEquals).argument(value2)</name>
                                    </argument>
                                    <name>Call(AssertEquals)</name>
                                    <behavior xmi:idref="AssertionLibrary-AssertEquals"
                                    />
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8"
                                    xmi:uuid="1ee8bf3e-1b7b-491b-8a14-1937a6328947"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-edge-1"
                                        xmi:uuid="352d0468-c981-44cb-b61e-27f7e2a370ea"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Value.0-Value.0.result"/>
                                        <target
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-2-argument-2"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-edge-2"
                                        xmi:uuid="b2afdd0c-b370-4e76-a35a-021f4b2e0adf"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-2-result"/>
                                        <target
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-4-argument-1"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-edge-3"
                                        xmi:uuid="d3cbf8eb-6795-4ac5-a294-1256c73086f5"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Call_ToString_-Call_ToString_.result_result_"/>
                                        <target
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-4-argument-2"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-edge-4"
                                        xmi:uuid="a133592b-23db-4b7c-881c-5b9ce0a0c12f"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-4-result"/>
                                        <target
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-6-argument-1"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-edge-5"
                                        xmi:uuid="55163567-704c-4ff9-8807-5bf28cfb624c"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Value.1-Value.1.result"/>
                                        <target
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-6-argument-2"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-edge-6"
                                        xmi:uuid="f2680f80-6ca6-4190-964b-cd4735cdb75f"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-8"/>
                                        <target
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-7-argument-2"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-edge-7"
                                        xmi:uuid="a1a02f0a-78d4-42cb-963e-65a277a52259"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-10"/>
                                        <target
                                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-9-argument-2"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Value.0"
                                        xmi:uuid="3d2252d8-4c61-44f9-a7ce-c624e7375d86"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Value.0-Value.0.result"
                                            xmi:uuid="1dfd78d6-27f6-434f-b0f8-48dc1d0f32b5"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Value("[").result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Value.0-value"
                                            xmi:uuid="bcb8c8bf-40b5-479c-8e02-844ad0c5a40c"
                                            xmi:type="uml:LiteralString">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <value>[</value>
                                        </value>
                                        <name>Value("[")</name>
                                    </node>
                                    <node
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-2"
                                        xmi:uuid="23be6562-466c-4ab3-90bf-94decca40e48"
                                        xmi:type="uml:CallBehaviorAction">
                                        <behavior
                                            href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                        <argument
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-2-argument-1"
                                            xmi:uuid="b0fd735f-4842-43f1-9076-e6b8b6efcc05"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Call(Concat).argument(x)</name>
                                        </argument>
                                        <argument
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-2-argument-2"
                                            xmi:uuid="8ec4f80e-b7d8-474d-96e5-ba5d1af6ea88"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Call(Concat).argument(y)</name>
                                        </argument>
                                        <result
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-2-result"
                                            xmi:uuid="8a73634e-41f9-48de-8c58-a1d9c5e0fab7"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Call(Concat).result(result)</name>
                                        </result>
                                        <name>Call(Concat)</name>
                                    </node>
                                    <node
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Call_ToString_"
                                        xmi:uuid="6b55ac70-edbc-4df8-ba45-17024e75dcbb"
                                        xmi:type="uml:CallBehaviorAction">
                                        <behavior
                                            href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-ToString"/>
                                        <argument
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Call_ToString_-Call_ToString_.argument_x_"
                                            xmi:uuid="1be346cc-bc0e-438a-87e5-e9d5c79041db"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>Call(ToString).argument(x)</name>
                                        </argument>
                                        <result
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Call_ToString_-Call_ToString_.result_result_"
                                            xmi:uuid="7ceb42b9-2949-4f0f-94b1-65a0871d1c98"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Call(ToString).result(result)</name>
                                        </result>
                                        <name>Call(ToString)</name>
                                    </node>
                                    <node
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-4"
                                        xmi:uuid="ea3d4adc-17b6-4809-b546-2bf1948310c4"
                                        xmi:type="uml:CallBehaviorAction">
                                        <behavior
                                            href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                        <argument
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-4-argument-1"
                                            xmi:uuid="5117c9e4-3778-4a9e-b643-334d12af9e62"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Call(Concat).argument(x)</name>
                                        </argument>
                                        <argument
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-4-argument-2"
                                            xmi:uuid="953de73a-c99d-44f9-8a9d-a70c5ed114cf"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Call(Concat).argument(y)</name>
                                        </argument>
                                        <result
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-4-result"
                                            xmi:uuid="5506b402-f812-45e2-9b82-4c308b41f607"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Call(Concat).result(result)</name>
                                        </result>
                                        <name>Call(Concat)</name>
                                    </node>
                                    <node
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Value.1"
                                        xmi:uuid="fcdb2ecb-2cf7-494b-ae36-0dd0316aa028"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Value.1-Value.1.result"
                                            xmi:uuid="0681b61c-bea5-468a-a3a8-7c5f57a8534b"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Value("]").result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-Value.1-value"
                                            xmi:uuid="0f3b3cf7-41e7-469a-936c-cd7464deed94"
                                            xmi:type="uml:LiteralString">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <value>]</value>
                                        </value>
                                        <name>Value("]")</name>
                                    </node>
                                    <node
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-6"
                                        xmi:uuid="b7d6a0f2-14fa-484d-8003-26e7ead250f9"
                                        xmi:type="uml:CallBehaviorAction">
                                        <behavior
                                            href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                        <argument
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-6-argument-1"
                                            xmi:uuid="7904e8c2-b283-448e-a0f6-baaeb68eeb12"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Call(Concat).argument(x)</name>
                                        </argument>
                                        <argument
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-6-argument-2"
                                            xmi:uuid="d04b0a4f-393e-40be-8999-d8d5bfeb247d"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Call(Concat).argument(y)</name>
                                        </argument>
                                        <result
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-6-result"
                                            xmi:uuid="792a588e-356f-477b-a4d6-3c2d8072961f"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Call(Concat).result(result)</name>
                                        </result>
                                        <name>Call(Concat)</name>
                                    </node>
                                    <node
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-7"
                                        xmi:uuid="0663bd19-f8e5-4dce-92bb-7ec43110e869"
                                        xmi:type="uml:CallBehaviorAction">
                                        <behavior
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                        <argument
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-7-argument-1"
                                            xmi:uuid="19a5dbe2-6a2b-49eb-99f6-28cc3b4cfe7a"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-7-argument-1-lowerValue"
                                                xmi:uuid="1ab4e07f-1907-4d5b-bf34-0b5b2cddfc6b"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-7-argument-1-upperValue"
                                                xmi:uuid="e1bb57bc-11e1-47e8-99b5-16618c917a1a"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call(At).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </argument>
                                        <argument
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-7-argument-2"
                                            xmi:uuid="dbc2901a-8edd-4b27-b8ca-fb0960c99f29"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>Call(At).argument(index)</name>
                                        </argument>
                                        <result
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-7-result"
                                            xmi:uuid="b055c9ad-cdef-4c99-9bd5-ce26ce8219a3"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-7-result-lowerValue"
                                                xmi:uuid="c5154cc6-f5d3-4ff9-bc26-81930e7aae7b"
                                                xmi:type="uml:LiteralInteger"/>
                                            <name>Call(At).result()</name>
                                        </result>
                                        <name>Call(At)</name>
                                    </node>
                                    <node
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-8"
                                        xmi:uuid="ea28d7ff-d8d5-4589-8944-ef2971e39c1c"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Call(At).argument(index))</name>
                                    </node>
                                    <node
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-9"
                                        xmi:uuid="105cc7ba-5f5e-4f77-8762-4648065cc5cd"
                                        xmi:type="uml:CallBehaviorAction">
                                        <behavior
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                        <argument
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-9-argument-1"
                                            xmi:uuid="da2e6951-555e-4c9d-860b-00ae5d055f38"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-9-argument-1-lowerValue"
                                                xmi:uuid="6831a46e-1cd5-4e28-99f2-97bc664e2cdf"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-9-argument-1-upperValue"
                                                xmi:uuid="96419194-a09e-4c3e-915c-8c22d734cd75"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call(At).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </argument>
                                        <argument
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-9-argument-2"
                                            xmi:uuid="b84bef5e-19c5-4039-9c9e-a7e850ae754a"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>Call(At).argument(index)</name>
                                        </argument>
                                        <result
                                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-9-result"
                                            xmi:uuid="64c0a2f1-751a-4bec-b403-5a008da4874b"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-9-result-lowerValue"
                                                xmi:uuid="4cfc6e01-f0db-4cc0-bc09-05a3fecbe87a"
                                                xmi:type="uml:LiteralInteger"/>
                                            <name>Call(At).result()</name>
                                        </result>
                                        <name>Call(At)</name>
                                    </node>
                                    <node
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-ExpressionStatement_1efbdc9-Tuple_6d8cc8-node-10"
                                        xmi:uuid="14129d4b-2f29-46c8-bf94-4da19ab91d66"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Call(At).argument(index))</name>
                                    </node>
                                    <name>Tuple@6d8cc8</name>
                                </node>
                                <name>ExpressionStatement@1efbdc9</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__"
                                xmi:uuid="20f17b04-4055-4ce3-ab07-1ec1e5a1e400"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__-edge"
                                    xmi:uuid="26804649-9068-4f9c-b44f-2e9ed3c83efc"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__-Passthru_Fork_expected__.input"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__-Passthru_Fork_expected__.output"
                                    />
                                </edge>
                                <structuredNodeInput
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__-Passthru_Fork_expected__.input"
                                    xmi:uuid="2d71e444-9ab7-443f-aa7f-ff0355efb790"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__-Passthru_Fork_expected__.input-lowerValue"
                                        xmi:uuid="d024f56b-8d10-4d81-8288-b2d8539c79ad"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__-Passthru_Fork_expected__.input-upperValue"
                                        xmi:uuid="2fa4df6e-8cd0-40ad-a5e7-3e99ae1d6d4f"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Passthru(Fork(expected)).input</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeInput>
                                <structuredNodeOutput
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__-Passthru_Fork_expected__.output"
                                    xmi:uuid="60b52dc0-8dff-4148-a9d5-854c1c6566e9"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__-Passthru_Fork_expected__.output-lowerValue"
                                        xmi:uuid="4aca3070-d5e2-4c46-99c2-d66e86e1994f"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_expected__-Passthru_Fork_expected__.output-upperValue"
                                        xmi:uuid="79240861-b979-4f1d-860b-190bf7221aa5"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Passthru(Fork(expected)).output</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>Passthru(Fork(expected))</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__"
                                xmi:uuid="881202cf-f56d-4a20-b2b0-1e3a19dadd42"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__-edge"
                                    xmi:uuid="b02afcc1-a96f-409d-82c5-99552fa3768c"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__-Passthru_Fork_list__.input"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__-Passthru_Fork_list__.output"
                                    />
                                </edge>
                                <structuredNodeInput
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__-Passthru_Fork_list__.input"
                                    xmi:uuid="8054e949-5dd7-47fe-9b9d-ed98c181fc73"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__-Passthru_Fork_list__.input-lowerValue"
                                        xmi:uuid="12f4f562-ff33-45ff-8d33-0dfc835be7b7"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__-Passthru_Fork_list__.input-upperValue"
                                        xmi:uuid="2c1adc84-26d4-4c17-b09c-2e595b9d47cd"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Passthru(Fork(list)).input</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeInput>
                                <structuredNodeOutput
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__-Passthru_Fork_list__.output"
                                    xmi:uuid="cfc94b43-6286-4892-8049-a8a4f0a4a539"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__-Passthru_Fork_list__.output-lowerValue"
                                        xmi:uuid="11b3ddc1-e96c-4c63-b6c3-458eff95c8c3"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_list__-Passthru_Fork_list__.output-upperValue"
                                        xmi:uuid="2b27f538-3143-4b97-8b36-9129a417b175"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Passthru(Fork(list)).output</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>Passthru(Fork(list))</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_label__"
                                xmi:uuid="8aceadb4-5bac-4a08-b3a0-d53e7f280155"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_label__-edge"
                                    xmi:uuid="ea4a2203-8951-43b9-976c-eab9865a75dc"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_label__-Passthru_Fork_label__.input"/>
                                    <target
                                        xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_label__-Passthru_Fork_label__.output"
                                    />
                                </edge>
                                <structuredNodeInput
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_label__-Passthru_Fork_label__.input"
                                    xmi:uuid="3758d0ff-7212-402c-8150-77fbf10bdc76"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Passthru(Fork(label)).input</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeInput>
                                <structuredNodeOutput
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-Passthru_Fork_label__-Passthru_Fork_label__.output"
                                    xmi:uuid="0891cad2-7b5a-43d1-a7a9-2871be454905"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Passthru(Fork(label)).output</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>Passthru(Fork(label))</name>
                            </node>
                            <structuredNodeOutput
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-expected"
                                xmi:uuid="7664fb6a-7b34-4229-aa87-d14a5bf38905"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-expected-lowerValue"
                                    xmi:uuid="42daae42-35aa-4194-bab2-ec0f9eff1aed"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-expected-upperValue"
                                    xmi:uuid="03ae5f03-96a1-4a27-9e5c-da7ffcdc35b8"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>expected</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </structuredNodeOutput>
                            <structuredNodeOutput
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-list"
                                xmi:uuid="786aedd3-45fc-4bed-8be1-2ef1c06a0ce6"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-list-lowerValue"
                                    xmi:uuid="e16a74c0-a12d-4fc1-b95a-d937f16d32ca"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-list-upperValue"
                                    xmi:uuid="e1f8fe9e-233c-4747-9a95-9ee80251a8fd"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>list</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </structuredNodeOutput>
                            <structuredNodeOutput
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Body_ForStatement_6b305d_-label"
                                xmi:uuid="dd42ecbc-4ad0-41a5-9c5b-d51c49323f12"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>label</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </structuredNodeOutput>
                            <name>Body(ForStatement@6b305d)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-10"
                            xmi:uuid="bdfbabbc-05ac-4a79-b1a6-fad8d25003c1"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-10-argument-1"
                                xmi:uuid="73f9fee2-fb5e-43ef-a7bb-d5219e407828"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(+).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-10-argument-2"
                                xmi:uuid="860cae24-a6d0-4191-814b-cc5a7682a9b6"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(+).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-10-result"
                                xmi:uuid="bdeb4bf1-85b3-495e-b772-b2e6d77a6cc1"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(+).result(result)</name>
                            </result>
                            <name>Call(+)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-11"
                            xmi:uuid="9a71886a-ea7a-4849-8d78-6a78450c0697"
                            xmi:type="uml:ValueSpecificationAction">
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-11-result"
                                xmi:uuid="ec00aabb-d141-46ee-9273-82fbfd2a9534"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <name>Value(1).result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <value
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-11-value"
                                xmi:uuid="e4d52ab5-d6dd-42b7-8807-3e21168ed6f3"
                                xmi:type="uml:LiteralInteger">
                                <type
                                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <value>1</value>
                            </value>
                            <name>Value(1)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-12"
                            xmi:uuid="63f0b9db-143f-4aaa-babc-dcd6f3fd85e0"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-12-argument-1"
                                xmi:uuid="0eb60611-2ac6-463e-8f85-55c58eb0bcfd"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(+).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-12-argument-2"
                                xmi:uuid="facdd46e-f5c2-487e-8245-4eb9be3bda52"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(+).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-12-result"
                                xmi:uuid="755cfedc-7f1e-438f-af9f-63caff1fb309"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(+).result(result)</name>
                            </result>
                            <name>Call(+)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-13"
                            xmi:uuid="08e929b9-f836-4bae-89c5-7750491d07bc"
                            xmi:type="uml:ValueSpecificationAction">
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-13-result"
                                xmi:uuid="82aac395-6f5d-4022-b4c0-b8b24a891d59"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <name>Value(1).result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <value
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-node-13-value"
                                xmi:uuid="24a03d37-efed-44df-bb23-8b16005729b6"
                                xmi:type="uml:LiteralInteger">
                                <type
                                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <value>1</value>
                            </value>
                            <name>Value(1)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Passthru_Passthru_upper__"
                            xmi:uuid="1a6d2a35-85cf-4ff1-bda7-8cdd1513a725"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Passthru_Passthru_upper__-edge"
                                xmi:uuid="764e5dbb-748b-4415-ab89-e027788e1679"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"/>
                                <target
                                    xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                />
                            </edge>
                            <structuredNodeInput
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                xmi:uuid="1eb5e123-77fa-4c17-9d04-6c7092652201"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Passthru(Passthru(upper)).input</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </structuredNodeInput>
                            <structuredNodeOutput
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                xmi:uuid="0412b915-2a3c-4503-a737-a0ecb9aaaec3"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Passthru(Passthru(upper)).output</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </structuredNodeOutput>
                            <name>Passthru(Passthru(upper))</name>
                        </node>
                        <loopVariable xmi:id="ForStatement_6b305d.loopVariable_expected_"
                            xmi:uuid="168ff0a0-5765-4ce2-9321-10122d6f45c4" xmi:type="uml:OutputPin">
                            <lowerValue
                                xmi:id="ForStatement_6b305d.loopVariable_expected_-lowerValue"
                                xmi:uuid="1f622b0b-870b-4a7f-abad-41934e6ffc44"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="ForStatement_6b305d.loopVariable_expected_-upperValue"
                                xmi:uuid="91178c32-da13-4798-8b61-641fc4202921"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>ForStatement@6b305d.loopVariable(expected)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariable>
                        <loopVariable xmi:id="ForStatement_6b305d.loopVariable_list_"
                            xmi:uuid="10ec2b18-b5fc-4097-bcc7-9b7e869d2e80" xmi:type="uml:OutputPin">
                            <lowerValue xmi:id="ForStatement_6b305d.loopVariable_list_-lowerValue"
                                xmi:uuid="d771231a-1191-4c23-b847-80ee822fdfd8"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue xmi:id="ForStatement_6b305d.loopVariable_list_-upperValue"
                                xmi:uuid="7334dba7-430c-487e-b6e6-5b339d0d5647"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>ForStatement@6b305d.loopVariable(list)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariable>
                        <loopVariable xmi:id="ForStatement_6b305d.loopVariable_label_"
                            xmi:uuid="937409d5-0718-430b-8b4d-9978cfee98bc" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>ForStatement@6b305d.loopVariable(label)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariable>
                        <loopVariable xmi:id="ForStatement_6b305d.loopVariable_i_"
                            xmi:uuid="4a04033c-4eab-4553-9f65-30d553652ad0" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                            <lowerValue xmi:id="ForStatement_6b305d.loopVariable_i_-lowerValue"
                                xmi:uuid="7485d2fb-e5b8-482f-bbe3-8dab5ede0069"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue xmi:id="ForStatement_6b305d.loopVariable_i_-upperValue"
                                xmi:uuid="686ef1b4-7926-4083-9a0d-c0097c5408de"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>ForStatement@6b305d.loopVariable(i)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariable>
                        <loopVariable xmi:id="ForStatement_6b305d.loopVariable_counter_"
                            xmi:uuid="679e1fa3-4e06-41c0-8c24-c7919e483ccf" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>ForStatement@6b305d.loopVariable(counter)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariable>
                        <loopVariable xmi:id="ForStatement_6b305d.loopVariable_upper_"
                            xmi:uuid="cc64d397-9067-4aa6-82c1-3fe2bcde9c5b" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>ForStatement@6b305d.loopVariable(upper)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariable>
                        <loopVariableInput
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_expected_"
                            xmi:uuid="b85db0c9-d2dc-42b7-933b-83a5953c2e40" xmi:type="uml:InputPin">
                            <lowerValue
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_expected_-lowerValue"
                                xmi:uuid="bb405a9e-fe44-45fc-8a28-18e6eb3741ff"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_expected_-upperValue"
                                xmi:uuid="1efe1dac-4b93-465d-aa61-425fcd76175b"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>ForStatement@6b305d.loopVariableInput(expected)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariableInput>
                        <loopVariableInput
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_list_"
                            xmi:uuid="567ca14d-1c34-4841-ab41-446176b6cc3c" xmi:type="uml:InputPin">
                            <lowerValue
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_list_-lowerValue"
                                xmi:uuid="25952492-1244-432f-934c-87fcbbca2108"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_list_-upperValue"
                                xmi:uuid="812864b8-ec52-4321-aa7a-5020136ae5c9"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>ForStatement@6b305d.loopVariableInput(list)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariableInput>
                        <loopVariableInput
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_label_"
                            xmi:uuid="85be2134-95ef-41a4-9d59-2b6f2dc492ea" xmi:type="uml:InputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>ForStatement@6b305d.loopVariableInput(label)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariableInput>
                        <loopVariableInput
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_i_"
                            xmi:uuid="fe4f3cb1-3c4d-400f-bfe5-138d0ed9a9ce" xmi:type="uml:InputPin">
                            <type
                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                            <name>ForStatement@6b305d.loopVariableInput(i)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariableInput>
                        <loopVariableInput
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_counter_"
                            xmi:uuid="247fabc3-3f62-4776-b93b-eeb2c3fa89a6" xmi:type="uml:InputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>ForStatement@6b305d.loopVariableInput(counter)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariableInput>
                        <loopVariableInput
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.loopVariableInput_upper_"
                            xmi:uuid="fb9830ce-5694-43c1-975e-4bc1e4a77269" xmi:type="uml:InputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>ForStatement@6b305d.loopVariableInput(upper)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </loopVariableInput>
                        <result
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_expected_"
                            xmi:uuid="cfb6fed8-dc68-4210-9a8a-931824139874" xmi:type="uml:OutputPin">
                            <lowerValue
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_expected_-lowerValue"
                                xmi:uuid="1a726879-41f6-4ed3-a22f-4fe688365b06"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_expected_-upperValue"
                                xmi:uuid="4a9ed7fd-9068-4017-bb0d-b0e12baff234"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>ForStatement@6b305d.result(expected)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </result>
                        <result
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_list_"
                            xmi:uuid="3d1d3693-a162-4a9f-95d6-8746f6961d33" xmi:type="uml:OutputPin">
                            <lowerValue
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_list_-lowerValue"
                                xmi:uuid="cf704695-aee8-4484-9bcc-5bb42997581a"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_list_-upperValue"
                                xmi:uuid="ebe64e4f-8e0e-4cea-95cd-3b2903ee0154"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>ForStatement@6b305d.result(list)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </result>
                        <result
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_label_"
                            xmi:uuid="9e5c341f-a3f4-483c-baeb-726a80d78946" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>ForStatement@6b305d.result(label)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </result>
                        <result
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_i_"
                            xmi:uuid="2de13175-fb38-4c9b-b56f-bbce6b421da1" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                            <lowerValue
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_i_-lowerValue"
                                xmi:uuid="e26976ef-99ee-421f-8e65-1abff7e337db"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_i_-upperValue"
                                xmi:uuid="d5f89957-d952-4b7d-91a7-9db70abcbfba"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>ForStatement@6b305d.result(i)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </result>
                        <result
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_counter_"
                            xmi:uuid="82090537-7375-4466-841e-fc78e251322d" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>ForStatement@6b305d.result(counter)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </result>
                        <result
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-ForStatement_6b305d.result_upper_"
                            xmi:uuid="143445af-7d7b-4a37-b1f7-b0d395a15066" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>ForStatement@6b305d.result(upper)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </result>
                        <name>Loop(ForStatement@6b305d)</name>
                        <isTestedFirst>true</isTestedFirst>
                        <decider
                            xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-Loop_ForStatement_6b305d_-Call_LTEQ_-Call_LTEQ_.result_result_"
                        />
                    </node>
                    <node
                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_"
                        xmi:uuid="cea776a4-196f-414c-8eec-101e825f254c"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-edge-1"
                            xmi:uuid="02e09bc9-4f6b-4384-9f0a-34200b005ac4"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-1-result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_Min_-Call_Min_.argument_x_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-edge-2"
                            xmi:uuid="0aa89540-2646-486d-8827-656014071b3e"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-2-result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_Min_-Call_Min_.argument_y_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-edge-3"
                            xmi:uuid="c00fb357-6291-4141-b66d-91c89404379d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_Min_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-edge-4"
                            xmi:uuid="28ab719c-c6dd-466b-8289-a51780430055"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_Min_-Call_Min_.result_result_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_-_-Call_-_.argument_x_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-edge-5"
                            xmi:uuid="57fc072f-81ad-4cbf-a22d-e29c0134845a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Fork_Value_1_.result_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_-_-Call_-_.argument_y_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-edge-6"
                            xmi:uuid="c1ff7a90-67f7-4475-90da-4bb7c3b46105"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_-_-Call_-_.result_result_"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call___-Call___.argument_x_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-edge-7"
                            xmi:uuid="346362d7-91c7-42e1-84ae-f104ca41939e"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-6-result"/>
                            <target
                                xmi:idref="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call___-Call___.argument_y_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-1"
                            xmi:uuid="dca46b15-8873-4c82-8ca0-80fc40a5a326"
                            xmi:type="uml:ValueSpecificationAction">
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-1-result"
                                xmi:uuid="93bd3cbc-aaa6-430a-b3df-634596704fc2"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <name>Value(1).result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <value
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-1-value"
                                xmi:uuid="44373b94-c672-421d-9d42-7c49d58d29f6"
                                xmi:type="uml:LiteralInteger">
                                <type
                                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <value>1</value>
                            </value>
                            <name>Value(1)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_Min_"
                            xmi:uuid="8ad1ccbd-ee88-4b14-8eaa-2e79f54a137b"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-Min"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_Min_-Call_Min_.argument_x_"
                                xmi:uuid="4f4e6b5e-6f2a-4c1b-8483-fa038155d191"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(Min).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_Min_-Call_Min_.argument_y_"
                                xmi:uuid="a5123411-0733-4d43-a3bf-80b7b4341497"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(Min).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_Min_-Call_Min_.result_result_"
                                xmi:uuid="003d8375-29f4-4529-ac30-abd2d0b828d9"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(Min).result(result)</name>
                            </result>
                            <name>Call(Min)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b"
                            xmi:uuid="fd96d8f1-7071-40b5-8bd3-71c8cf81f0b5"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-1"
                                xmi:uuid="0812b35f-787f-42ee-bd87-76e65d5b8a2c"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-1-argument"
                                    xmi:uuid="42165811-2a4a-4955-a5f5-926402369e48"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-1-argument-lowerValue"
                                        xmi:uuid="5c37f749-7081-4502-81d1-e3646ff94173"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-1-argument-upperValue"
                                        xmi:uuid="7863264a-d5ed-43c8-b7b6-6618f77af5df"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-1-result"
                                    xmi:uuid="8285249f-c9aa-4471-b184-d8f8027bbd50"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <node
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-2"
                                xmi:uuid="6d7b1537-d918-4bb9-b91b-85a016c8295e"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-2-argument"
                                    xmi:uuid="c557d8f0-9e24-487c-855d-c1b8a5ae6025"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-2-argument-lowerValue"
                                        xmi:uuid="48e96610-5afb-493d-a42e-4254810cc042"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-2-argument-upperValue"
                                        xmi:uuid="3d90232d-b99c-4210-96d0-3738c7d59476"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Tuple_2ed28b-node-2-result"
                                    xmi:uuid="a15543ee-0f0d-4382-9038-5b3fee59cc93"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <name>Tuple@2ed28b</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Fork_Value_1_.result_"
                            xmi:uuid="50524374-f684-4262-b785-fcc3d9cfab60" xmi:type="uml:ForkNode">
                            <name>Fork(Value(1).result)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_-_"
                            xmi:uuid="04afc7ff-4e6a-4f9f-bca1-3ef0e544fdae"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-minus"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_-_-Call_-_.argument_x_"
                                xmi:uuid="e0ac427d-d47c-4fe1-9cb4-36591af5d2c5"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(-).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_-_-Call_-_.argument_y_"
                                xmi:uuid="d95cda94-8c76-48bf-b926-7b3880fe338f"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(-).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call_-_-Call_-_.result_result_"
                                xmi:uuid="28187b9c-5eed-4d81-afc7-10ea1fd61a45"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(-).result(result)</name>
                            </result>
                            <name>Call(-)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-6"
                            xmi:uuid="b15f45a5-eb33-4323-913b-662a2817c65b"
                            xmi:type="uml:ValueSpecificationAction">
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-6-result"
                                xmi:uuid="65d34146-8665-4a7f-a96d-182af68e0f25"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <name>Value(1).result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <value
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-6-value"
                                xmi:uuid="7880f53f-60df-4143-ac55-7df9a7a0d61d"
                                xmi:type="uml:LiteralInteger">
                                <type
                                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <value>1</value>
                            </value>
                            <name>Value(1)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call___"
                            xmi:uuid="88e1f33b-9a22-4787-acac-71552bcb59b9"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call___-Call___.argument_x_"
                                xmi:uuid="dba6046b-4c00-4b46-ac53-1263addec862"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(+).argument(x)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call___-Call___.argument_y_"
                                xmi:uuid="c9869786-2b2a-46d0-8355-bb0854167585"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(+).argument(y)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-Call___-Call___.result_result_"
                                xmi:uuid="65e23382-7636-401f-988d-97061e26b935"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(+).result(result)</name>
                            </result>
                            <name>Call(+)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-8"
                            xmi:uuid="6f4d6fb4-4a2b-4ddb-b623-6156febdf797"
                            xmi:type="uml:ValueSpecificationAction">
                            <result
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-8-result"
                                xmi:uuid="02c498e2-816f-4502-8678-b2c140370020"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <name>Value(1).result</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <value
                                xmi:id="AssertionLibrary-AssertList-Body_AssertList_-ForStatement_6b305d-LoopVariables_ForStatement_6b305d_-node-8-value"
                                xmi:uuid="dfd4c04c-12ff-4a12-bde1-3412e7e067c1"
                                xmi:type="uml:LiteralInteger">
                                <type
                                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <value>1</value>
                            </value>
                            <name>Value(1)</name>
                        </node>
                        <name>LoopVariables(ForStatement@6b305d)</name>
                    </node>
                    <name>ForStatement@6b305d</name>
                </node>
                <name>Body(AssertList)</name>
            </structuredNode>
            <node xmi:id="AssertionLibrary-AssertList-Input_label_"
                xmi:uuid="f93b4465-204b-43df-8ac9-0e62e0f6e7a6" xmi:type="uml:ActivityParameterNode">
                <name>Input(label)</name>
                <parameter xmi:idref="AssertionLibrary-AssertList-label"/>
            </node>
            <node xmi:id="AssertionLibrary-AssertList-Fork_label_"
                xmi:uuid="bae52c14-d6db-4d28-a6eb-758ccaab423d" xmi:type="uml:ForkNode">
                <name>Fork(label)</name>
            </node>
            <node xmi:id="AssertionLibrary-AssertList-Input_list_"
                xmi:uuid="b95c0ee8-031f-43a6-8ac6-fad21d80a8a8" xmi:type="uml:ActivityParameterNode">
                <name>Input(list)</name>
                <parameter xmi:idref="AssertionLibrary-AssertList-list"/>
            </node>
            <node xmi:id="AssertionLibrary-AssertList-Fork_list_"
                xmi:uuid="2b05c4b8-7a32-49bd-a163-c51bdb48ec4e" xmi:type="uml:ForkNode">
                <name>Fork(list)</name>
            </node>
            <node xmi:id="AssertionLibrary-AssertList-Input_expected_"
                xmi:uuid="c0d070ae-bd94-4b98-a631-dc85282f96ae" xmi:type="uml:ActivityParameterNode">
                <name>Input(expected)</name>
                <parameter xmi:idref="AssertionLibrary-AssertList-expected"/>
            </node>
            <node xmi:id="AssertionLibrary-AssertList-Fork_expected_"
                xmi:uuid="d1f72f10-790f-4533-8703-222bce8a3328" xmi:type="uml:ForkNode">
                <name>Fork(expected)</name>
            </node>
            <name>AssertList</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="AssertionLibrary-Write"
            xmi:uuid="7a059fd7-796f-456a-918b-4b0194a92fb6" xmi:type="uml:Activity">
            <ownedComment xmi:id="AssertionLibrary-Write-ownedComment"
                xmi:uuid="b82d1731-4e0f-4b32-ba7e-27a7500e09a0" xmi:type="uml:Comment">
                <body>
namespace AssertionLibrary ;

private import Alf::Library::BasicInputOutput::StandardOutputChannel ;

activity Write(in value: any) {
	StandardOutputChannel.allInstances()[1].write(value);
}</body>
            </ownedComment>
            <ownedParameter xmi:id="AssertionLibrary-Write-value"
                xmi:uuid="36dbc022-a058-4b44-a740-92c75408070b" xmi:type="uml:Parameter">
                <name>value</name>
                <visibility>package</visibility>
            </ownedParameter>
            <edge xmi:id="AssertionLibrary-Write-edge-1"
                xmi:uuid="e3c32cee-4348-4830-ac1d-7b353e99c1ac" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-Write-Input_value_"/>
                <target xmi:idref="AssertionLibrary-Write-Fork_value_"/>
            </edge>
            <edge xmi:id="AssertionLibrary-Write-edge-2"
                xmi:uuid="ef71e81e-812e-429e-b283-a25c6615355f" xmi:type="uml:ObjectFlow">
                <source xmi:idref="AssertionLibrary-Write-Fork_value_"/>
                <target
                    xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-Collect_Call_write__.input_Fork_value__"
                />
            </edge>
            <structuredNode xmi:id="AssertionLibrary-Write-Body_Write_"
                xmi:uuid="c9904a15-ff14-4f68-80ea-373cc51006a3"
                xmi:type="uml:StructuredActivityNode">
                <node
                    xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d"
                    xmi:uuid="196398ea-a74d-49f9-8851-01780629a1f3"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-edge-1"
                        xmi:uuid="f9444ab0-53cb-468e-a95e-eaff6b0b9c7b" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Call_At_-Call_At_.result__"/>
                        <target
                            xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__.inputElement"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-edge-2"
                        xmi:uuid="1539f605-ab6a-4964-9d26-b17f1a0a7cd1" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___"/>
                        <target
                            xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__"
                        xmi:uuid="7ed420c3-6c60-4a79-85f1-7824187a1ada"
                        xmi:type="uml:ExpansionRegion">
                        <inputElement
                            xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__.inputElement"/>
                        <edge
                            xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-edge-1"
                            xmi:uuid="d1c8c8ba-60e8-4726-a708-c0da8ce26436"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-Collect_Call_write__.input_Fork_value__"/>
                            <target
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-Call_write_-Call_write_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-edge-2"
                            xmi:uuid="33822f23-41a6-4e90-82c2-23a686ea190d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__.inputElement"/>
                            <target
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-Call_write_-Call_write_.target"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-Call_write_"
                            xmi:uuid="3c1306fb-2fe5-4647-b8bc-34080ef9f894"
                            xmi:type="uml:CallOperationAction">
                            <operation
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-OutputChannel-write"/>
                            <argument
                                xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-Call_write_-Call_write_.argument_value_"
                                xmi:uuid="c73e8a16-e65b-48b1-9c3b-933d935676a0"
                                xmi:type="uml:InputPin">
                                <name>Call(write).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-Call_write_-Call_write_.result_errorStatus_"
                                xmi:uuid="6eeed7f8-91cd-4983-9dcd-fb3e87607b06"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#Common-Status"/>
                                <lowerValue
                                    xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-Call_write_-Call_write_.result_errorStatus_-lowerValue"
                                    xmi:uuid="4b96da15-d089-46bc-bf09-06615708e84b"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(write).result(errorStatus)</name>
                            </result>
                            <target
                                xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-Call_write_-Call_write_.target"
                                xmi:uuid="8e2cff2a-ef53-406a-a9d2-9fc217971b13"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-OutputChannel"/>
                                <name>Call(write).target</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </target>
                            <name>Call(write)</name>
                        </node>
                        <structuredNodeInput
                            xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__-Collect_Call_write__.input_Fork_value__"
                            xmi:uuid="954961b4-f991-41df-ab62-3d29e660c7bd" xmi:type="uml:InputPin">
                            <name>Collect(Call(write)).input(Fork(value))</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </structuredNodeInput>
                        <name>Collect(Call(write))</name>
                        <mode>parallel</mode>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__.inputElement"
                        xmi:uuid="32f2e9ed-129b-4caf-9e1e-f83fcc2cd10a" xmi:type="uml:ExpansionNode">
                        <name>Collect(Call(write)).inputElement</name>
                        <regionAsInput
                            xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Collect_Call_write__"
                        />
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___"
                        xmi:uuid="913497cb-10df-4d38-8c9f-c5b54622cb60"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-edge-1"
                            xmi:uuid="1bdb16ee-c832-4368-9f93-90debe511e4c"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Tuple_43f8b1-ReadExtent_StandardOutputChannel_-ReadExtent_StandardOutputChannel_.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Call_At_-Call_At_.argument_seq_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-edge-2"
                            xmi:uuid="e019f1c8-a9d2-4dcf-aa3d-1e767903487f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Tuple_43f8b1-Value_1_-Value_1_.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Fork_Call_At_.argument_index__"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-edge-3"
                            xmi:uuid="d8afc6c3-7b75-468f-bf3c-57ee2bd00156"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Tuple_43f8b1"/>
                            <target
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Call_At_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-edge-4"
                            xmi:uuid="336873a3-c559-4cc0-8997-bb97b8097960"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Fork_Call_At_.argument_index__"/>
                            <target
                                xmi:idref="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Call_At_-Call_At_.argument_index_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Call_At_"
                            xmi:uuid="c75dfb4d-6414-4a3a-a3ae-18cff0d83629"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                            <argument
                                xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Call_At_-Call_At_.argument_seq_"
                                xmi:uuid="5ef51ae1-a3dd-4d11-b2d3-e256d4cf4db0"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Call_At_-Call_At_.argument_seq_-lowerValue"
                                    xmi:uuid="63c7b807-93d5-49a7-b8be-ae3f91d26db5"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Call_At_-Call_At_.argument_seq_-upperValue"
                                    xmi:uuid="a9730573-4d2c-4cf8-9aa0-e47a56b70989"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>Call(At).argument(seq)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Call_At_-Call_At_.argument_index_"
                                xmi:uuid="963c5fdf-ca79-4be3-94f4-9cfa3bd71052"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>Call(At).argument(index)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Call_At_-Call_At_.result__"
                                xmi:uuid="31f3ad86-f2cf-4ccb-a6d3-6e80aebac04c"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Call_At_-Call_At_.result__-lowerValue"
                                    xmi:uuid="ed94af02-952b-450c-b68a-b8d9cedfe665"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(At).result()</name>
                            </result>
                            <name>Call(At)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Tuple_43f8b1"
                            xmi:uuid="1a67abb1-5eb7-4662-a9a3-d413c9f91841"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Tuple_43f8b1-ReadExtent_StandardOutputChannel_"
                                xmi:uuid="eff2f43b-0cdc-4b04-ac1f-d47a1ff50493"
                                xmi:type="uml:ReadExtentAction">
                                <classifier
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-StandardOutputChannel"/>
                                <result
                                    xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Tuple_43f8b1-ReadExtent_StandardOutputChannel_-ReadExtent_StandardOutputChannel_.result"
                                    xmi:uuid="2bc00903-7638-4161-b40d-2e27c8c4749b"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-StandardOutputChannel"/>
                                    <lowerValue
                                        xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Tuple_43f8b1-ReadExtent_StandardOutputChannel_-ReadExtent_StandardOutputChannel_.result-lowerValue"
                                        xmi:uuid="72aa8eb2-bc0c-4252-8fba-dfb4f981ad0a"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Tuple_43f8b1-ReadExtent_StandardOutputChannel_-ReadExtent_StandardOutputChannel_.result-upperValue"
                                        xmi:uuid="1f0264c3-2f72-4a90-89a4-7ec8a0ae0283"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>ReadExtent(StandardOutputChannel).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <name>ReadExtent(StandardOutputChannel)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Tuple_43f8b1-Value_1_"
                                xmi:uuid="877d9128-038e-4472-b96e-03e8134134d0"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Tuple_43f8b1-Value_1_-Value_1_.result"
                                    xmi:uuid="ac0077a2-f5d1-4dc3-9e8f-0e195e730656"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Tuple_43f8b1-Value_1_-value"
                                    xmi:uuid="fd220fb3-f2b3-41f8-ab67-b3adcc5a4897"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <name>Tuple@43f8b1</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Write-Body_Write_-ExpressionStatement_660c0d-Feature_Call_At_.result___-Fork_Call_At_.argument_index__"
                            xmi:uuid="586780a5-14f6-4c55-9197-c236373251aa" xmi:type="uml:ForkNode">
                            <name>Fork(Call(At).argument(index))</name>
                        </node>
                        <name>Feature(Call(At).result())</name>
                    </node>
                    <name>ExpressionStatement@660c0d</name>
                </node>
                <name>Body(Write)</name>
            </structuredNode>
            <node xmi:id="AssertionLibrary-Write-Input_value_"
                xmi:uuid="479ab733-929b-49cf-b929-946e059546de" xmi:type="uml:ActivityParameterNode">
                <name>Input(value)</name>
                <parameter xmi:idref="AssertionLibrary-Write-value"/>
            </node>
            <node xmi:id="AssertionLibrary-Write-Fork_value_"
                xmi:uuid="56ea84c1-5130-4822-bffa-b28d7e5db95b" xmi:type="uml:ForkNode">
                <name>Fork(value)</name>
            </node>
            <name>Write</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="AssertionLibrary-Tests"
            xmi:uuid="2a62777a-711a-40a1-965d-a7d8218a851d" xmi:type="uml:Package">
            <packagedElement xmi:id="AssertionLibrary-Tests-TestWrite"
                xmi:uuid="07d02747-753d-4c40-ba17-66ef93cd03d2" xmi:type="uml:Activity">
                <ownedComment xmi:id="AssertionLibrary-Tests-TestWrite-ownedComment"
                    xmi:uuid="3eb2f475-2ca9-462c-a843-1157642d6e93" xmi:type="uml:Comment">
                    <body>/* Generated textual representation of Activity AssertionLibrary::Tests::TestWrite */

namespace AssertionLibrary::Tests ;

activity TestWrite() { 
	Write("Hello!") ;
}</body>
                </ownedComment>
                <structuredNode xmi:id="AssertionLibrary-Tests-TestWrite-Body_TestWrite_"
                    xmi:uuid="aca1cda3-62df-4272-8cce-927f1c461566"
                    xmi:type="uml:StructuredActivityNode">
                    <node
                        xmi:id="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523"
                        xmi:uuid="1f126336-f028-408d-9f1b-668138023b18"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-edge-1"
                            xmi:uuid="1daf524e-fd6e-4dd0-b569-a6513f26329c"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-Tuple_9063b0-Value__Hello___-Value__Hello___.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-Call_Write_-Call_Write_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-edge-2"
                            xmi:uuid="2015a007-769c-4bcc-9c29-7e2a7d445fa3"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-Tuple_9063b0"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-Call_Write_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-Call_Write_"
                            xmi:uuid="6f81313b-9cd9-4300-9448-53962b754455"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-Call_Write_-Call_Write_.argument_value_"
                                xmi:uuid="a5573e9b-ccb3-4c5b-8ade-ba929d727d77"
                                xmi:type="uml:InputPin">
                                <name>Call(Write).argument(value)</name>
                            </argument>
                            <name>Call(Write)</name>
                            <behavior xmi:idref="AssertionLibrary-Write"/>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-Tuple_9063b0"
                            xmi:uuid="20ae95c6-fe0e-4e32-a85d-16ca838531b0"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-Tuple_9063b0-Value__Hello___"
                                xmi:uuid="57136c54-56f9-4bcb-b1e1-8ca3cb78d664"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-Tuple_9063b0-Value__Hello___-Value__Hello___.result"
                                    xmi:uuid="43b2529b-8877-4590-ad32-ac79aa4642db"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("Hello!").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestWrite-Body_TestWrite_-ExpressionStatement_6de523-Tuple_9063b0-Value__Hello___-value"
                                    xmi:uuid="432c78cf-93b8-49db-9bc6-386d020bd260"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>Hello!</value>
                                </value>
                                <name>Value("Hello!")</name>
                            </node>
                            <name>Tuple@9063b0</name>
                        </node>
                        <name>ExpressionStatement@6de523</name>
                    </node>
                    <name>Body(TestWrite)</name>
                </structuredNode>
                <name>TestWrite</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <packagedElement xmi:id="AssertionLibrary-Tests-TestAssertTrue"
                xmi:uuid="ab78d9bd-b538-447e-8147-52fb4c802088" xmi:type="uml:Activity">
                <ownedComment
                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-ownedComment"
                    xmi:uuid="6df95728-6547-4fe9-808b-ac9c6a3d60df" xmi:type="uml:Comment">
                    <body>/* Generated textual representation of Activity AssertionLibrary::Tests::TestAssertTrue */

namespace AssertionLibrary::Tests ;

activity TestAssertTrue() { 
	AssertTrue("1 == 1", 1 == 1) ;
	AssertTrue("1 == 2", 1 == 2) ;
}</body>
                </ownedComment>
                <structuredNode
                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_"
                    xmi:uuid="28e03c52-aa32-4bfe-9c97-d08a8983ebac"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-edge"
                        xmi:uuid="2fe3ef64-8d4b-45e3-a44a-150dcba147c0" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da"
                        xmi:uuid="f08b038b-f66d-4050-aa18-13da0114d41b"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-edge-1"
                            xmi:uuid="e8bd6898-3145-4428-a601-081ff36e2f63"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-Value__1_EQEQ_1__-Value__1_EQEQ_1__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-edge-2"
                            xmi:uuid="842a414c-7254-41b8-b410-682d2774bc00"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-Test_EQEQ_-Test_EQEQ_.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-edge-3"
                            xmi:uuid="f9c266cc-accd-411b-a044-c0f155d557d0"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Call_AssertTrue_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Call_AssertTrue_"
                            xmi:uuid="41a32f3d-f173-4221-bb21-87d7ce6a48cf"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                xmi:uuid="1c89eafd-bbf8-4c10-8e3a-f9456b7f456c"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertTrue).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                xmi:uuid="25a1b141-6025-484e-afdf-f31eac964b31"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                <name>Call(AssertTrue).argument(condition)</name>
                            </argument>
                            <name>Call(AssertTrue)</name>
                            <behavior xmi:idref="AssertionLibrary-AssertTrue"/>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e"
                            xmi:uuid="6cb4c698-c2d1-4c0d-a950-fb05ae10252c"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-edge-1"
                                xmi:uuid="761412ed-4691-4b96-bed8-60a93d1236cb"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-node-2-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-Test_EQEQ_-Test_EQEQ_.first"
                                />
                            </edge>
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-edge-2"
                                xmi:uuid="30cbe19d-4168-46aa-a988-b1a107efa14d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-node-3-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-Test_EQEQ_-Test_EQEQ_.second"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-Value__1_EQEQ_1__"
                                xmi:uuid="113dcc00-3ddf-4b55-bb5b-bb329a77ec75"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-Value__1_EQEQ_1__-Value__1_EQEQ_1__.result"
                                    xmi:uuid="1e67c592-97e2-4151-852f-fc7580cf28eb"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("1 == 1").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-Value__1_EQEQ_1__-value"
                                    xmi:uuid="54aa5adc-f28f-4174-a965-1cf24a224bf2"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>1 == 1</value>
                                </value>
                                <name>Value("1 == 1")</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-node-2"
                                xmi:uuid="f0134bb2-c024-4a05-875c-baa662123ebb"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-node-2-result"
                                    xmi:uuid="d2d1c842-d921-4735-8daa-d66f844289b8"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-node-2-value"
                                    xmi:uuid="d54acbb8-e27e-4a8b-aaf8-263d9ba2ac16"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-node-3"
                                xmi:uuid="954ee322-cec5-47bc-9955-6004b48eb42a"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-node-3-result"
                                    xmi:uuid="0016bba0-f014-4979-881f-43424d9b6139"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-node-3-value"
                                    xmi:uuid="b451db41-4be5-4d3e-935c-725c7b3c09b1"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-Test_EQEQ_"
                                xmi:uuid="64909a9d-4466-40f8-a468-c0f1ac7065c1"
                                xmi:type="uml:TestIdentityAction">
                                <first
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-Test_EQEQ_-Test_EQEQ_.first"
                                    xmi:uuid="52db2434-5a58-49cd-9eac-aa932332aeaf"
                                    xmi:type="uml:InputPin">
                                    <name>Test(==).first</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </first>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-Test_EQEQ_-Test_EQEQ_.result"
                                    xmi:uuid="15e458c2-3081-424e-a6e7-ecae592be1c5"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Test(==).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <second
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_156c3da-Tuple_ebca5e-Test_EQEQ_-Test_EQEQ_.second"
                                    xmi:uuid="2aeed32f-1d23-4521-9ae1-bd8856510dc4"
                                    xmi:type="uml:InputPin">
                                    <name>Test(==).second</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </second>
                                <name>Test(==)</name>
                            </node>
                            <name>Tuple@ebca5e</name>
                        </node>
                        <name>ExpressionStatement@156c3da</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507"
                        xmi:uuid="d1a0c8d2-4de4-4713-b558-e613e280c476"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-edge-1"
                            xmi:uuid="c1a2a6e7-cf3d-46fe-818f-8faba57160fb"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value__1_EQEQ_2__-Value__1_EQEQ_2__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-edge-2"
                            xmi:uuid="1d37bbcd-48a1-424a-97a7-1a0733cbe117"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Test_EQEQ_-Test_EQEQ_.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-edge-3"
                            xmi:uuid="ddcac86d-1a04-4de9-b292-f1f0ad4d1815"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Call_AssertTrue_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Call_AssertTrue_"
                            xmi:uuid="de57c880-2823-4808-94b5-f3a8a6f4422b"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                xmi:uuid="52a20801-3f06-4f20-b46a-9167841c2ebd"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertTrue).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                xmi:uuid="f4f86cb0-3f6d-4cc7-9080-fbc396761375"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                <name>Call(AssertTrue).argument(condition)</name>
                            </argument>
                            <name>Call(AssertTrue)</name>
                            <behavior xmi:idref="AssertionLibrary-AssertTrue"/>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c"
                            xmi:uuid="12145961-8dcb-4ad8-a547-f77ddaa6a962"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-edge-1"
                                xmi:uuid="971541d4-b68d-4a94-8c79-d930d17d4143"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value_1_-Value_1_.result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Test_EQEQ_-Test_EQEQ_.first"
                                />
                            </edge>
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-edge-2"
                                xmi:uuid="0e4d7659-2995-4078-8cce-6952d62052f4"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value_2_-Value_2_.result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Test_EQEQ_-Test_EQEQ_.second"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value__1_EQEQ_2__"
                                xmi:uuid="e81c1089-e856-4c37-8856-6b17c7bc7a95"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value__1_EQEQ_2__-Value__1_EQEQ_2__.result"
                                    xmi:uuid="0ce7728f-705f-430e-ad1e-d3a97034e2c9"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("1 == 2").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value__1_EQEQ_2__-value"
                                    xmi:uuid="842f6a8b-9168-4302-b6d6-ce2a0e371d56"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>1 == 2</value>
                                </value>
                                <name>Value("1 == 2")</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value_1_"
                                xmi:uuid="a28ccd23-8e91-489b-8b8c-164dd2364494"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value_1_-Value_1_.result"
                                    xmi:uuid="c82c68bf-95a5-43aa-9236-7dc5160b19f7"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value_1_-value"
                                    xmi:uuid="75ea0ffe-9e87-493f-9cfe-4c0740f9e520"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value_2_"
                                xmi:uuid="6a8f0ced-05e7-4dea-9a3e-e11ecb64e55e"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value_2_-Value_2_.result"
                                    xmi:uuid="dcddb21d-04e8-4e02-808e-a456472e89b2"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(2).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Value_2_-value"
                                    xmi:uuid="d2997663-6f06-43e7-8cb0-c99f06a935f1"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>2</value>
                                </value>
                                <name>Value(2)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Test_EQEQ_"
                                xmi:uuid="1da2dc00-8d96-47e3-9a57-58b6f4683f0e"
                                xmi:type="uml:TestIdentityAction">
                                <first
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Test_EQEQ_-Test_EQEQ_.first"
                                    xmi:uuid="b34257b9-af81-430c-af9f-f95d7279a1bd"
                                    xmi:type="uml:InputPin">
                                    <name>Test(==).first</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </first>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Test_EQEQ_-Test_EQEQ_.result"
                                    xmi:uuid="23c67488-5c18-4927-b6c5-bc5bdcaddb1b"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Test(==).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <second
                                    xmi:id="AssertionLibrary-Tests-TestAssertTrue-Body_TestAssertTrue_-ExpressionStatement_275507-Tuple_a3302c-Test_EQEQ_-Test_EQEQ_.second"
                                    xmi:uuid="b6ad7965-1a88-4464-aab4-d70a7200efda"
                                    xmi:type="uml:InputPin">
                                    <name>Test(==).second</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </second>
                                <name>Test(==)</name>
                            </node>
                            <name>Tuple@a3302c</name>
                        </node>
                        <name>ExpressionStatement@275507</name>
                    </node>
                    <name>Body(TestAssertTrue)</name>
                </structuredNode>
                <name>TestAssertTrue</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <packagedElement xmi:id="AssertionLibrary-Tests-TestAssertFalse"
                xmi:uuid="a476769f-4db8-4b80-b7da-890199a17519" xmi:type="uml:Activity">
                <ownedComment
                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-ownedComment"
                    xmi:uuid="5ee73dc3-927e-43ac-9791-99211b5780ad" xmi:type="uml:Comment">
                    <body>/* Generated textual representation of Activity AssertionLibrary::Tests::TestAssertFalse */

namespace AssertionLibrary::Tests ;

activity TestAssertFalse() { 
	AssertFalse("1 == 1", 1 == 1) ;
	AssertFalse("1 == 2", 1 == 2) ;
}</body>
                </ownedComment>
                <structuredNode
                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_"
                    xmi:uuid="8bb04562-1da5-419f-b34d-21f68a96ff28"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-edge"
                        xmi:uuid="e59da2cd-ae2a-483f-a362-e2edc5c57a3f" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4"
                        xmi:uuid="fca05984-0ac1-41b9-a890-1fea1d6510d8"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-edge-1"
                            xmi:uuid="d90a13a2-39d6-4087-8369-6fbebc6bcab2"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-Value__1_EQEQ_1__-Value__1_EQEQ_1__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Call_AssertFalse_-Call_AssertFalse_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-edge-2"
                            xmi:uuid="61b6c1ff-94a1-4093-b25e-fda79603af79"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-Test_EQEQ_-Test_EQEQ_.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Call_AssertFalse_-Call_AssertFalse_.argument_condition_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-edge-3"
                            xmi:uuid="4d24568d-2bd0-4e47-99b6-ec6df0bee3eb"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Call_AssertFalse_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Call_AssertFalse_"
                            xmi:uuid="005c1aa5-8695-4d67-9e52-45eed29dba89"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Call_AssertFalse_-Call_AssertFalse_.argument_label_"
                                xmi:uuid="33eefe7a-2f67-4c83-86bc-e4ddd5412c0e"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertFalse).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Call_AssertFalse_-Call_AssertFalse_.argument_condition_"
                                xmi:uuid="37df752e-aa8a-4068-87bb-08e517e56546"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                <name>Call(AssertFalse).argument(condition)</name>
                            </argument>
                            <name>Call(AssertFalse)</name>
                            <behavior xmi:idref="AssertionLibrary-AssertFalse"/>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9"
                            xmi:uuid="c0313286-276c-4275-810c-b88481911a3d"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-edge-1"
                                xmi:uuid="82b29be9-fffb-4bca-8ff4-fe56c16ecffc"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-node-2-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-Test_EQEQ_-Test_EQEQ_.first"
                                />
                            </edge>
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-edge-2"
                                xmi:uuid="1bc542dc-e939-4933-adf2-f4de044f9ec8"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-node-3-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-Test_EQEQ_-Test_EQEQ_.second"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-Value__1_EQEQ_1__"
                                xmi:uuid="be124f01-4a1b-45ad-99a0-c67e9297e857"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-Value__1_EQEQ_1__-Value__1_EQEQ_1__.result"
                                    xmi:uuid="861eb8b3-d2b5-4abf-a744-34151ddb7b15"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("1 == 1").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-Value__1_EQEQ_1__-value"
                                    xmi:uuid="4c8d5800-4eae-4f8e-a041-4d654fbdd327"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>1 == 1</value>
                                </value>
                                <name>Value("1 == 1")</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-node-2"
                                xmi:uuid="1df267ca-7e36-4cda-80f6-97f045cd877d"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-node-2-result"
                                    xmi:uuid="e15c80c1-dae8-4006-be07-dd9c7b99aa27"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-node-2-value"
                                    xmi:uuid="b40c266b-1b37-4a35-89f2-4d84e856e9d8"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-node-3"
                                xmi:uuid="8337cbc3-a427-43d5-999c-d388cce4a334"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-node-3-result"
                                    xmi:uuid="8819580a-9ec1-4712-9036-b010452a87ad"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-node-3-value"
                                    xmi:uuid="2ca60375-e2ae-4566-ac53-e5d2d3154a86"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-Test_EQEQ_"
                                xmi:uuid="d026cef5-5f2a-4a62-98e7-3ba653173ec8"
                                xmi:type="uml:TestIdentityAction">
                                <first
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-Test_EQEQ_-Test_EQEQ_.first"
                                    xmi:uuid="1ab39fa9-2a4d-4f83-867d-6f9fa4728af9"
                                    xmi:type="uml:InputPin">
                                    <name>Test(==).first</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </first>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-Test_EQEQ_-Test_EQEQ_.result"
                                    xmi:uuid="62a0a8ad-a121-4948-afcc-a1c0c9a0cfe9"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Test(==).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <second
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_16995c4-Tuple_90f9-Test_EQEQ_-Test_EQEQ_.second"
                                    xmi:uuid="a805d751-48c6-4d8f-ba07-59c6ae0f62ce"
                                    xmi:type="uml:InputPin">
                                    <name>Test(==).second</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </second>
                                <name>Test(==)</name>
                            </node>
                            <name>Tuple@90f9</name>
                        </node>
                        <name>ExpressionStatement@16995c4</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce"
                        xmi:uuid="17f012ed-2cf1-457a-9653-63d7f37532a4"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-edge-1"
                            xmi:uuid="aa6c6ea4-1ea4-44f6-bdb5-2785d40ea97a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value__1_EQEQ_2__-Value__1_EQEQ_2__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Call_AssertFalse_-Call_AssertFalse_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-edge-2"
                            xmi:uuid="880f4e7e-6a22-492f-b33b-4f8b320282be"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Test_EQEQ_-Test_EQEQ_.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Call_AssertFalse_-Call_AssertFalse_.argument_condition_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-edge-3"
                            xmi:uuid="6a6a3b16-b0e8-4c68-89f1-4921b2ff03e6"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Call_AssertFalse_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Call_AssertFalse_"
                            xmi:uuid="c2c02b0d-c953-4d42-aa1d-e9cc90964257"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Call_AssertFalse_-Call_AssertFalse_.argument_label_"
                                xmi:uuid="1ffa0339-dd11-487c-84e8-dcfb8075745b"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertFalse).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Call_AssertFalse_-Call_AssertFalse_.argument_condition_"
                                xmi:uuid="cf968252-7bfc-47ef-bd4c-f57daea5921a"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                <name>Call(AssertFalse).argument(condition)</name>
                            </argument>
                            <name>Call(AssertFalse)</name>
                            <behavior xmi:idref="AssertionLibrary-AssertFalse"/>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6"
                            xmi:uuid="1a3bc9a5-bc95-4ff1-b740-d401c504cd28"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-edge-1"
                                xmi:uuid="cccc4977-c727-4650-a401-e31b1a0da451"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value_1_-Value_1_.result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Test_EQEQ_-Test_EQEQ_.first"
                                />
                            </edge>
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-edge-2"
                                xmi:uuid="06e749ca-2c7c-4c06-9585-ddedceaad7a3"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value_2_-Value_2_.result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Test_EQEQ_-Test_EQEQ_.second"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value__1_EQEQ_2__"
                                xmi:uuid="3ffd5606-62aa-46af-a127-7f46f856cb74"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value__1_EQEQ_2__-Value__1_EQEQ_2__.result"
                                    xmi:uuid="c2d754a6-b567-4bec-81e8-e03c89415666"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("1 == 2").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value__1_EQEQ_2__-value"
                                    xmi:uuid="e20803aa-3dcb-41f0-b3be-04d07ebbf5e0"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>1 == 2</value>
                                </value>
                                <name>Value("1 == 2")</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value_1_"
                                xmi:uuid="f0262d68-db83-4061-8e1c-729d87283d8c"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value_1_-Value_1_.result"
                                    xmi:uuid="96fde52b-f44f-43e5-805c-6f172c1b8335"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value_1_-value"
                                    xmi:uuid="f1c850b9-bf0c-4f6d-ab5f-d6aa26492b50"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value_2_"
                                xmi:uuid="97468759-e127-4baf-b29a-490396bc42cb"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value_2_-Value_2_.result"
                                    xmi:uuid="931eea3f-4a86-48e3-b4e3-8f0a8bdf6f4b"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(2).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Value_2_-value"
                                    xmi:uuid="b9ce5ac1-516b-48ef-916d-f1ef6d8cd9fd"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>2</value>
                                </value>
                                <name>Value(2)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Test_EQEQ_"
                                xmi:uuid="821b1dc3-16f2-4122-9001-0b04fc693da5"
                                xmi:type="uml:TestIdentityAction">
                                <first
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Test_EQEQ_-Test_EQEQ_.first"
                                    xmi:uuid="135c0661-ac19-49df-a70c-8f2a5c07adda"
                                    xmi:type="uml:InputPin">
                                    <name>Test(==).first</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </first>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Test_EQEQ_-Test_EQEQ_.result"
                                    xmi:uuid="83b4b496-7dc7-4432-9bd9-5a820a4e1a23"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Test(==).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <second
                                    xmi:id="AssertionLibrary-Tests-TestAssertFalse-Body_TestAssertFalse_-ExpressionStatement_1e49cce-Tuple_6526b6-Test_EQEQ_-Test_EQEQ_.second"
                                    xmi:uuid="f413ba14-1ef1-4a95-9a89-10747208102f"
                                    xmi:type="uml:InputPin">
                                    <name>Test(==).second</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </second>
                                <name>Test(==)</name>
                            </node>
                            <name>Tuple@6526b6</name>
                        </node>
                        <name>ExpressionStatement@1e49cce</name>
                    </node>
                    <name>Body(TestAssertFalse)</name>
                </structuredNode>
                <name>TestAssertFalse</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <packagedElement xmi:id="AssertionLibrary-Tests-TestAssertEquals"
                xmi:uuid="6278a7d1-2f7c-4060-87c7-cbd151323bd6" xmi:type="uml:Activity">
                <ownedComment
                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-ownedComment"
                    xmi:uuid="2a16401d-004f-4a22-8224-938724730b41" xmi:type="uml:Comment">
                    <body>/* Generated textual representation of Activity AssertionLibrary::Tests::TestAssertEquals */

namespace AssertionLibrary::Tests ;

activity TestAssertEquals() { 
	AssertEquals("1 equals 1", 1, 1) ;
	AssertEquals("1 equals 2", 1, 2) ;
}</body>
                </ownedComment>
                <structuredNode
                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_"
                    xmi:uuid="7494a2e9-44d2-418c-8558-46bb7cdf4f6b"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-edge"
                        xmi:uuid="dd0c96ac-d1ef-4b15-90d6-99b744af9235" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee"
                        xmi:uuid="14550416-7b6f-4241-907d-488ce3b86882"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-edge-1"
                            xmi:uuid="4b3b1f83-e176-46bb-b312-444f01388425"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-Value__1_equals_1__-Value__1_equals_1__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-edge-2"
                            xmi:uuid="d6c8973f-bf84-44f5-aca0-3b6462d5b117"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-node-2-result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-edge-3"
                            xmi:uuid="7f2616ac-5ea7-40a6-a5e6-7cfbf94780c2"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-node-3-result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-edge-4"
                            xmi:uuid="f98b68cd-d944-4160-b6af-eb4bad0c2a73"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Call_AssertEquals_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Call_AssertEquals_"
                            xmi:uuid="26d11a21-60b4-4125-b0d2-48cfe5f5482d"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                xmi:uuid="022bba4f-db69-4ebd-a21f-b1235bc8eaef"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertEquals).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                xmi:uuid="1857dcbb-6fb8-4f55-8210-d9f4ef9d7ea7"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value1)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                xmi:uuid="ae8e5d60-eeed-41f8-8a01-f88f92344c8e"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value2)</name>
                            </argument>
                            <name>Call(AssertEquals)</name>
                            <behavior xmi:idref="AssertionLibrary-AssertEquals"/>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66"
                            xmi:uuid="671dc67a-dc6b-4f49-bd7c-870dc57d87f5"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-Value__1_equals_1__"
                                xmi:uuid="f33a2a56-3e7d-4f9d-aa16-cfe744e5bddc"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-Value__1_equals_1__-Value__1_equals_1__.result"
                                    xmi:uuid="d15546e2-43db-489b-a4b5-42c7dae7c0be"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("1 equals 1").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-Value__1_equals_1__-value"
                                    xmi:uuid="c6fb582f-784c-4747-8acd-de14dca97f85"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>1 equals 1</value>
                                </value>
                                <name>Value("1 equals 1")</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-node-2"
                                xmi:uuid="b31aabfa-90e3-448a-9b4d-9b6aa89d2dd8"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-node-2-result"
                                    xmi:uuid="ca1aef88-a466-49a4-bf1c-ca0d57a33859"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-node-2-value"
                                    xmi:uuid="cbcbaccd-50eb-4e6c-a2c9-e9b62639fab7"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-node-3"
                                xmi:uuid="620fcd73-98e7-4edf-973a-0fb773493e18"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-node-3-result"
                                    xmi:uuid="b1943d28-9793-4530-abb8-79e8394a431c"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_1f139ee-Tuple_1848f66-node-3-value"
                                    xmi:uuid="6d7251e3-5455-4510-9fd3-bf6b8b97358c"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <name>Tuple@1848f66</name>
                        </node>
                        <name>ExpressionStatement@1f139ee</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e"
                        xmi:uuid="a32adc12-65ad-41cb-8888-8b331326356c"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-edge-1"
                            xmi:uuid="e34b8e0b-bfb0-4cc6-84e8-dd1ebd57a7ec"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value__1_equals_2__-Value__1_equals_2__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-edge-2"
                            xmi:uuid="18a66ff8-5248-4fc8-a341-c021845dbd25"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value_1_-Value_1_.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-edge-3"
                            xmi:uuid="ad0cd493-527a-4071-9752-9ae228157af2"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value_2_-Value_2_.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-edge-4"
                            xmi:uuid="227b7736-bc4b-451b-b904-c5fb5014d76b"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Call_AssertEquals_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Call_AssertEquals_"
                            xmi:uuid="87a8ccf9-ac6f-40ec-990c-05633013c247"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                xmi:uuid="2dd83a53-c6ab-4060-bc79-f38140d8f62f"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertEquals).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                xmi:uuid="a024486d-0f61-440e-acd0-d6bfa2ee42a8"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value1)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                xmi:uuid="4573ea36-25ff-4df3-9dde-80a17abf1b93"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value2)</name>
                            </argument>
                            <name>Call(AssertEquals)</name>
                            <behavior xmi:idref="AssertionLibrary-AssertEquals"/>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f"
                            xmi:uuid="409c74fc-1c0b-414a-bdfb-a63a42a88794"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value__1_equals_2__"
                                xmi:uuid="fc396e2a-1132-4460-af4a-ea45723f2640"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value__1_equals_2__-Value__1_equals_2__.result"
                                    xmi:uuid="65ba24d4-bc39-4f23-bbe4-8db470ed3685"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("1 equals 2").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value__1_equals_2__-value"
                                    xmi:uuid="649c4598-fa78-460e-8d8b-d310174a92db"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>1 equals 2</value>
                                </value>
                                <name>Value("1 equals 2")</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value_1_"
                                xmi:uuid="d5ffa4cd-2f3f-4673-9d9e-af776115ae0e"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value_1_-Value_1_.result"
                                    xmi:uuid="9623d42c-0ee3-425a-91ad-e9100a2b7280"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value_1_-value"
                                    xmi:uuid="0905eba2-f747-422f-92da-b19fb382b975"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value_2_"
                                xmi:uuid="0e8c2adb-d6d8-48ec-acc8-4eee62f981fc"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value_2_-Value_2_.result"
                                    xmi:uuid="44b8aeab-f279-4587-a356-d8daa6af4727"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(2).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertEquals-Body_TestAssertEquals_-ExpressionStatement_b5305e-Tuple_1f42c8f-Value_2_-value"
                                    xmi:uuid="f7ad8f8c-e328-4d5b-ab58-5287640e49f8"
                                    xmi:type="uml:LiteralInteger">
                                    <type
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>2</value>
                                </value>
                                <name>Value(2)</name>
                            </node>
                            <name>Tuple@1f42c8f</name>
                        </node>
                        <name>ExpressionStatement@b5305e</name>
                    </node>
                    <name>Body(TestAssertEquals)</name>
                </structuredNode>
                <name>TestAssertEquals</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <packagedElement xmi:id="AssertionLibrary-Tests-TestAll"
                xmi:uuid="80075254-7c2e-4f83-8495-f9aea0287dcc" xmi:type="uml:Activity">
                <ownedComment xmi:id="AssertionLibrary-Tests-TestAll-ownedComment"
                    xmi:uuid="62139cc6-a38e-4094-8dee-8c6ebf70a5c8" xmi:type="uml:Comment">
                    <body>/* Generated textual representation of Activity AssertionLibrary::Tests::TestAll */

namespace AssertionLibrary::Tests ;

private import Alf::Library::BasicInputOutput::WriteLine ;

activity TestAll() {
	pref = " ---- Testing Activity " ;
	suff = " ----" ;
	// Testing write
	activityName = "Write" ;
	WriteLine(pref + activityName + suff) ;
	TestWrite() ; WriteLine("") ; WriteLine("") ;
	
	// Testing AssertTrue
	activityName = "AssertTrue" ;
	WriteLine(pref + activityName + suff) ;
	TestAssertTrue() ; WriteLine("") ;
	
	// Testing AssertFalse
	activityName = "AssertFalse" ;
	WriteLine(pref + activityName + suff) ;
	TestAssertFalse() ; WriteLine("") ;
	
	// Testing AssertEquals
	activityName = "AssertEquals" ;
	WriteLine(pref + activityName + suff) ;
	TestAssertEquals() ; WriteLine("") ;
	
	// Testing AssertEquals
	activityName = "AssertList" ;
	WriteLine(pref + activityName + suff) ;
	TestAssertList() ; WriteLine("") ;
}</body>
                </ownedComment>
                <structuredNode xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_"
                    xmi:uuid="daa5de31-f666-463d-870a-b22f16e413ff"
                    xmi:type="uml:StructuredActivityNode">
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-1"
                        xmi:uuid="3045fbe2-6a37-43e2-aee6-88dddf269c74" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-2"
                        xmi:uuid="3cacf380-d3cf-43b1-bd6a-4f80eb8dc32f" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-3"
                        xmi:uuid="80cc3cc4-e875-48ca-9c1c-1d2594f1eb32" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-Fork_pref__117ca48"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-1-argument-1"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-4"
                        xmi:uuid="e75f97da-af22-4984-9d64-7e6f7ad6b575" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e-Fork_activityName__1073b37"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-1-argument-2"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-5"
                        xmi:uuid="fd04b8d6-7fa2-45e1-a73b-cb36a69f403e" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-Fork_suff__2d3743"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-2-argument-2"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-6"
                        xmi:uuid="406910e4-9a8b-43f0-ad6c-6048fb0e573e" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-7"
                        xmi:uuid="bbd2af91-fa2b-430a-b068-d2e1689fc515" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_14528d"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-8"
                        xmi:uuid="fb356aab-2d36-42b4-bd13-e687be9951c9" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_14528d"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-9"
                        xmi:uuid="9ffc6d1f-7069-4421-a353-2640455e3cb1" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-10"
                        xmi:uuid="6759a2e0-f3af-4108-80fb-9339daa9d5fe" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-11"
                        xmi:uuid="e9b5be21-4a7e-4726-9e3b-9e4177a2a22a" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-Fork_pref__117ca48"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-1-argument-1"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-12"
                        xmi:uuid="dde10605-5ea2-47fa-b4f3-bd009bd0d86a" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34-Fork_activityName__f781c4"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-1-argument-2"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-13"
                        xmi:uuid="fd9e736a-f620-429d-9982-d2c08bae71a9" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-Fork_suff__2d3743"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-2-argument-2"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-14"
                        xmi:uuid="c83ff70e-1ce9-46b6-8a73-1026c5aa212f" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-15"
                        xmi:uuid="01f531b1-f47d-4155-9fd8-ccf21f85d6d4" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1817341"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-16"
                        xmi:uuid="97ec405e-5d5e-4240-b6cf-a0ac25ba81cd" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1817341"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-17"
                        xmi:uuid="b6484b17-9341-412c-80e4-3f8619c4cf8e" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-18"
                        xmi:uuid="fcc1c091-b96f-4419-9ea4-a3707e07030e" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-Fork_pref__117ca48"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-1-argument-1"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-19"
                        xmi:uuid="4a4a57ac-d89c-4d2b-b6d7-aaf648f82581" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f-Fork_activityName__1edcb39"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-1-argument-2"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-20"
                        xmi:uuid="94d041a0-1e4b-4046-83ce-4f89561c2e4c" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-Fork_suff__2d3743"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-2-argument-2"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-21"
                        xmi:uuid="dbc5c4df-a007-4a9e-a7f5-f9226cbf9589" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-22"
                        xmi:uuid="2e9fcb2d-ddc0-432c-b70d-6934200a5a77" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1fc7a0e"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-23"
                        xmi:uuid="1bfc5a1b-972c-4836-ada1-535205184a95" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1fc7a0e"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-24"
                        xmi:uuid="a41bafa6-eef7-42c5-88fb-ce2cc2cc9b27" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-25"
                        xmi:uuid="32d31627-5600-4d14-af12-b2d07b90300f" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-Fork_pref__117ca48"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-1-argument-1"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-26"
                        xmi:uuid="09c622de-d9c6-4d23-840a-9ac629c43ce6" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de-Fork_activityName__bed88b"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-1-argument-2"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-27"
                        xmi:uuid="81b369f7-8f3b-442e-97e9-109d0fe0528b" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-Fork_suff__2d3743"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-2-argument-2"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-28"
                        xmi:uuid="140c62cc-fc93-421c-b9a8-3a7bae0df7fc" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-29"
                        xmi:uuid="e24062b8-544d-4a89-aad6-1b9e1cd7c657" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_624779"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-30"
                        xmi:uuid="04d5345e-882c-459c-93c7-4df201bdb3cb" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_624779"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-31"
                        xmi:uuid="e0ff2fe8-0462-443c-accc-7826d964cb1a" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-32"
                        xmi:uuid="98efb168-06f6-4859-b170-0ce5a8b4dcf1" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-Fork_pref__117ca48"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-1-argument-1"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-33"
                        xmi:uuid="e4eac5e2-7f3c-4238-9f53-213ef64bed66" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772-Fork_activityName__c8d2ed"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-1-argument-2"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-34"
                        xmi:uuid="3c6eba6c-ab56-4b58-bfa8-1fe5e591bcea" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-Fork_suff__2d3743"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-2-argument-2"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-35"
                        xmi:uuid="ef2a3434-1e9b-4597-a00f-173212d53865" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-36"
                        xmi:uuid="50b68d04-9201-4dce-ba32-b628ded0883d" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18533db"
                        />
                    </edge>
                    <edge xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-edge-37"
                        xmi:uuid="595a08f7-2513-423d-8a90-5c0534ad5aec" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18533db"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a"
                        xmi:uuid="38d34291-1b2c-4c63-952f-f7bbbb10843d"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-edge"
                            xmi:uuid="b18da5fc-ad18-44db-add8-8ea109882989"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-RightHandSide_e1520b-Value___----_Testing_Activity___-Value___----_Testing_Activity___.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-Fork_pref__117ca48"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-Fork_pref__117ca48"
                            xmi:uuid="27b3a639-aafc-491e-ad0c-4832c2d35d6f" xmi:type="uml:ForkNode">
                            <name>Fork(pref)@117ca48</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-RightHandSide_e1520b"
                            xmi:uuid="31aeda86-deb8-45f8-835c-522e4e12689d"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-RightHandSide_e1520b-Value___----_Testing_Activity___"
                                xmi:uuid="af3e5fc4-a787-4fea-910e-bda2aa472399"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-RightHandSide_e1520b-Value___----_Testing_Activity___-Value___----_Testing_Activity___.result"
                                    xmi:uuid="fe7c0295-c917-4284-aa15-bb226e54c223"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value(" ---- Testing Activity ").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_3af05a-RightHandSide_e1520b-Value___----_Testing_Activity___-value"
                                    xmi:uuid="bcfad3a7-202b-4dbb-873c-84d3be40811f"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value> ---- Testing Activity </value>
                                </value>
                                <name>Value(" ---- Testing Activity ")</name>
                            </node>
                            <name>RightHandSide@e1520b</name>
                        </node>
                        <name>ExpressionStatement@3af05a</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda"
                        xmi:uuid="7ea7df7f-fec9-483d-9213-f57a05a30cbb"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-edge"
                            xmi:uuid="e20a5c21-9e6f-4d2a-9f92-626c53fcb7a9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-RightHandSide_87309f-Value___----__-Value___----__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-Fork_suff__2d3743"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-Fork_suff__2d3743"
                            xmi:uuid="2009d3d4-028b-4015-a897-a7f176ccacad" xmi:type="uml:ForkNode">
                            <name>Fork(suff)@2d3743</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-RightHandSide_87309f"
                            xmi:uuid="d3dbfa73-eb0d-4b7a-82af-2998f2e08edc"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-RightHandSide_87309f-Value___----__"
                                xmi:uuid="c70093da-ae93-4f4a-8f23-1ee155aefd42"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-RightHandSide_87309f-Value___----__-Value___----__.result"
                                    xmi:uuid="49ed82eb-529b-4643-ad0c-bda6a4e58cba"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value(" ----").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_186bfda-RightHandSide_87309f-Value___----__-value"
                                    xmi:uuid="c8e54edf-1da2-47b9-97b0-8e70a91adfa8"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value> ----</value>
                                </value>
                                <name>Value(" ----")</name>
                            </node>
                            <name>RightHandSide@87309f</name>
                        </node>
                        <name>ExpressionStatement@186bfda</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e"
                        xmi:uuid="81b56bb7-a7ad-4063-aca7-112aabe7aaa8"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e-edge"
                            xmi:uuid="66008c9e-0e7c-41f9-9143-708ca39f1d57"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e-RightHandSide_1c0a7cb-Value__Write__-Value__Write__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e-Fork_activityName__1073b37"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e-Fork_activityName__1073b37"
                            xmi:uuid="c0c6507e-cc43-4a26-8627-2aa2be860369" xmi:type="uml:ForkNode">
                            <name>Fork(activityName)@1073b37</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e-RightHandSide_1c0a7cb"
                            xmi:uuid="4eec4527-ea66-4a86-be45-70d74a44495a"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e-RightHandSide_1c0a7cb-Value__Write__"
                                xmi:uuid="94b0b346-78c4-438f-a0bf-c46561d3301a"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e-RightHandSide_1c0a7cb-Value__Write__-Value__Write__.result"
                                    xmi:uuid="f3539e4c-e86b-437b-b388-3588afc72234"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("Write").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18e3e-RightHandSide_1c0a7cb-Value__Write__-value"
                                    xmi:uuid="999f8878-3ab8-4923-8960-6a4edea5ccb9"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>Write</value>
                                </value>
                                <name>Value("Write")</name>
                            </node>
                            <name>RightHandSide@1c0a7cb</name>
                        </node>
                        <name>ExpressionStatement@18e3e</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b"
                        xmi:uuid="fa32a411-030f-4e7d-9bdf-85b52174b9f0"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-edge-1"
                            xmi:uuid="8da3200c-da30-4d6c-a09b-073da9862c56"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-2-result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-edge-2"
                            xmi:uuid="fba25023-5706-404b-bad3-f29a2063b373"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Call_WriteLine_"
                            xmi:uuid="5d641600-2af5-4a04-91c0-68257be7fada"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="537822c2-32c7-4df1-bb9c-0c95f5df49bc"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="1f334daf-a93e-403a-8cea-8c3f7ce2d44a"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="ba7e3de4-fa14-4ddd-903b-5f8a5f1c3098"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f"
                            xmi:uuid="dd1a768f-a4aa-4346-990a-1347babd2592"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-edge"
                                xmi:uuid="eb8bbe55-e450-4fc6-828f-0896f4826637"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-1-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-2-argument-1"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-1"
                                xmi:uuid="c632aae7-c22f-4023-9303-734d147c0489"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-1-argument-1"
                                    xmi:uuid="cd428473-2e5a-4c53-83f4-314091214169"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-1-argument-2"
                                    xmi:uuid="bd732dc9-3250-40c4-b02b-7c83962eec1f"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-1-result"
                                    xmi:uuid="cc0735c1-76c5-42dc-8c96-def2716975fb"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-2"
                                xmi:uuid="12c299c9-950e-4ef4-b009-45bd0be05a57"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-2-argument-1"
                                    xmi:uuid="48178a93-f046-45e7-92b3-2be67be90db6"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-2-argument-2"
                                    xmi:uuid="44b53f38-2cdf-43da-987b-0067e36a68a5"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_28574b-Tuple_45c36f-node-2-result"
                                    xmi:uuid="e4f803fc-6020-47ac-bf6c-1fc1507e3a7b"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <name>Tuple@45c36f</name>
                        </node>
                        <name>ExpressionStatement@28574b</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_14528d"
                        xmi:uuid="66bdf301-099e-4e41-b213-458293ef7b32"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_14528d-Call_TestWrite_"
                            xmi:uuid="95a6cfe2-c0c0-40d8-800e-3e6951ab832a"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(TestWrite)</name>
                            <behavior xmi:idref="AssertionLibrary-Tests-TestWrite"/>
                        </node>
                        <name>ExpressionStatement@14528d</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2"
                        xmi:uuid="62168183-60c3-4a6a-8e35-c6d008731949"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-edge-1"
                            xmi:uuid="ffefd4f7-427f-4d2d-aa21-e3b07647c6c7"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Tuple_122c298-Value____-Value____.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-edge-2"
                            xmi:uuid="c04a1b5d-4709-4e39-9586-acb9226bfe77"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Tuple_122c298"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Call_WriteLine_"
                            xmi:uuid="a57f3d32-43d0-4768-9dae-7fcc2836dbc8"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="c5459317-d7c3-453e-8f0c-bd91e21359bb"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="6e72a99a-90cd-4f60-b121-926dee43084a"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="6503d7ca-1671-4e4b-8b24-c29c700c0d91"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Tuple_122c298"
                            xmi:uuid="9a564c17-60ff-4d60-a97e-097fbb79be77"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Tuple_122c298-Value____"
                                xmi:uuid="a425770e-101b-4484-b823-d8355ff8408c"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Tuple_122c298-Value____-Value____.result"
                                    xmi:uuid="f87a710b-9a8e-4208-8eea-78e46eaf4fc2"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1a88ae2-Tuple_122c298-Value____-value"
                                    xmi:uuid="bb625421-e3c3-49da-ba12-e28ac155a195"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@122c298</name>
                        </node>
                        <name>ExpressionStatement@1a88ae2</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c"
                        xmi:uuid="b5e967c2-d4dd-4ded-ae6e-aa1ece4b1ed5"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-edge-1"
                            xmi:uuid="f5613a3e-7b32-4151-b66c-7ec4ab6c2f4f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Tuple_1061fa3-Value____-Value____.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-edge-2"
                            xmi:uuid="46573fb7-21cd-4990-981c-750a9928cd3a"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Tuple_1061fa3"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Call_WriteLine_"
                            xmi:uuid="b04beb33-3e96-4106-9c7b-b3b05e61bd96"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="d8696ddf-0c55-4e68-ba11-1e517277966d"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="42edb642-0506-4747-8f5a-ef716bc8d548"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="752e6925-2bb5-4bd3-aa3f-d69a052cffda"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Tuple_1061fa3"
                            xmi:uuid="5534fc96-9c46-4ef1-b231-7db8a6e3c9fa"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Tuple_1061fa3-Value____"
                                xmi:uuid="58dcacb9-1015-4f97-8805-eea2699aa4f4"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Tuple_1061fa3-Value____-Value____.result"
                                    xmi:uuid="65f0394c-5ff2-4946-96aa-3aaecc26a6a2"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1f1d74c-Tuple_1061fa3-Value____-value"
                                    xmi:uuid="cebfb33c-a66d-4e28-b77d-f154a2d3955e"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@1061fa3</name>
                        </node>
                        <name>ExpressionStatement@1f1d74c</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34"
                        xmi:uuid="3641c74b-f38f-4916-8f13-115ac3a048b7"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34-edge"
                            xmi:uuid="0cebae00-d564-48f1-a31d-f15edf869d01"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34-RightHandSide_1689fac-Value__AssertTrue__-Value__AssertTrue__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34-Fork_activityName__f781c4"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34-Fork_activityName__f781c4"
                            xmi:uuid="9316b27b-213d-4dd2-ad99-4863ea78623f" xmi:type="uml:ForkNode">
                            <name>Fork(activityName)@f781c4</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34-RightHandSide_1689fac"
                            xmi:uuid="ee43d5de-2849-48b0-9443-9104ebf9d999"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34-RightHandSide_1689fac-Value__AssertTrue__"
                                xmi:uuid="a12ad475-439e-472e-af42-3a8bd29599f5"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34-RightHandSide_1689fac-Value__AssertTrue__-Value__AssertTrue__.result"
                                    xmi:uuid="23a3540b-0cc4-4ee5-ac6b-8a97a8ce29ff"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("AssertTrue").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_68fc34-RightHandSide_1689fac-Value__AssertTrue__-value"
                                    xmi:uuid="e1665963-786e-476b-ab18-39780ad50bcc"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>AssertTrue</value>
                                </value>
                                <name>Value("AssertTrue")</name>
                            </node>
                            <name>RightHandSide@1689fac</name>
                        </node>
                        <name>ExpressionStatement@68fc34</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b"
                        xmi:uuid="1b0e90af-4d85-483e-b71a-7498b64be70d"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-edge-1"
                            xmi:uuid="e4031be1-04db-4a0a-ba61-2206a047b4ee"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-2-result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-edge-2"
                            xmi:uuid="1090c634-d1df-4bad-b2b8-afd101fefcdb"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Call_WriteLine_"
                            xmi:uuid="15c3e374-5a39-4c09-8f33-127be26be0a4"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="aff57b7b-6196-4cd9-8a33-0080bc7f2116"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="019e2faa-9d6f-4205-af4a-16099330cb69"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="167d39f5-793a-4b6b-bba6-5c09c2633354"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7"
                            xmi:uuid="d82fbabf-cbf5-4ca1-b2e3-829c645e044f"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-edge"
                                xmi:uuid="fc6d0024-524e-4e74-96da-e044761e5143"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-1-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-2-argument-1"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-1"
                                xmi:uuid="0f1853a6-7f96-46ea-a213-45ff4dbccffd"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-1-argument-1"
                                    xmi:uuid="83a575da-5fda-41df-9b69-33c7d691fa86"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-1-argument-2"
                                    xmi:uuid="060f6685-6aaa-4666-86ca-baf355df8b12"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-1-result"
                                    xmi:uuid="dc92c90b-6a4b-4604-b75b-03e37f2b58bc"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-2"
                                xmi:uuid="d6e061ac-a228-46b8-90ab-e65f82786d99"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-2-argument-1"
                                    xmi:uuid="ecd9c27c-5311-4107-bb53-7a8f2f007813"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-2-argument-2"
                                    xmi:uuid="e6bb01c5-23b8-41e7-8641-3b535961e234"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_101f11b-Tuple_12cb9d7-node-2-result"
                                    xmi:uuid="4cbc81fc-027f-4f7e-97be-1f1cb22608f5"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <name>Tuple@12cb9d7</name>
                        </node>
                        <name>ExpressionStatement@101f11b</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1817341"
                        xmi:uuid="e400f7e5-a864-4c7f-a235-1791e20dea28"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1817341-Call_TestAssertTrue_"
                            xmi:uuid="c052441f-3ea6-48ca-a29e-6862a2ecb448"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(TestAssertTrue)</name>
                            <behavior xmi:idref="AssertionLibrary-Tests-TestAssertTrue"
                            />
                        </node>
                        <name>ExpressionStatement@1817341</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997"
                        xmi:uuid="879ee0ec-24fa-4e94-9061-4930858acbfa"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-edge-1"
                            xmi:uuid="ef9e28b0-44b9-45cc-a4d5-e8ef5545937c"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Tuple_411cbe-Value____-Value____.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-edge-2"
                            xmi:uuid="cfba9b96-440c-4ef5-b8d1-cbef6a869240"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Tuple_411cbe"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Call_WriteLine_"
                            xmi:uuid="3658b7bc-6e18-4cd5-9163-535e81b9391a"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="7916322c-81b4-4f1a-9674-67769b45d755"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="822e1eb5-e7fd-4641-a0ab-67897be414df"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="5997c9be-8950-4122-9c3f-6de459508ec3"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Tuple_411cbe"
                            xmi:uuid="0e167c6f-34b4-45b3-a2bd-0fcd92c901d7"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Tuple_411cbe-Value____"
                                xmi:uuid="f1a37d1d-183a-4a3a-9283-6b141e229271"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Tuple_411cbe-Value____-Value____.result"
                                    xmi:uuid="56735332-9b0c-4b44-9c59-2179c8c29903"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7f4997-Tuple_411cbe-Value____-value"
                                    xmi:uuid="cb7d89c6-6275-404e-a85a-bb08c6c1b88d"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@411cbe</name>
                        </node>
                        <name>ExpressionStatement@7f4997</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f"
                        xmi:uuid="31ccdd83-ec71-4e7e-b253-4fdd4ef184aa"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f-edge"
                            xmi:uuid="96f44df7-f8cc-42b9-9e79-55b5f55fa57d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f-RightHandSide_b91253-Value__AssertFalse__-Value__AssertFalse__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f-Fork_activityName__1edcb39"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f-Fork_activityName__1edcb39"
                            xmi:uuid="ec11b5e1-7161-4c22-b74a-eb7865a6b10d" xmi:type="uml:ForkNode">
                            <name>Fork(activityName)@1edcb39</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f-RightHandSide_b91253"
                            xmi:uuid="a2ca26bb-0803-4a1c-a567-0aa8b741b143"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f-RightHandSide_b91253-Value__AssertFalse__"
                                xmi:uuid="69ef004f-8281-428a-9723-b8a8e240f6c9"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f-RightHandSide_b91253-Value__AssertFalse__-Value__AssertFalse__.result"
                                    xmi:uuid="46b0a3c7-0097-400e-9686-056b01dcb782"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("AssertFalse").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_16dd42f-RightHandSide_b91253-Value__AssertFalse__-value"
                                    xmi:uuid="cf789073-c5ee-4b8a-bd26-a34fa2ccc669"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>AssertFalse</value>
                                </value>
                                <name>Value("AssertFalse")</name>
                            </node>
                            <name>RightHandSide@b91253</name>
                        </node>
                        <name>ExpressionStatement@16dd42f</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0"
                        xmi:uuid="0b34e689-53c9-4a97-928a-9c725c21c4fd"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-edge-1"
                            xmi:uuid="e74d081b-eb1c-4297-b2f2-11ad6e0481ce"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-2-result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-edge-2"
                            xmi:uuid="f652c49d-9b2e-4ce2-a780-0f83aa7f53ca"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Call_WriteLine_"
                            xmi:uuid="cdc56e8c-7672-4d38-8d97-a6616b4f70ed"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="0c4ea40f-a828-453e-ac9a-21e43326d32b"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="d8c9427b-ca23-41c5-ae81-0f2ecad6c782"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="b0f642be-62c9-4e95-8e62-8e15b1910212"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503"
                            xmi:uuid="becf02dd-09cd-4aab-a0b4-554c2036ca5d"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-edge"
                                xmi:uuid="c493a9f6-341e-408e-b185-f9783c624b36"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-1-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-2-argument-1"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-1"
                                xmi:uuid="a38aeb1c-b8f3-4d24-8f0d-cf164945cb64"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-1-argument-1"
                                    xmi:uuid="e1a1c100-9834-4707-bf60-bb447944b4c9"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-1-argument-2"
                                    xmi:uuid="b100ac0c-e009-4d08-a06a-007f9bd8d6b8"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-1-result"
                                    xmi:uuid="b000e987-1b0a-4690-9345-c59bc5d912fe"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-2"
                                xmi:uuid="d32763f8-baa1-4b7f-9633-d47e52c2181c"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-2-argument-1"
                                    xmi:uuid="76c25b83-361f-47e4-a48d-4f2d516fa37d"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-2-argument-2"
                                    xmi:uuid="f1052a31-7c12-4c05-ba7a-7eee8ae39694"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_13811f0-Tuple_190c503-node-2-result"
                                    xmi:uuid="8730b770-48c1-4d5a-8013-0679fcaa77f0"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <name>Tuple@190c503</name>
                        </node>
                        <name>ExpressionStatement@13811f0</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1fc7a0e"
                        xmi:uuid="dd4cd0f5-0ec8-47df-b6e3-eeb793cd8043"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_1fc7a0e-Call_TestAssertFalse_"
                            xmi:uuid="46741705-2ca2-4ea1-bd14-19b0e09fd3e6"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(TestAssertFalse)</name>
                            <behavior xmi:idref="AssertionLibrary-Tests-TestAssertFalse"
                            />
                        </node>
                        <name>ExpressionStatement@1fc7a0e</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c"
                        xmi:uuid="cf4e68fd-0186-4953-8348-24620de01a24"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-edge-1"
                            xmi:uuid="b3dc85ac-1a4b-4c21-8112-4efc8fed58d7"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Tuple_15a71cb-Value____-Value____.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-edge-2"
                            xmi:uuid="23c46dd6-643a-44b6-815b-da91c2351f97"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Tuple_15a71cb"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Call_WriteLine_"
                            xmi:uuid="8d074508-f8ba-4836-89d3-61425be70510"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="646c4b07-b218-46bd-bd01-c92443b690ad"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="24e747b5-e262-49a5-9493-47954ddde2e5"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="b089eb13-cf68-48b6-8cff-d6b157d549d8"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Tuple_15a71cb"
                            xmi:uuid="1c9c492e-f607-441c-8a07-a8d182477c79"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Tuple_15a71cb-Value____"
                                xmi:uuid="97ed0a6b-42b9-40f1-aea1-8e9bb63ec44a"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Tuple_15a71cb-Value____-Value____.result"
                                    xmi:uuid="1a4c40d7-45fe-4eb6-b0b2-12fd3941ad40"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_d2da4c-Tuple_15a71cb-Value____-value"
                                    xmi:uuid="17c0d09c-27f2-4fcc-89e5-2bcee8335633"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@15a71cb</name>
                        </node>
                        <name>ExpressionStatement@d2da4c</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de"
                        xmi:uuid="336c9fbe-1121-4846-9ab7-8c057876d812"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de-edge"
                            xmi:uuid="69718627-e118-4c5d-b53b-fd4ba5fac24e"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de-RightHandSide_17aa9c1-Value__AssertEquals__-Value__AssertEquals__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de-Fork_activityName__bed88b"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de-Fork_activityName__bed88b"
                            xmi:uuid="3129e2ad-c4e4-4cbd-85a7-9cf5cb013239" xmi:type="uml:ForkNode">
                            <name>Fork(activityName)@bed88b</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de-RightHandSide_17aa9c1"
                            xmi:uuid="495f0472-a5cf-4a5a-b3da-75fda72f5752"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de-RightHandSide_17aa9c1-Value__AssertEquals__"
                                xmi:uuid="842bea1a-df27-421d-9af6-be0ccbea83c4"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de-RightHandSide_17aa9c1-Value__AssertEquals__-Value__AssertEquals__.result"
                                    xmi:uuid="114dacf5-0726-4860-8637-821b2a76f88d"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("AssertEquals").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_5271de-RightHandSide_17aa9c1-Value__AssertEquals__-value"
                                    xmi:uuid="5a447d3b-b96c-499a-be5b-3fb7d5bb2b7f"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>AssertEquals</value>
                                </value>
                                <name>Value("AssertEquals")</name>
                            </node>
                            <name>RightHandSide@17aa9c1</name>
                        </node>
                        <name>ExpressionStatement@5271de</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b"
                        xmi:uuid="742282db-d95b-4259-a62d-cc14d041bacd"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-edge-1"
                            xmi:uuid="8409b028-7c2f-4fc1-8c4d-4896865a9ff0"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-2-result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-edge-2"
                            xmi:uuid="240d8e56-f461-4f6a-b461-d3f148ede626"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Call_WriteLine_"
                            xmi:uuid="bc8a2cb0-dfa1-48e4-8e12-6b4dcf7937fb"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="9f2e73e7-beaf-460d-b2a7-a28bb6fa023d"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="d8bca495-2e78-4deb-91ae-cb380411e6e4"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="6c19f74f-c197-4bbb-8ee7-5cb27a083326"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4"
                            xmi:uuid="e3bd59fa-1d0c-434e-a61f-236b199b34dc"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-edge"
                                xmi:uuid="d3b825e9-553e-40c9-a03b-9f34056f9964"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-1-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-2-argument-1"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-1"
                                xmi:uuid="810954fa-a2dc-4a43-bdcb-7828529603d2"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-1-argument-1"
                                    xmi:uuid="b6a91fca-b354-4019-a96e-97ccac3e96a3"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-1-argument-2"
                                    xmi:uuid="cffaa894-e192-419c-b7fe-264a6ae7c3f8"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-1-result"
                                    xmi:uuid="ac5bd154-68aa-4364-9c36-057b658a1200"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-2"
                                xmi:uuid="c2d31136-4ce0-4f1f-8018-0d0f6c218986"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-2-argument-1"
                                    xmi:uuid="6b1dcf6f-a636-4c3d-a34b-8786560c1e4e"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-2-argument-2"
                                    xmi:uuid="7c57908d-0530-46d4-a9af-5f9c6c33c96a"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_be387b-Tuple_b2b8a4-node-2-result"
                                    xmi:uuid="43f5e2e9-e3fe-4ec9-8cee-267c371a170f"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <name>Tuple@b2b8a4</name>
                        </node>
                        <name>ExpressionStatement@be387b</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_624779"
                        xmi:uuid="5e5e2160-2ab5-48d0-ae21-3498213b19ff"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_624779-Call_TestAssertEquals_"
                            xmi:uuid="be5746a0-d853-4c9c-8f05-656bfe78538a"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(TestAssertEquals)</name>
                            <behavior
                                xmi:idref="AssertionLibrary-Tests-TestAssertEquals"/>
                        </node>
                        <name>ExpressionStatement@624779</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4"
                        xmi:uuid="ee66bd55-6f33-460f-95e4-d26fdc134780"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-edge-1"
                            xmi:uuid="1b49569b-34e2-42e9-8968-264f22a1b9bf"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Tuple_19fe454-Value____-Value____.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-edge-2"
                            xmi:uuid="cb9ef1fa-9f39-470f-a48b-0462b967efa4"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Tuple_19fe454"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Call_WriteLine_"
                            xmi:uuid="bb10c859-9037-458f-b60c-38d199f18f03"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="52be568e-27ce-461e-9dd4-35e9734bf77a"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="e4d6ed18-7235-4a13-86d0-7b731395d0ca"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="f46ea93c-1de2-407c-98b3-0c09f27d7394"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Tuple_19fe454"
                            xmi:uuid="cc6719b7-5096-4eb2-b517-fd774e4f3eed"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Tuple_19fe454-Value____"
                                xmi:uuid="c737ca71-e9ae-40a7-b5af-60320839ca3d"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Tuple_19fe454-Value____-Value____.result"
                                    xmi:uuid="d367ae72-0291-43a7-bb87-975910f7aeb9"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_e939d4-Tuple_19fe454-Value____-value"
                                    xmi:uuid="c89a89b7-6138-415c-b5dd-cfa7d4d81362"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@19fe454</name>
                        </node>
                        <name>ExpressionStatement@e939d4</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772"
                        xmi:uuid="9a12c67d-f1e8-4c16-b0ff-8844ae994aaf"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772-edge"
                            xmi:uuid="f9be6550-6016-404c-a97e-08c86f32cd1d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772-RightHandSide_8fdfa7-Value__AssertList__-Value__AssertList__.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772-Fork_activityName__c8d2ed"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772-Fork_activityName__c8d2ed"
                            xmi:uuid="8d65ce8b-2292-4c1c-9df8-c6ce35bca13d" xmi:type="uml:ForkNode">
                            <name>Fork(activityName)@c8d2ed</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772-RightHandSide_8fdfa7"
                            xmi:uuid="c079aade-ce02-4382-8c32-b8ec30664c37"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772-RightHandSide_8fdfa7-Value__AssertList__"
                                xmi:uuid="fdac8e78-810b-4f4f-aa47-7e3ef692519d"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772-RightHandSide_8fdfa7-Value__AssertList__-Value__AssertList__.result"
                                    xmi:uuid="49f41e66-4e34-48dd-8541-7331a28c6a9b"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("AssertList").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_7e2772-RightHandSide_8fdfa7-Value__AssertList__-value"
                                    xmi:uuid="0dbe616c-0e2a-41ea-baab-b60abc2c5c55"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>AssertList</value>
                                </value>
                                <name>Value("AssertList")</name>
                            </node>
                            <name>RightHandSide@8fdfa7</name>
                        </node>
                        <name>ExpressionStatement@7e2772</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183"
                        xmi:uuid="91ba3113-01a2-4c83-838f-70e3bd3dc345"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-edge-1"
                            xmi:uuid="f1bed95d-cd16-47e6-a530-ef4b20b6ac08"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-2-result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-edge-2"
                            xmi:uuid="58ca2ed5-674c-4069-aa57-8b1aba4b91cb"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Call_WriteLine_"
                            xmi:uuid="3fc8c774-cb08-444d-b5aa-9fc612bbab44"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="95c83028-7f54-49cc-9ba3-2a80b33c608b"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="352fd638-aa95-45fe-9c0b-b3fa43e93a7d"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="0b0f2b4d-6f33-4b0f-8477-7ad6ce6e00ce"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60"
                            xmi:uuid="57b3ab5c-e9a6-4d45-9cc6-a3d2dc23377b"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-edge"
                                xmi:uuid="2459bf3d-324e-4c74-81f5-c7cd7e6c96c3"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-1-result"/>
                                <target
                                    xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-2-argument-1"
                                />
                            </edge>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-1"
                                xmi:uuid="437d1ffd-2249-4be9-a497-dade66289833"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-1-argument-1"
                                    xmi:uuid="90e2fea8-a0b4-45e4-a52b-d4e9c13c355d"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-1-argument-2"
                                    xmi:uuid="4b84fd4c-bff9-4a1e-bba4-0a4b52fd3ca6"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-1-result"
                                    xmi:uuid="8a58f31a-6195-471d-ba91-c69db421cecf"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-2"
                                xmi:uuid="2e4cb4d1-46ba-42a5-baf4-939601ccde0f"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-2-argument-1"
                                    xmi:uuid="5cd67e93-040d-4a39-9088-1dcc371271a5"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-2-argument-2"
                                    xmi:uuid="51c4f274-b292-4c91-87f8-369e8a18bc13"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_12f4183-Tuple_1c68f60-node-2-result"
                                    xmi:uuid="04a93151-5cc2-497e-94bf-f5707bef1544"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(Concat).result(result)</name>
                                </result>
                                <name>Call(Concat)</name>
                            </node>
                            <name>Tuple@1c68f60</name>
                        </node>
                        <name>ExpressionStatement@12f4183</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18533db"
                        xmi:uuid="d3be8b25-a020-4734-aee3-8ec5d3493254"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_18533db-Call_TestAssertList_"
                            xmi:uuid="19296132-d299-4465-9ac3-a9be50c4f5aa"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(TestAssertList)</name>
                            <behavior xmi:idref="AssertionLibrary-Tests-TestAssertList"
                            />
                        </node>
                        <name>ExpressionStatement@18533db</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377"
                        xmi:uuid="53d0b83c-cc46-4e48-8ce1-9b8f23b12355"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-edge-1"
                            xmi:uuid="f439af65-7cf7-4e5b-ab78-517b363b9f9f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Tuple_18d4181-Value____-Value____.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-edge-2"
                            xmi:uuid="32d0e385-11f7-474d-91e7-e9801810869c"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Tuple_18d4181"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Call_WriteLine_"
                            xmi:uuid="ada9f9eb-0053-4793-a050-23dcee764824"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior
                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="09d09d93-19a7-4832-a1a2-ab80435e94ab"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="46ad8f36-8e07-449a-83d9-1201112a43d9"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="c72a88ba-566a-428f-b515-c60c04d495de"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Tuple_18d4181"
                            xmi:uuid="04806ed9-d828-49ea-b8f8-eeccf5c85ca5"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Tuple_18d4181-Value____"
                                xmi:uuid="b7b71376-bd5e-4b6a-a35e-83db2c88586a"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Tuple_18d4181-Value____-Value____.result"
                                    xmi:uuid="4cf78532-be1f-4673-8c76-c253a60022c8"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAll-Body_TestAll_-ExpressionStatement_ad9377-Tuple_18d4181-Value____-value"
                                    xmi:uuid="547bd024-669c-4c42-8737-a10653924ba8"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@18d4181</name>
                        </node>
                        <name>ExpressionStatement@ad9377</name>
                    </node>
                    <name>Body(TestAll)</name>
                </structuredNode>
                <name>TestAll</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <packagedElement xmi:id="AssertionLibrary-Tests-TestAssertList"
                xmi:uuid="5cd1f56f-4e78-480d-8915-da55b5945713" xmi:type="uml:Activity">
                <ownedComment
                    xmi:id="AssertionLibrary-Tests-TestAssertList-ownedComment"
                    xmi:uuid="5a7f9840-2bed-4cb7-8d81-eb7fc6364fad" xmi:type="uml:Comment">
                    <body>/* Generated textual representation of Activity AssertionLibrary::Tests::TestAssertList */

namespace AssertionLibrary::Tests ;

activity TestAssertList() { 
	Integer[] list1 = {1, 2, 3, 4} ;
	Integer[] list2 = {1, 2, 3, 4} ;
	AssertList("{1, 2, 3, 4} vs. {1, 2, 3, 4}  ", list1, list2) ;
	
	Integer[] list3 = {1, 2, 7, 4, 8} ;
	AssertList("{1, 2, 3, 4} vs. {1, 2, 7, 4, 8}  ", list1, list3) ;
}</body>
                </ownedComment>
                <structuredNode
                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_"
                    xmi:uuid="3bc8c7d6-c972-4288-bc23-6da6eb9f14a1"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-edge-1"
                        xmi:uuid="983119bb-5b92-4bb5-b419-7111afa64949" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-edge-2"
                        xmi:uuid="75b5de45-8855-475b-9fe9-cd0494feb4bd" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-Fork_list1__5bbfa4"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_-Call_AssertList_.argument_list_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-edge-3"
                        xmi:uuid="43cd8d0e-24f2-425f-aa8a-7419801ad664" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-Fork_list2__2d0c5b"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_-Call_AssertList_.argument_expected_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-edge-4"
                        xmi:uuid="3486a307-10b8-48e5-aad2-ff4d466f5eb7" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-edge-5"
                        xmi:uuid="efc3e629-2289-4e52-9d50-e23a5b3483a1" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-edge-6"
                        xmi:uuid="73f9766c-e10b-4794-be58-64a0afd556f0" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-Fork_list1__17bc2dd"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_-Call_AssertList_.argument_list_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-edge-7"
                        xmi:uuid="82faa155-db2c-44b6-ba71-a68fac864183" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-Fork_list3__1cd4150"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_-Call_AssertList_.argument_expected_"
                        />
                    </edge>
                    <edge
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-edge-8"
                        xmi:uuid="404f246c-8d1f-433f-9508-a797b58fa79b" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b"/>
                        <target
                            xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1"
                        xmi:uuid="972db4b0-108f-467f-a95b-86670bcba7f8"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-edge-1"
                            xmi:uuid="04011d52-f637-40df-a686-0bc466ccb9bb"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceConstructionExpression_17a0709.output"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-Fork_list1__1202d4"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-edge-2"
                            xmi:uuid="46467e15-a17f-40be-8ca5-ad96a773fa64"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceConstructionExpression_17a0709.output"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-Fork_list1__5bbfa4"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-edge-3"
                            xmi:uuid="ea34d960-1bd8-4f5f-adfb-1f7ee22186d7"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceConstructionExpression_17a0709.output"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-Fork_list1__17bc2dd"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-Fork_list1__1202d4"
                            xmi:uuid="4b31aec1-2fa1-47aa-96ce-bf5414c18e4e" xmi:type="uml:ForkNode">
                            <name>Fork(list1)@1202d4</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-node-2"
                            xmi:uuid="b80ba8af-88cc-442d-be19-0073b9a872f7"
                            xmi:type="uml:StructuredActivityNode">
                            <name>RightHandSide@17a0709</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-Fork_list1__5bbfa4"
                            xmi:uuid="347682d9-1b6d-4d2f-ab27-8367b72c7bc8" xmi:type="uml:ForkNode">
                            <name>Fork(list1)@5bbfa4</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-node-4"
                            xmi:uuid="48100a51-a9f4-4246-a2d2-6099b7b42e23"
                            xmi:type="uml:StructuredActivityNode">
                            <name>RightHandSide@17a0709</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-Fork_list1__17bc2dd"
                            xmi:uuid="e1630064-22f8-4570-ad33-6a0364e24641" xmi:type="uml:ForkNode">
                            <name>Fork(list1)@17bc2dd</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-node-6"
                            xmi:uuid="253cf616-8a1c-49f9-9ab1-e74325332de2"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709"
                                xmi:uuid="ef16d797-ab4d-40d5-9943-e1cfc4be9561"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-edge-1"
                                    xmi:uuid="83b35a66-e163-4fce-858d-a121b5338c0b"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_1"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_2"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-edge-2"
                                    xmi:uuid="04128ce8-3be7-4206-8cf4-5aef12322510"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_2"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_3"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-edge-3"
                                    xmi:uuid="43b52eaa-76d7-4907-8860-6845986c6bb4"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_3"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_4"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-edge-4"
                                    xmi:uuid="b918bd46-0d8e-47c6-92b3-607922c916df"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_1-Value_1_-Value_1_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceConstructionExpression_17a0709.output"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-edge-5"
                                    xmi:uuid="84f1dfed-5787-4237-96f4-80d3a0837d32"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_2-Value_2_-Value_2_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceConstructionExpression_17a0709.output"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-edge-6"
                                    xmi:uuid="15a5494b-6ce4-4cf4-ada0-87aefcba8590"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_3-Value_3_-Value_3_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceConstructionExpression_17a0709.output"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-edge-7"
                                    xmi:uuid="3097fed3-810b-46d4-972a-3abb4e0634c7"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_4-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceConstructionExpression_17a0709.output"
                                    />
                                </edge>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_1"
                                    xmi:uuid="c6835b33-88a9-497c-ab37-c00ca044451b"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_1-Value_1_"
                                        xmi:uuid="c5ae118c-4eac-4bed-94b5-264796946b4f"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_1-Value_1_-Value_1_.result"
                                            xmi:uuid="56867e58-9dea-459c-bdae-08e7eac636fb"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(1).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_1-Value_1_-value"
                                            xmi:uuid="ad8613ee-947d-4302-8158-3af86c5ec4f4"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>1</value>
                                        </value>
                                        <name>Value(1)</name>
                                    </node>
                                    <name>SequenceExpressionList@57286c#1</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_2"
                                    xmi:uuid="8b775d84-fdda-4275-8e94-e820f48e50bf"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_2-Value_2_"
                                        xmi:uuid="78f65bbe-d220-4f54-be08-3856aa267768"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_2-Value_2_-Value_2_.result"
                                            xmi:uuid="8cdf6eeb-3879-4daf-a3ee-76742e9c5531"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(2).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_2-Value_2_-value"
                                            xmi:uuid="bdcbe557-0d96-49cf-b0e3-3375458ba9d9"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>2</value>
                                        </value>
                                        <name>Value(2)</name>
                                    </node>
                                    <name>SequenceExpressionList@57286c#2</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_3"
                                    xmi:uuid="ec046d83-b969-4508-b679-1138fbc58a5b"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_3-Value_3_"
                                        xmi:uuid="c24d88f3-fdfb-460f-85fb-62912586cbbf"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_3-Value_3_-Value_3_.result"
                                            xmi:uuid="58d9fa1b-150f-4b61-accb-36f35983cb58"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(3).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_3-Value_3_-value"
                                            xmi:uuid="f7a6dffb-53f9-445b-be34-c4c16e05fd35"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>3</value>
                                        </value>
                                        <name>Value(3)</name>
                                    </node>
                                    <name>SequenceExpressionList@57286c#3</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_4"
                                    xmi:uuid="10b7f3cc-fe7f-4e3e-896c-f58dd667e1c0"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_4-Value_4_"
                                        xmi:uuid="b586616e-c665-484a-957d-6dea39e9f155"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_4-Value_4_-Value_4_.result"
                                            xmi:uuid="6b98d574-a330-4895-a950-3624e5ff6bcd"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceExpressionList_57286c_4-Value_4_-value"
                                            xmi:uuid="84fc45dd-7856-48c8-b347-2ca96cfb2831"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <name>SequenceExpressionList@57286c#4</name>
                                </node>
                                <structuredNodeOutput
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceConstructionExpression_17a0709.output"
                                    xmi:uuid="8efe731c-fdb9-4acb-9231-9f4647e080aa"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <lowerValue
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceConstructionExpression_17a0709.output-lowerValue"
                                        xmi:uuid="2907a824-fead-4b23-bd38-bf7fe7162323"
                                        xmi:type="uml:LiteralInteger">
                                        <value>4</value>
                                    </lowerValue>
                                    <upperValue
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1400aa1-RightHandSide_17a0709-SequenceConstructionExpression_17a0709-SequenceConstructionExpression_17a0709.output-upperValue"
                                        xmi:uuid="b844f1dd-a3e9-4723-bada-49dc9267da5d"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>4</value>
                                    </upperValue>
                                    <name>SequenceConstructionExpression@17a0709.output</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>SequenceConstructionExpression@17a0709</name>
                            </node>
                            <name>RightHandSide@17a0709</name>
                        </node>
                        <name>LocalNameDeclarationStatement@1400aa1</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433"
                        xmi:uuid="2aa0f11f-72a7-4387-ac84-29bece4d4165"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-edge-1"
                            xmi:uuid="8aaa9dee-ab4f-41a1-bb50-d04245911c53"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceConstructionExpression_b3744c.output"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-Fork_list2__1db09c1"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-edge-2"
                            xmi:uuid="4d7c6841-a423-4bb3-afcd-1e9f3378bb0f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceConstructionExpression_b3744c.output"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-Fork_list2__2d0c5b"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-Fork_list2__1db09c1"
                            xmi:uuid="e8b89d09-13c8-479b-8f8d-7c1456c4020f" xmi:type="uml:ForkNode">
                            <name>Fork(list2)@1db09c1</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-node-2"
                            xmi:uuid="f59ce95a-f265-44f5-ac31-2b584206bccf"
                            xmi:type="uml:StructuredActivityNode">
                            <name>RightHandSide@b3744c</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-Fork_list2__2d0c5b"
                            xmi:uuid="974ce70a-fda5-4855-be85-0d37f10069b1" xmi:type="uml:ForkNode">
                            <name>Fork(list2)@2d0c5b</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-node-4"
                            xmi:uuid="5ec254f9-cfc4-431d-8b58-9b9249394fc8"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c"
                                xmi:uuid="c9ea9b2d-4140-417f-9816-79164eb221fc"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-edge-1"
                                    xmi:uuid="9c923e40-5f87-48b3-89cd-d6816c0f2123"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_1"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_2"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-edge-2"
                                    xmi:uuid="99c703d6-520b-4bae-895a-35db06086a38"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_2"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_3"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-edge-3"
                                    xmi:uuid="f3ca66a3-4ebd-4929-9263-989391bb76df"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_3"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_4"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-edge-4"
                                    xmi:uuid="925f3141-7c48-430b-854b-dab190e0c6dd"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_1-Value_1_-Value_1_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceConstructionExpression_b3744c.output"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-edge-5"
                                    xmi:uuid="b00dd795-24a6-4757-9160-a21c1b007743"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_2-Value_2_-Value_2_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceConstructionExpression_b3744c.output"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-edge-6"
                                    xmi:uuid="4999ca13-e3a6-441f-90ea-8c2f8bb5c326"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_3-Value_3_-Value_3_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceConstructionExpression_b3744c.output"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-edge-7"
                                    xmi:uuid="177f908b-b051-4825-bdcf-293c28a3f49f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_4-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceConstructionExpression_b3744c.output"
                                    />
                                </edge>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_1"
                                    xmi:uuid="4c17fd5d-5e52-409d-9a71-c177f549b036"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_1-Value_1_"
                                        xmi:uuid="40c69268-a064-4943-ac3a-038d86b5640d"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_1-Value_1_-Value_1_.result"
                                            xmi:uuid="081aec15-1719-4ca3-a479-0ebba02df6e6"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(1).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_1-Value_1_-value"
                                            xmi:uuid="ca980069-6b28-410b-a852-fad476de65c3"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>1</value>
                                        </value>
                                        <name>Value(1)</name>
                                    </node>
                                    <name>SequenceExpressionList@182e06a#1</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_2"
                                    xmi:uuid="d6e18a6e-b7ca-4488-aa68-102e2fe5485f"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_2-Value_2_"
                                        xmi:uuid="5da64885-c020-423f-990d-f8f7beb2254d"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_2-Value_2_-Value_2_.result"
                                            xmi:uuid="23ec131a-8d07-4296-aba0-a4b4d0da544d"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(2).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_2-Value_2_-value"
                                            xmi:uuid="875f602c-08be-440e-a574-8283810017e8"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>2</value>
                                        </value>
                                        <name>Value(2)</name>
                                    </node>
                                    <name>SequenceExpressionList@182e06a#2</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_3"
                                    xmi:uuid="1f41a0b0-49e9-446e-b63b-92ed3b0b93fb"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_3-Value_3_"
                                        xmi:uuid="ed6ddca0-9494-4016-af08-63a4dfc23965"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_3-Value_3_-Value_3_.result"
                                            xmi:uuid="1fd33a21-2c88-40f4-a493-de899f5fa792"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(3).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_3-Value_3_-value"
                                            xmi:uuid="54073463-4506-47f2-8793-1756d10ccf27"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>3</value>
                                        </value>
                                        <name>Value(3)</name>
                                    </node>
                                    <name>SequenceExpressionList@182e06a#3</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_4"
                                    xmi:uuid="6d1c0afb-0b62-4dd3-9a0f-ac85389a31b3"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_4-Value_4_"
                                        xmi:uuid="1f2f6f4e-003f-48c7-8934-8a368fb1b19e"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_4-Value_4_-Value_4_.result"
                                            xmi:uuid="2bb85a01-617a-4993-8ff6-2d8b6f5095c4"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceExpressionList_182e06a_4-Value_4_-value"
                                            xmi:uuid="4928b795-c895-42c5-acc8-cfed873eb58a"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <name>SequenceExpressionList@182e06a#4</name>
                                </node>
                                <structuredNodeOutput
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceConstructionExpression_b3744c.output"
                                    xmi:uuid="8320a206-4b7b-4b6c-9641-837263bfbf5b"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <lowerValue
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceConstructionExpression_b3744c.output-lowerValue"
                                        xmi:uuid="b914f501-8b0f-4e35-9a0a-ddf92a7a36db"
                                        xmi:type="uml:LiteralInteger">
                                        <value>4</value>
                                    </lowerValue>
                                    <upperValue
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1da4433-RightHandSide_b3744c-SequenceConstructionExpression_b3744c-SequenceConstructionExpression_b3744c.output-upperValue"
                                        xmi:uuid="27106aa1-15ef-4bb3-a432-5dc774179ceb"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>4</value>
                                    </upperValue>
                                    <name>SequenceConstructionExpression@b3744c.output</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>SequenceConstructionExpression@b3744c</name>
                            </node>
                            <name>RightHandSide@b3744c</name>
                        </node>
                        <name>LocalNameDeclarationStatement@1da4433</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e"
                        xmi:uuid="5e311df9-23d1-4e91-9277-74d70ca17bb5"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-edge-1"
                            xmi:uuid="2518f837-371e-4855-9c18-2dcff02aa7bc"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Tuple_1980745-Value___1,_2,_3,_4__vs.__1,_2,_3,_4____-Value___1,_2,_3,_4__vs.__1,_2,_3,_4____.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_-Call_AssertList_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-edge-2"
                            xmi:uuid="79fce22f-1322-4d26-b695-40578e389ca5"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Tuple_1980745"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_"
                            xmi:uuid="e8102a03-44ff-4d8a-b4cb-4819c65d2b93"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_-Call_AssertList_.argument_label_"
                                xmi:uuid="d1da4494-9caf-437a-897a-9f05cd8ba15e"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertList).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_-Call_AssertList_.argument_list_"
                                xmi:uuid="3847cbc7-b5ad-4c59-a84d-9f6c798a3571"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_-Call_AssertList_.argument_list_-lowerValue"
                                    xmi:uuid="2f4d3198-e123-414b-9172-408b396ae976"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_-Call_AssertList_.argument_list_-upperValue"
                                    xmi:uuid="8b443f1e-4e93-438e-b03c-fd55bc828c23"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>Call(AssertList).argument(list)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_-Call_AssertList_.argument_expected_"
                                xmi:uuid="6f36202c-9633-48cf-8eb9-d0701d7102d5"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_-Call_AssertList_.argument_expected_-lowerValue"
                                    xmi:uuid="77ae3920-e16b-4eeb-8c2c-dc6e5084adc5"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Call_AssertList_-Call_AssertList_.argument_expected_-upperValue"
                                    xmi:uuid="83e7adf8-8e38-44ca-99c5-1ce1290ff47f"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>Call(AssertList).argument(expected)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </argument>
                            <name>Call(AssertList)</name>
                            <behavior xmi:idref="AssertionLibrary-AssertList"/>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Tuple_1980745"
                            xmi:uuid="2f33c402-fcab-4537-9912-bc4a2eae7666"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Tuple_1980745-Value___1,_2,_3,_4__vs.__1,_2,_3,_4____"
                                xmi:uuid="92b7e01a-4efc-4437-bfce-fec5515d4f6c"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Tuple_1980745-Value___1,_2,_3,_4__vs.__1,_2,_3,_4____-Value___1,_2,_3,_4__vs.__1,_2,_3,_4____.result"
                                    xmi:uuid="43eb9947-9538-46b1-9d24-c31d36e26345"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("{1, 2, 3, 4} vs. {1, 2, 3, 4} ").resultt</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_16d310e-Tuple_1980745-Value___1,_2,_3,_4__vs.__1,_2,_3,_4____-value"
                                    xmi:uuid="6a990b29-567a-4ed5-8917-001f0229916b"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>{1, 2, 3, 4} vs. {1, 2, 3, 4}  </value>
                                </value>
                                <name>Value("{1, 2, 3, 4} vs. {1, 2, 3, 4} "))</name>
                            </node>
                            <name>Tuple@1980745</name>
                        </node>
                        <name>ExpressionStatement@16d310e</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b"
                        xmi:uuid="151bca56-319f-4191-9731-64564b2fc753"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-edge-1"
                            xmi:uuid="5fa5d87f-dff0-4908-8dad-4462d627643a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceConstructionExpression_1751f00.output"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-Fork_list3__19783d9"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-edge-2"
                            xmi:uuid="ce657b76-651c-4d5d-b551-bce83f98e65d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceConstructionExpression_1751f00.output"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-Fork_list3__1cd4150"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-Fork_list3__19783d9"
                            xmi:uuid="fddfbca1-4a20-4d2c-b478-d0a6dc39dd52" xmi:type="uml:ForkNode">
                            <name>Fork(list3)@19783d9</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-node-2"
                            xmi:uuid="84dda3f7-91a6-4a84-ab72-97578958304a"
                            xmi:type="uml:StructuredActivityNode">
                            <name>RightHandSide@1751f00</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-Fork_list3__1cd4150"
                            xmi:uuid="a847e00e-6924-4684-a760-5f6ef5b53d09" xmi:type="uml:ForkNode">
                            <name>Fork(list3)@1cd4150</name>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-node-4"
                            xmi:uuid="f5b66a0b-cda6-4e67-a16d-09432fe96877"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00"
                                xmi:uuid="c0b3a22e-59aa-4e08-b69e-bf63136c642f"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-edge-1"
                                    xmi:uuid="e7156d34-0c86-43d2-b13c-e738db16c717"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_1"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_2"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-edge-2"
                                    xmi:uuid="e267f5fd-1d13-41b8-8f64-ac2348a2e737"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_2"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_3"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-edge-3"
                                    xmi:uuid="e193356f-c2ce-450b-bee4-983e909402e6"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_3"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_4"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-edge-4"
                                    xmi:uuid="570f9fc6-a31b-4bbf-a9b9-268e1188f2ce"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_4"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_5"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-edge-5"
                                    xmi:uuid="14917423-d01f-46ab-8adb-ec8b5fe6363e"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_1-Value_1_-Value_1_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceConstructionExpression_1751f00.output"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-edge-6"
                                    xmi:uuid="f64d7b51-c8bb-4b95-9f71-9b91e18b1b8c"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_2-Value_2_-Value_2_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceConstructionExpression_1751f00.output"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-edge-7"
                                    xmi:uuid="98654376-ab62-4ab1-ae8c-d3036354e6f1"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_3-Value_7_-Value_7_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceConstructionExpression_1751f00.output"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-edge-8"
                                    xmi:uuid="539da753-4027-4ab3-94c9-a2c68e999394"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_4-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceConstructionExpression_1751f00.output"
                                    />
                                </edge>
                                <edge
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-edge-9"
                                    xmi:uuid="be35bf6d-e6ba-4162-ae57-ab88cfe6cc35"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_5-Value_8_-Value_8_.result"/>
                                    <target
                                        xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceConstructionExpression_1751f00.output"
                                    />
                                </edge>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_1"
                                    xmi:uuid="63c00c34-b91a-4cae-a331-d645e8a7c320"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_1-Value_1_"
                                        xmi:uuid="e406be41-fe5f-45c9-b451-81fb595e1fb9"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_1-Value_1_-Value_1_.result"
                                            xmi:uuid="c9b54f0b-e065-438a-b119-b3b0b7120cda"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(1).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_1-Value_1_-value"
                                            xmi:uuid="8989c594-157c-4b70-9635-cebf22d45459"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>1</value>
                                        </value>
                                        <name>Value(1)</name>
                                    </node>
                                    <name>SequenceExpressionList@18ed106#1</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_2"
                                    xmi:uuid="4eceb5f0-3e8e-418f-a1d7-dc9c7b77e133"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_2-Value_2_"
                                        xmi:uuid="12ea308a-4330-4f3b-96e5-f51495ff2034"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_2-Value_2_-Value_2_.result"
                                            xmi:uuid="c4e53a90-5bde-4cdc-ad7c-172d584feec4"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(2).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_2-Value_2_-value"
                                            xmi:uuid="4fe7cf51-9d57-4134-9b38-aa3c37870bbe"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>2</value>
                                        </value>
                                        <name>Value(2)</name>
                                    </node>
                                    <name>SequenceExpressionList@18ed106#2</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_3"
                                    xmi:uuid="5bf9162a-ff5e-45f1-92d5-dca2564e9f70"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_3-Value_7_"
                                        xmi:uuid="1ee0cfdf-a00c-45b9-a752-dd49050bb6c1"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_3-Value_7_-Value_7_.result"
                                            xmi:uuid="7da948c4-49aa-4987-8f15-a7e52860d6aa"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(7).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_3-Value_7_-value"
                                            xmi:uuid="7e0978dd-f405-4b8e-b701-d0559f822731"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>7</value>
                                        </value>
                                        <name>Value(7)</name>
                                    </node>
                                    <name>SequenceExpressionList@18ed106#3</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_4"
                                    xmi:uuid="3dacf37f-16ef-4bd5-bf17-906eb3ff485c"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_4-Value_4_"
                                        xmi:uuid="20731170-0029-4e55-913d-7114c7295ccc"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_4-Value_4_-Value_4_.result"
                                            xmi:uuid="2e85db50-18cf-474f-b3dd-497401773fbf"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_4-Value_4_-value"
                                            xmi:uuid="de90307b-787a-49dc-8e14-5c250e25423f"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <name>SequenceExpressionList@18ed106#4</name>
                                </node>
                                <node
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_5"
                                    xmi:uuid="b45f9b90-a861-4e64-afa1-94d50c7b807d"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_5-Value_8_"
                                        xmi:uuid="7b1d29ca-ce44-4058-b49f-ac00226bcc36"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_5-Value_8_-Value_8_.result"
                                            xmi:uuid="567054e5-7160-4eac-9c7b-8946d2fdf869"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(8).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceExpressionList_18ed106_5-Value_8_-value"
                                            xmi:uuid="f32a3640-e7a5-4bb8-ae15-0be8f4683025"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>8</value>
                                        </value>
                                        <name>Value(8)</name>
                                    </node>
                                    <name>SequenceExpressionList@18ed106#5</name>
                                </node>
                                <structuredNodeOutput
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceConstructionExpression_1751f00.output"
                                    xmi:uuid="16e22c68-0d2d-4daf-9f81-712ab6455501"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <lowerValue
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceConstructionExpression_1751f00.output-lowerValue"
                                        xmi:uuid="39dcd407-743d-4619-9f05-d542a4dbdad1"
                                        xmi:type="uml:LiteralInteger">
                                        <value>5</value>
                                    </lowerValue>
                                    <upperValue
                                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-LocalNameDeclarationStatement_1a0e27b-RightHandSide_1751f00-SequenceConstructionExpression_1751f00-SequenceConstructionExpression_1751f00.output-upperValue"
                                        xmi:uuid="ed33135b-17d5-4775-a804-2a3d398552f1"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>5</value>
                                    </upperValue>
                                    <name>SequenceConstructionExpression@1751f00.output</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>SequenceConstructionExpression@1751f00</name>
                            </node>
                            <name>RightHandSide@1751f00</name>
                        </node>
                        <name>LocalNameDeclarationStatement@1a0e27b</name>
                    </node>
                    <node
                        xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd"
                        xmi:uuid="6749e675-ffa5-45c6-976e-1797e5f5f230"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-edge-1"
                            xmi:uuid="4a8330f0-ade0-49ba-b81c-1e015c36acbf"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Tuple_123e9b2-Value___1,_2,_3,_4__vs.__1,_2,_7,_4,_8____-Value___1,_2,_3,_4__vs.__1,_2,_7,_4,_8____.result"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_-Call_AssertList_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-edge-2"
                            xmi:uuid="6adca15b-77b9-478f-9a53-2c11d16b556d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Tuple_123e9b2"/>
                            <target
                                xmi:idref="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_"
                            />
                        </edge>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_"
                            xmi:uuid="fb8ab445-da35-496c-887d-59f0c6ca611a"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_-Call_AssertList_.argument_label_"
                                xmi:uuid="da2ab23e-b819-49b7-b824-d391f4419b07"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertList).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_-Call_AssertList_.argument_list_"
                                xmi:uuid="e3b87b8b-f4b1-40c8-8471-5f659c98b50d"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_-Call_AssertList_.argument_list_-lowerValue"
                                    xmi:uuid="213829a5-101a-4b6a-addb-52fae669a4ad"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_-Call_AssertList_.argument_list_-upperValue"
                                    xmi:uuid="6bf87fc2-a893-4603-a098-70c768834a5d"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>Call(AssertList).argument(list)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </argument>
                            <argument
                                xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_-Call_AssertList_.argument_expected_"
                                xmi:uuid="260b48a4-8629-4129-bbce-b17c1f37b1e0"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_-Call_AssertList_.argument_expected_-lowerValue"
                                    xmi:uuid="05b97870-c3b1-4ca9-a105-2e54a8c726c0"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Call_AssertList_-Call_AssertList_.argument_expected_-upperValue"
                                    xmi:uuid="5a6b8e16-cc16-4f07-960e-f358b16b9846"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>Call(AssertList).argument(expected)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </argument>
                            <name>Call(AssertList)</name>
                            <behavior xmi:idref="AssertionLibrary-AssertList"/>
                        </node>
                        <node
                            xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Tuple_123e9b2"
                            xmi:uuid="b581feaf-1b65-4d99-81fc-cb8fbbe1c002"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Tuple_123e9b2-Value___1,_2,_3,_4__vs.__1,_2,_7,_4,_8____"
                                xmi:uuid="64cf5407-d3e5-43d7-b99e-cef2c5c29ba8"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Tuple_123e9b2-Value___1,_2,_3,_4__vs.__1,_2,_7,_4,_8____-Value___1,_2,_3,_4__vs.__1,_2,_7,_4,_8____.result"
                                    xmi:uuid="f090ab11-7440-44b6-ac94-5b213a83718f"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("{1, 2, 3, 4} vs. {1, 2, 7, 4, 8} ").resultt</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="AssertionLibrary-Tests-TestAssertList-Body_TestAssertList_-ExpressionStatement_1751dbd-Tuple_123e9b2-Value___1,_2,_3,_4__vs.__1,_2,_7,_4,_8____-value"
                                    xmi:uuid="ff6ff5da-e4b6-40f1-b35e-b2e3f4b0d34c"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>{1, 2, 3, 4} vs. {1, 2, 7, 4, 8}  </value>
                                </value>
                                <name>Value("{1, 2, 3, 4} vs. {1, 2, 7, 4, 8} "))</name>
                            </node>
                            <name>Tuple@123e9b2</name>
                        </node>
                        <name>ExpressionStatement@1751dbd</name>
                    </node>
                    <name>Body(TestAssertList)</name>
                </structuredNode>
                <name>TestAssertList</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <name>Tests</name>
        </packagedElement>
        <packagedElement
            xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
            xmi:uuid="74c4254a-c4f4-4ad4-8645-98ae36210d8f" xmi:type="uml:Activity">
            <ownedParameter
                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-seq"
                xmi:uuid="f8e05d3a-ecea-4df1-93da-78ad925b49ce" xmi:type="uml:Parameter">
                <lowerValue
                    xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-seq-lowerValue"
                    xmi:uuid="6ef9d163-93e6-4c3b-affd-ef5d93fe469b" xmi:type="uml:LiteralInteger"/>
                <upperValue
                    xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-seq-upperValue"
                    xmi:uuid="f3865fe0-dcb6-41e9-bfc9-8d89ddcd0a54"
                    xmi:type="uml:LiteralUnlimitedNatural">
                    <value>*</value>
                </upperValue>
                <isOrdered>true</isOrdered>
                <isUnique>false</isUnique>
                <name>seq</name>
                <visibility>package</visibility>
            </ownedParameter>
            <ownedParameter
                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-ownedParameter-2"
                xmi:uuid="0ca82f6d-5369-46b5-9568-98a14b88d830" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                <visibility>package</visibility>
                <direction>return</direction>
            </ownedParameter>
            <edge
                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-edge-1"
                xmi:uuid="03e0f699-ce10-41a3-bac9-55807b8559f5" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Input_seq_"/>
                <target
                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Fork_seq_"
                />
            </edge>
            <edge
                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-edge-2"
                xmi:uuid="3550541f-595b-4c90-b245-bf9c4a0b6fd9" xmi:type="uml:ControlFlow">
                <source
                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490"/>
                <target
                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Final"
                />
            </edge>
            <edge
                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-edge-3"
                xmi:uuid="68221f85-7d96-42f3-ae96-57c9b1eb0f83" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Fork_seq_"/>
                <target
                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490-Call_Size_-Call_Size_.argument_seq_"
                />
            </edge>
            <edge
                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-edge-4"
                xmi:uuid="c072354f-882d-45b8-97c1-8c65d88e0a14" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490-ReturnStatement_22536490.output"/>
                <target
                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Return"
                />
            </edge>
            <structuredNode
                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_"
                xmi:uuid="90182d8e-ff50-4d36-9c43-fb63fe458575"
                xmi:type="uml:StructuredActivityNode">
                <node
                    xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490"
                    xmi:uuid="6fdea48c-29df-4255-b88d-5508b162c6f8"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490-edge"
                        xmi:uuid="a3c89946-c55a-4e60-aacc-2a5601e12fa7" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490-Call_Size_-Call_Size_.result__"/>
                        <target
                            xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490-ReturnStatement_22536490.output"
                        />
                    </edge>
                    <node
                        xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490-Call_Size_"
                        xmi:uuid="7d8df770-3bef-4a7b-8063-0d7a8ff1bd02"
                        xmi:type="uml:CallBehaviorAction">
                        <behavior
                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-Size"/>
                        <argument
                            xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490-Call_Size_-Call_Size_.argument_seq_"
                            xmi:uuid="1725c3df-ae6b-4b0b-8360-314d9bfaf0fc" xmi:type="uml:InputPin">
                            <lowerValue
                                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490-Call_Size_-Call_Size_.argument_seq_-lowerValue"
                                xmi:uuid="2b68e0f0-0ff1-47b5-aea3-d708fb849b79"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490-Call_Size_-Call_Size_.argument_seq_-upperValue"
                                xmi:uuid="7a142363-a5c0-4fc6-a0ef-37ff63daa646"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>Call(Size).argument(seq)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </argument>
                        <result
                            xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490-Call_Size_-Call_Size_.result__"
                            xmi:uuid="34b265c9-a4dd-4c1f-9416-91d299607e2e" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>Call(Size).result()</name>
                        </result>
                        <name>Call(Size)</name>
                    </node>
                    <structuredNodeOutput
                        xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Body_size_-ReturnStatement_22536490-ReturnStatement_22536490.output"
                        xmi:uuid="98b44e93-df87-4f59-9a65-03023e134751" xmi:type="uml:OutputPin">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                        <name>ReturnStatement@22536490.output</name>
                        <isOrdered>true</isOrdered>
                        <isUnique>false</isUnique>
                    </structuredNodeOutput>
                    <name>ReturnStatement@22536490</name>
                </node>
                <name>Body(size)</name>
            </structuredNode>
            <node
                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Input_seq_"
                xmi:uuid="41aad06c-6f60-441f-9c99-d68151ff6763" xmi:type="uml:ActivityParameterNode">
                <name>Input(seq)</name>
                <parameter
                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-seq"
                />
            </node>
            <node
                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Fork_seq_"
                xmi:uuid="da9c86a2-2e5b-4a01-9eb6-38cec3f8fbda" xmi:type="uml:ForkNode">
                <name>Fork(seq)</name>
            </node>
            <node
                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Return"
                xmi:uuid="348488b7-9fe1-44c2-bb14-1f245561bb15" xmi:type="uml:ActivityParameterNode">
                <name>Return</name>
                <parameter
                    xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-ownedParameter-2"
                />
            </node>
            <node
                xmi:id="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__-Final"
                xmi:uuid="5e2bd300-c803-47ba-b8d9-178bfdf481a5" xmi:type="uml:ActivityFinalNode">
                <name>Final</name>
            </node>
            <name>$$Alf$Library$CollectionFunctions$size__any__</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="AssertionLibrary-sizeLTGT"
            xmi:uuid="c21b8119-62d7-4e7a-adf5-c589d9ecf350" xmi:type="uml:Activity">
            <templateBinding xmi:id="AssertionLibrary-sizeLTGT-templateBinding"
                xmi:uuid="1dadb6e0-f65e-4833-8c34-a4ece593ea93" xmi:type="uml:TemplateBinding">
                <signature
                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-size-ownedTemplateSignature"/>
                <parameterSubstitution
                    xmi:id="AssertionLibrary-sizeLTGT-templateBinding-parameterSubstitution"
                    xmi:uuid="124cc167-9cff-45be-bb3a-80ee63cb0937"
                    xmi:type="uml:TemplateParameterSubstitution">
                    <formal
                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-size-ownedTemplateSignature-ownedParameter"
                    />
                </parameterSubstitution>
            </templateBinding>
            <name>size&lt;&gt;</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="AssertionLibrary-packagedElement-9"
            xmi:uuid="a02a506f-af6e-4784-bab7-89b88b24e8b1" xmi:type="uml:Realization">
            <client
                xmi:idref="AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"/>
            <supplier xmi:idref="AssertionLibrary-sizeLTGT"/>
        </packagedElement>
        <profileApplication xmi:id="AssertionLibrary-profileApplication"
            xmi:uuid="5840552f-4141-4973-acc1-ee37148a55ca" xmi:type="uml:ProfileApplication">
            <appliedProfile href="http://www.omg.org/spec/ALF/20120827/ActionLanguage-Profile.xmi#ActionLanguage"/>
        </profileApplication>
        <name>AssertionLibrary</name>
    </uml:Model>
    <ActionLanguage:TextualRepresentation xmi:id="_-TextualRepresentation-241"
        xmi:uuid="725A27D7-DC60-40AC-9841-A772731ED66B">
        <base_Comment xmi:idref="AssertionLibrary-Tests-TestAll-ownedComment"/>
        <language>Alf</language>
    </ActionLanguage:TextualRepresentation>
    <ActionLanguage:TextualRepresentation xmi:id="_-TextualRepresentation-239"
        xmi:uuid="725A27D7-DC60-44A2-9EB9-A772664C3379">
        <base_Comment xmi:idref="AssertionLibrary-Tests-TestAssertFalse-ownedComment"/>
        <language>Alf</language>
    </ActionLanguage:TextualRepresentation>
    <ActionLanguage:TextualRepresentation xmi:id="_-TextualRepresentation-238"
        xmi:uuid="725A27D7-DC60-44F7-9E7E-A772672BA07D">
        <base_Comment xmi:idref="AssertionLibrary-Tests-TestAssertTrue-ownedComment"/>
        <language>Alf</language>
    </ActionLanguage:TextualRepresentation>
    <ActionLanguage:TextualRepresentation xmi:id="_-TextualRepresentation-242"
        xmi:uuid="725A27D7-DC60-4501-9B2C-A772744376DB">
        <base_Comment xmi:idref="AssertionLibrary-Tests-TestAssertList-ownedComment"/>
        <language>Alf</language>
    </ActionLanguage:TextualRepresentation>
    <ActionLanguage:TextualRepresentation xmi:id="_-TextualRepresentation-232"
        xmi:uuid="725A27D7-DC60-48A9-9DC5-A77250D48075">
        <base_Comment xmi:idref="AssertionLibrary-AssertEquals-ownedComment"/>
        <language>Alf</language>
    </ActionLanguage:TextualRepresentation>
    <ActionLanguage:TextualRepresentation xmi:id="_-TextualRepresentation-234"
        xmi:uuid="725A27D7-DC60-495B-98D8-A772B915BE98">
        <base_Comment xmi:idref="AssertionLibrary-AssertFalse-ownedComment"/>
        <language>Alf</language>
    </ActionLanguage:TextualRepresentation>
    <ActionLanguage:TextualRepresentation xmi:id="_-TextualRepresentation-237"
        xmi:uuid="725A27D7-DC60-495E-91EF-A77297BA398C">
        <base_Comment xmi:idref="AssertionLibrary-Tests-TestWrite-ownedComment"/>
        <language>Alf</language>
    </ActionLanguage:TextualRepresentation>
    <ActionLanguage:TextualRepresentation xmi:id="_-TextualRepresentation-240"
        xmi:uuid="725A27D7-DC60-4BC2-913E-A772004A154D">
        <base_Comment xmi:idref="AssertionLibrary-Tests-TestAssertEquals-ownedComment"/>
        <language>Alf</language>
    </ActionLanguage:TextualRepresentation>
    <ActionLanguage:TextualRepresentation xmi:id="_-TextualRepresentation-236"
        xmi:uuid="725A27D7-DC60-4CC2-9445-A77272AF73A3">
        <base_Comment xmi:idref="AssertionLibrary-Write-ownedComment"/>
        <language>Alf</language>
    </ActionLanguage:TextualRepresentation>
    <ActionLanguage:TextualRepresentation xmi:id="_-TextualRepresentation-233"
        xmi:uuid="725A27D7-DC60-4E91-9B4F-A772122BA9F9">
        <base_Comment xmi:idref="AssertionLibrary-AssertTrue-ownedComment"/>
        <language>Alf</language>
    </ActionLanguage:TextualRepresentation>
    <ActionLanguage:TextualRepresentation xmi:id="_-TextualRepresentation-235"
        xmi:uuid="725A27D7-DC60-4F0D-995A-A7723CA1A56B">
        <base_Comment xmi:idref="AssertionLibrary-AssertList-ownedComment"/>
        <language>Alf</language>
    </ActionLanguage:TextualRepresentation>
</xmi:XMI>
