<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE persistence-mapping PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
<persistence-mapping xmlns="http://www.eclipse.org/emft/teneo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

&#9;<epackage namespace-uri="http://www.eclipse.org/emf/teneo/samples/emf/annotations/edatatype_column">

&#9;&#9;<eclass name="Book">
&#9;&#9;&#9;<table name="mybooktable"/>
&#9;&#9;&#9;<property name="title">
&#9;&#9;&#9;&#9;<column name="titel" unique="true" length="25"/>
&#9;&#9;&#9;</property>
&#9;&#9;</eclass>

&#9;&#9;<edatatype name="TitleType">
&#9;&#9;&#9;<column name="mytitle" unique="false" length="50"/>
&#9;&#9;</edatatype>
&#9;&#9;<edatatype name="PagesType">
&#9;&#9;&#9;<column updatable="false" insertable="false"/>
&#9;&#9;</edatatype>
&#9;&#9;<edatatype name="WeightType">
&#9;&#9;&#9;<column name="gewicht" nullable="true" precision="5" scale="2"/>
&#9;&#9;</edatatype>

&#9;</epackage>
</persistence-mapping>