blob: 448cd5ebb5f49952d26d13a1944fdef5dc5db275 [file] [log] [blame]
import ecore : 'http://www.eclipse.org/emf/2002/Ecore#/';
package X : xx = 'yy'
{
class C123
{
-- attribute b : Boolean;
-- attribute i : Integer;
attribute i2 : ecore::EIntegerObject[?];
-- attribute r : Real;
-- attribute s : String { initial: i2.toString(); }
}
}