blob: 9eaead15a563fd611baf141f416911869de2d9d4 [file] [log] [blame]
--import ecore : 'http://www.eclipse.org/emf/2002/Ecore#/';
package PrimitiveTypes : primitivetypes = 'http://schema.omg.org/spec/QVT/1.1/primitivetypes.xml'
{
datatype _'Boolean' : 'java.lang.Boolean';
}
package EMOF : emof = 'http://schema.omg.org/spec/QVT/1.1/emof.xml'
{
class Class
{
attribute isAbstract : PrimitiveTypes::_'Boolean'[?] = 'false';
}
}
/*package names : nm = 'http://names'
{
class Named
{
attribute r : ecore::EDouble[?];
attribute s : String[?];
}
} */