Blame view
fr.femtost.disc.eclipse.sysml2problem.atl/test/propertyIBDAndParentTest/source.sysml
1.45 KB
f902ce56c Commit of projects |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<?xml version="1.0" encoding="UTF-8"?> <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:sysML="http://www.topcased.org/2.0/sysML" xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML" xmi:id="idModel" name="SysML2Problem"> <packagedElement xmi:type="uml:Package" xmi:id="idPackage" name="SysML2problem"> <packagedElement xmi:type="sysML:Block" xmi:id="_oa158MawEeG3kaxslQOYKg" name="Block1"/> <packagedElement xmi:type="sysML:Block" xmi:id="_rMwn8MawEeG3kaxslQOYKg" name="Block2"> <generalization xmi:type="uml:Generalization" xmi:id="_BvOS0MayEeG3kaxslQOYKg" general="_oa158MawEeG3kaxslQOYKg"/> </packagedElement> </packagedElement> <packagedElement xmi:type="sysML:Block" xmi:id="_7nxMYMaxEeG3kaxslQOYKg" name="Block3"> <ownedAttribute xmi:type="uml:Property" xmi:id="_s64WocawEeG3kaxslQOYKg" name="Property1" type="_oa158MawEeG3kaxslQOYKg" aggregation="composite"/> </packagedElement> <profileApplication xmi:type="uml:ProfileApplication" xmi:id="idProfileApplication"> <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="idProfileAnnotation" source="http://www.eclipse.org/uml2/2.0.0/UML"> <references xmi:type="ecore:EPackage" href="pathmap://SysMLActivityExtensionsProfile.uml#ProfileContentId"/> </eAnnotations> <appliedProfile xmi:type="uml:Profile" href="pathmap://SysMLActivityExtensionsProfile.uml#ActivityProfileId"/> </profileApplication> </uml:Model> |