Skip to main content
summaryrefslogtreecommitdiffstats
blob: e3ad24c8fe9b2c540c98a00b9bddbc3835b8d6e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<uml:Model xmi:version="20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML" xmi:id="_mhydQGQIEeS_8IneN_JFUg" name="Model">
  <packageImport xmi:id="_mhydQWQIEeS_8IneN_JFUg">
    <importedPackage xmi:type="uml:Model" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#_0"/>
  </packageImport>
  <packagedElement xmi:type="uml:Activity" xmi:id="_mlTEQGQIEeS_8IneN_JFUg" name="Activity1" node="_opaqueAction1">
    <node xmi:type="uml:OpaqueAction" xmi:id="_opaqueAction1" name="OpaqueAction1">
      <language>JAVA</language>
      <body>This is a JAVA&#xD;
test with multi-line&#xD;
String attribute&#xD;
and concurrent changes&#xD;
of them.</body>
    </node>
  </packagedElement>
</uml:Model>

Back to the top