blob: 4356555c31a5bf5dc06cccdb72a128486e029fa2 [file] [log] [blame]
<?xml version="1.0" encoding="ASCII"?>
<dto:LDtoModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dto="http://osbp.eclipse.org/dsl/dto/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.ecview.extension.tests.dtos">
<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="types:LDataType" name="int" asPrimitive="true">
<jvmTypeReference xsi:type="types_1:JvmParameterizedTypeReference">
<type xsi:type="types_1:JvmGenericType" href="java:/Objects/java.lang.Integer#java.lang.Integer"/>
</jvmTypeReference>
</types>
<types xsi:type="types:LDataType" name="Date" date="true"/>
<types xsi:type="dto:LDto" name="Person">
<annotationInfo xsi:type="dto:LDto"/>
<features xsi:type="dto:LDtoAttribute" name="id" uuid="true" type="//@packages.0/@types.0">
<annotationInfo xsi:type="dto:LDtoFeature"/>
</features>
<features xsi:type="dto:LDtoAttribute" name="name" type="//@packages.0/@types.0">
<annotationInfo xsi:type="dto:LDtoFeature"/>
</features>
<features xsi:type="dto:LDtoAttribute" name="name2" type="//@packages.0/@types.0">
<annotationInfo xsi:type="dto:LDtoFeature"/>
</features>
<features xsi:type="dto:LDtoAttribute" name="age" type="//@packages.0/@types.1">
<annotationInfo xsi:type="dto:LDtoFeature"/>
</features>
<features xsi:type="dto:LDtoAttribute" name="birthday" type="//@packages.0/@types.2">
<annotationInfo xsi:type="dto:LDtoFeature"/>
</features>
</types>
</packages>
</dto:LDtoModel>