Updates:
Status: Invalid
Comment #1 on issue 805 by tudor.gi...(a)gmail.com: Can't import example
model from SCD:MSE webpage
http://code.google.com/p/moose-technology/issues/detail?id=805
You are using the MSE in an unintended way. MSE is a generic mechanism to
serialize models. To load a model, you need to have the meta-model already
registered.
In your case, you are trying to load the description of a meta-model as a
model. If you want to get it to work, you have to load it programmaticaly
by instantiating the meta-meta-model.