Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » CMOF primitive type references
CMOF primitive type references [message #476804] Wed, 26 December 2007 17:35 Go to next message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
When opening a .cmof model in the UML editor, or generating Ecore from cmof,
what URIs should be used for primitive type references? In the latest SBVR
cmof model from OMG, the primtive types are defined as:

http://schema.omg.org/spec/UML/2.0/uml.xml#Boolean

These are not resolved when opening or transforming the model and the
resulting types are null. I also believe that this is an error in the SBVR
cmof model; it should not refer to the UML metamodel. So, I looked at the
format used when an .ecore model is saved to EMOF, and this type of
primitive URI is used:

http://schema.omg.org/spec/mof/2.0/emof.xmi#Boolean

So, I would expect that this should be the correct format used in CMOF:

http://schema.omg.org/spec/mof/2.0/cmof.xmi#Boolean

But the current resource loader for .cmof does not recognize this.
As a current workaround, I changed the cmof file to use primitive URIs like
this:

pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolea n
Re: CMOF primitive type references [message #476825 is a reply to message #476804] Thu, 03 January 2008 23:05 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Dave,

Technically, I don't think the primitive types are merged into the CMOF
namespace, so I'm not sure it's correct to reference them from there. I
would expect references to the UML standard primitive types to be handled,
though, so if you open a bug report, we'll look into it. Thanks!

Kenn

"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:fku3ct$aa0$1@build.eclipse.org...
> When opening a .cmof model in the UML editor, or generating Ecore from
> cmof, what URIs should be used for primitive type references? In the
> latest SBVR cmof model from OMG, the primtive types are defined as:
>
> http://schema.omg.org/spec/UML/2.0/uml.xml#Boolean
>
> These are not resolved when opening or transforming the model and the
> resulting types are null. I also believe that this is an error in the
> SBVR cmof model; it should not refer to the UML metamodel. So, I looked
> at the format used when an .ecore model is saved to EMOF, and this type of
> primitive URI is used:
>
> http://schema.omg.org/spec/mof/2.0/emof.xmi#Boolean
>
> So, I would expect that this should be the correct format used in CMOF:
>
> http://schema.omg.org/spec/mof/2.0/cmof.xmi#Boolean
>
> But the current resource loader for .cmof does not recognize this.
> As a current workaround, I changed the cmof file to use primitive URIs
> like this:
>
> pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolea n
>
>
Re: CMOF primitive type references [message #625849 is a reply to message #476804] Thu, 03 January 2008 23:05 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Dave,

Technically, I don't think the primitive types are merged into the CMOF
namespace, so I'm not sure it's correct to reference them from there. I
would expect references to the UML standard primitive types to be handled,
though, so if you open a bug report, we'll look into it. Thanks!

Kenn

"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:fku3ct$aa0$1@build.eclipse.org...
> When opening a .cmof model in the UML editor, or generating Ecore from
> cmof, what URIs should be used for primitive type references? In the
> latest SBVR cmof model from OMG, the primtive types are defined as:
>
> http://schema.omg.org/spec/UML/2.0/uml.xml#Boolean
>
> These are not resolved when opening or transforming the model and the
> resulting types are null. I also believe that this is an error in the
> SBVR cmof model; it should not refer to the UML metamodel. So, I looked
> at the format used when an .ecore model is saved to EMOF, and this type of
> primitive URI is used:
>
> http://schema.omg.org/spec/mof/2.0/emof.xmi#Boolean
>
> So, I would expect that this should be the correct format used in CMOF:
>
> http://schema.omg.org/spec/mof/2.0/cmof.xmi#Boolean
>
> But the current resource loader for .cmof does not recognize this.
> As a current workaround, I changed the cmof file to use primitive URIs
> like this:
>
> pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolea n
>
>
Previous Topic:uml metamodel diagrams
Next Topic:Re: How do I model with UML 2 in eclipse?
Goto Forum:
  


Current Time: Tue Apr 16 06:50:12 GMT 2024

Powered by FUDForum. Page generated in 0.40512 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top