Blame view
fr.femtost.disc.eclipse.sysml2vhdlams.atl/test/PropertyReference2ComponentInstance_2_Test/source.sysml
2.72 KB
f902ce56c Commit of projects |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
<?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="source"> <packagedElement xmi:type="uml:Package" xmi:id="idPackage" name="source"> <packagedElement xmi:type="sysML:Block" xmi:id="_kmByQAigEeK1DKtJaK1-bQ" name="Block1"/> <packagedElement xmi:type="sysML:Block" xmi:id="_k65PAAigEeK1DKtJaK1-bQ" name="Block2"> <generalization xmi:type="uml:Generalization" xmi:id="_maQwAAigEeK1DKtJaK1-bQ" general="_kmByQAigEeK1DKtJaK1-bQ"/> </packagedElement> <packagedElement xmi:type="sysML:Block" xmi:id="_lG0LIAigEeK1DKtJaK1-bQ" name="Block3"> <generalization xmi:type="uml:Generalization" xmi:id="_nSSkMAigEeK1DKtJaK1-bQ" general="_kmByQAigEeK1DKtJaK1-bQ"/> </packagedElement> <packagedElement xmi:type="sysML:Block" xmi:id="_pPmlcAigEeK1DKtJaK1-bQ" name="Block4"> <ownedAttribute xmi:type="uml:Property" xmi:id="_t6EwgQigEeK1DKtJaK1-bQ" name="Property1" type="_k65PAAigEeK1DKtJaK1-bQ"/> <ownedAttribute xmi:type="uml:Property" xmi:id="_uhHiYQigEeK1DKtJaK1-bQ" name="Property2" type="_lG0LIAigEeK1DKtJaK1-bQ"/> </packagedElement> <packagedElement xmi:type="uml:Association" xmi:id="_qS9f4AigEeK1DKtJaK1-bQ" name="A_<block4>_<block1>" memberEnd="_qS9f4QigEeK1DKtJaK1-bQ _qS9f5AigEeK1DKtJaK1-bQ"> <ownedEnd xmi:type="uml:Property" xmi:id="_qS9f4QigEeK1DKtJaK1-bQ" name="block4" type="_pPmlcAigEeK1DKtJaK1-bQ" association="_qS9f4AigEeK1DKtJaK1-bQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_qS9f4gigEeK1DKtJaK1-bQ" value="1"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_qS9f4wigEeK1DKtJaK1-bQ" value="1"/> </ownedEnd> <ownedEnd xmi:type="uml:Property" xmi:id="_qS9f5AigEeK1DKtJaK1-bQ" name="block1" type="_kmByQAigEeK1DKtJaK1-bQ" aggregation="shared" association="_qS9f4AigEeK1DKtJaK1-bQ"> <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_qS9f5QigEeK1DKtJaK1-bQ" value="1"/> <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_qS9f5gigEeK1DKtJaK1-bQ" value="1"/> </ownedEnd> </packagedElement> </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> |