Re: [mdr-users] Re: how to import XMI 1.0 instance of UML metamodel?

Brian Smith <[email protected]> Sat, 02 Nov 2002 21:51:26 -0600
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Organization CollabNet Hosting
Message-ID <[email protected]>
Hi Martin,

> XMI 1.0 is a subset of XMI 1.1 and XMI 1.2 is variation of XMI 1.1 for 

If XMI 1.0 is a subset of XMI 1.1, then it should be the case that a XMI 
1.0 document should validate against an XMI 1.2 DTD, right? If so, then 
the current DTD writer is not correct since it does not include the XMI 
1.0 forms of elements. E.g. it handles elements like 
<Model:Package>...</Model:Package> but not 
<Model.Package>...</Model.Package>

Thanks,
Brian