Skip to content

Instantly share code, notes, and snippets.

@CarlKlagba
Created June 17, 2015 12:19
Show Gist options
  • Save CarlKlagba/adafec81265abc04b1e4 to your computer and use it in GitHub Desktop.
Save CarlKlagba/adafec81265abc04b1e4 to your computer and use it in GitHub Desktop.
xmi exemple issue JHipster-UML #9
<?xml version="1.0" encoding="UTF-8"?><uml:Model xmlns:uml="http://www.omg.org/spec/UML/20110701" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmi:version="2.1" xmi:id="_P2ALsBTqEeW-KYdrBDd6-A" name="githubissue">
<eAnnotations xmi:id="_P2ALsRTqEeW-KYdrBDd6-A" source="Objing">
<contents xmi:type="uml:Property" xmi:id="_P2ALshTqEeW-KYdrBDd6-A" name="exporterVersion">
<defaultValue xmi:type="uml:LiteralString" xmi:id="_P2ALsxTqEeW-KYdrBDd6-A" value="3.0.0"/>
</contents>
</eAnnotations>
<packagedElement xmi:type="uml:Class" xmi:id="_P2ALtBTqEeW-KYdrBDd6-A" name="route">
<ownedAttribute xmi:type="uml:Property" xmi:id="_P2ALtRTqEeW-KYdrBDd6-A" name="routeId" visibility="public" type="_P2ALuxTqEeW-KYdrBDd6-A" isUnique="false"/>
<ownedAttribute xmi:type="uml:Property" xmi:id="_P2ALthTqEeW-KYdrBDd6-A" name="name" visibility="public" isUnique="false">
<type xmi:type="uml:PrimitiveType" href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
</ownedAttribute>
</packagedElement>
<packagedElement xmi:type="uml:Class" xmi:id="_P2ALtxTqEeW-KYdrBDd6-A" name="shape">
<ownedAttribute xmi:type="uml:Property" xmi:id="_P2ALuBTqEeW-KYdrBDd6-A" name="shapeId" visibility="public" type="_P2ALuxTqEeW-KYdrBDd6-A" isUnique="false"/>
<ownedAttribute xmi:type="uml:Property" xmi:id="_P2ALuRTqEeW-KYdrBDd6-A" name="shapeLat" visibility="public" type="_P2ALvBTqEeW-KYdrBDd6-A" isUnique="false"/>
<ownedAttribute xmi:type="uml:Property" xmi:id="_P2ALuhTqEeW-KYdrBDd6-A" name="shapeLon" visibility="public" type="_P2ALvBTqEeW-KYdrBDd6-A" isUnique="false"/>
</packagedElement>
<packagedElement xmi:type="uml:PrimitiveType" xmi:id="_P2ALuxTqEeW-KYdrBDd6-A" name="long"/>
<packagedElement xmi:type="uml:PrimitiveType" xmi:id="_P2ALvBTqEeW-KYdrBDd6-A" name="float"/>
</uml:Model>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment