Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3a2ea9cfb65ce4551f74feda1e831cde92a1bd23 (plain) (blame)
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"?>
<xmi:XMI xmi:version="20110701" xmlns:xmi="http://www.omg.org/spec/XMI/20110701" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore="http://www.eclipse.org/uml2/schemas/Ecore/5" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/4.0.0/UML" xsi:schemaLocation="http://www.eclipse.org/uml2/schemas/Ecore/5 pathmap://UML_PROFILES/Ecore.profile.uml#_z1OFcHjqEdy8S4Cr8Rc_NA">
  <uml:Model xmi:id="_94mkoHxsEeCJOrA24Ue2iw" name="aModel">
    <packagedElement xmi:type="uml:Package" xmi:id="_BYEVIHxtEeCJOrA24Ue2iw" name="aPack">
      <packagedElement xmi:type="uml:Class" xmi:id="_C4IZsHxtEeCJOrA24Ue2iw" name="aClass"/>
      <packagedElement xmi:type="uml:Class" xmi:id="_lWjJoEt7EeOhavcmtA3PkA" name="anotherClass">
        <ownedAttribute xmi:id="_LLxCUEt8EeOhavcmtA3PkA"/>
      </packagedElement>
      <profileApplication xmi:id="_GzuskHxtEeCJOrA24Ue2iw">
        <eAnnotations xmi:id="_Gzxv4HxtEeCJOrA24Ue2iw" source="http://www.eclipse.org/uml2/2.0.0/UML">
          <references xmi:type="ecore:EPackage" href="pathmap://UML_PROFILES/Ecore.profile.uml#_z1OFcHjqEdy8S4Cr8Rc_NA"/>
        </eAnnotations>
        <appliedProfile href="pathmap://UML_PROFILES/Ecore.profile.uml#_0"/>
      </profileApplication>
    </packagedElement>
  </uml:Model>
  <Ecore:EAttribute xmi:id="_M56mMEt8EeOhavcmtA3PkA" base_Property="_LLxCUEt8EeOhavcmtA3PkA" attributeName="att1"/>
</xmi:XMI>

Back to the top