blob: c79962dd20f4cbdadfabf0e1a6a18eff9436de85 [file] [log] [blame]
<?xml version="1.0" encoding="ASCII"?>
<entity:LEntityModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:entity="http://osbp.eclipse.org/dsl/entity/v1" xmlns:types="http://osbp.eclipse.org/dsl/common/types/v1" xmlns:types_1="http://www.eclipse.org/xtext/common/JavaVMTypes">
<packages name="org.eclipse.osbp.dsl.entity.xtext.tests.blobtests">
<types xsi:type="types:LDataType" name="blobtype" asBlob="true"/>
<types xsi:type="types:LDataType" name="String">
<jvmTypeReference xsi:type="types_1:JvmParameterizedTypeReference">
<type xsi:type="types_1:JvmGenericType" href="java:/Objects/java.lang.String#java.lang.String"/>
</jvmTypeReference>
</types>
<types xsi:type="entity:LEntity" name="Foobar">
<annotationInfo xsi:type="types:LClass"/>
<persistenceInfo/>
<features xsi:type="entity:LEntityAttribute" name="id" uuid="true" type="//@packages.0/@types.1">
<annotationInfo xsi:type="entity:LEntityFeature"/>
</features>
<features xsi:type="entity:LEntityAttribute" name="name" type="//@packages.0/@types.1">
<annotationInfo xsi:type="entity:LEntityFeature"/>
</features>
<features xsi:type="entity:LEntityAttribute" name="myblob" type="//@packages.0/@types.0">
<annotationInfo xsi:type="entity:LEntityFeature"/>
</features>
</types>
</packages>
</entity:LEntityModel>