Skip to main content
summaryrefslogtreecommitdiffstats
blob: b5a2a870517c06ae2aeb9b41f3cb3dce5e133b1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?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="_rootElement" name="RootElement">
  <packageImport xmi:type="uml:PackageImport" xmi:id="_packageImport">
    <importedPackage xmi:type="uml:Model" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#_0"/>
  </packageImport>
  <packagedElement xmi:type="uml:Enumeration" xmi:id="_enumeration1" name="Enumeration1" />
  <packagedElement xmi:type="uml:Enumeration" xmi:id="_enumeration2" name="Enumeration2">
    <ownedLiteral xmi:type="uml:EnumerationLiteral" xmi:id="_literal1" name="Literal1"/>
  </packagedElement>
</uml:Model>

Back to the top