Re: [argouml-dev] UML2: How to feed the model event pump for tagged values?
Bob Tarling <[email protected]>
| Newsgroups | gmane.comp.db.axion.devel |
|---|---|
| Message-ID | <AANLkTim_tnwkYmKC16KgfDER3dmJsisx7eQ9PAet6KuG__10002.414804376$1297453710$gmane$org@mail.gmail.com> |
Tom said:
> This sounds a little suspicious to me too. Has anyone compared with
> the serialization produced by Papyrus or UML2 Tools (or any other
> Eclipse UML tool for that matter) to see if they look the same?
I tried Papyrus - the XMI is similar - the examples below are a class
with no stereotype followed by a class with a stereotype
<?xml version="1.0" encoding="UTF-8"?>
<uml:Model xmi:version="2.1"
xmlns:xmi="http://schema.omg.org/spec/XMI/2.1"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML"
xmi:id="_CPCeIDYIEeChMNP70uFNOw" name="myUMLModel">
<packageImport xmi:id="_CPCeITYIEeChMNP70uFNOw">
<importedPackage xmi:type="uml:Model"
href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#_0"/>
</packageImport>
<packagedElement xmi:type="uml:Class"
xmi:id="_xaIkQDYMEeCnH6uDrWOpMg" name="Class_0"/>
<profileApplication xmi:id="_CPCeIjYIEeChMNP70uFNOw">
<eAnnotations xmi:id="_CPCeIzYIEeChMNP70uFNOw"
source="http://www.eclipse.org/uml2/2.0.0/UML">
<references xmi:type="ecore:EPackage"
href="http://www.eclipse.org/uml2/schemas/Standard/1#/"/>
</eAnnotations>
<appliedProfile href="pathmap://UML_PROFILES/Standard.profile.uml#_0"/>
</profileApplication>
</uml:Model>
<?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.1"
xmlns:xmi="http://schema.omg.org/spec/XMI/2.1"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
xmlns:standard="http://www.eclipse.org/uml2/schemas/Standard/1"
xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML">
<uml:Model xmi:id="_CPCeIDYIEeChMNP70uFNOw" name="myUMLModel">
<packageImport xmi:id="_CPCeITYIEeChMNP70uFNOw">
<importedPackage xmi:type="uml:Model"
href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#_0"/>
</packageImport>
<packagedElement xmi:type="uml:Class"
xmi:id="_xaIkQDYMEeCnH6uDrWOpMg" name="Class_0"/>
<profileApplication xmi:id="_CPCeIjYIEeChMNP70uFNOw">
<eAnnotations xmi:id="_CPCeIzYIEeChMNP70uFNOw"
source="http://www.eclipse.org/uml2/2.0.0/UML">
<references xmi:type="ecore:EPackage"
href="http://www.eclipse.org/uml2/schemas/Standard/1#/"/>
</eAnnotations>
<appliedProfile href="pathmap://UML_PROFILES/Standard.profile.uml#_0"/>
</profileApplication>
</uml:Model>
<standard:Auxiliary xmi:id="_04DcoDYMEeCnH6uDrWOpMg"
base_Class="_xaIkQDYMEeCnH6uDrWOpMg"/>
</xmi:XMI>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2703462
To unsubscribe from this discussion, e-mail: [[email protected]].
To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]