Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 988605cb8f62a16d4c4920d56d33dd6782ee1dbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<expansionmodel:DiagramExpansion
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:expansionmodel="http:///expansionmodel.ecore"
    xmlns:elementtypesconfigurations="http://www.eclipse.org/papyrus/infra/elementtypesconfigurations/1.2"
    xmi:id="_BOX98NnkEeSFtu511b-yaw"
    ID="BadProviderForExpansion">
  <usages diagramType="Class Diagram"
      representations="//@libraries.0/@representations.0"
      name="extension of the class diagram"/>
  <libraries
      name="Bad library">
        <!--org.eclipse.papyrus.uml.Class-->
    <representations editPartQualifiedName="Editpart_that_not_exists" name="Representation with providers that cannot be loaded" viewFactory="View Factory_that_not_exists" xsi:type="expansionmodel:Representation">
      <graphicalElementTypeRef href="TestExpansionDiagram.elementtypesconfigurations#org.eclipse.papyrus.uml.diagram.testexpansion.Interface_BorderItem" xsi:type="elementtypesconfigurations:SpecializationTypeConfiguration"/>
    </representations> 
  </libraries>
</expansionmodel:DiagramExpansion>

Back to the top