Salome HOME
282fed5f7f9018518adf5bb0ba8d182c9a6d1daf
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / som / Attributes.hbm.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
3 <!--
4   - Mapping of the Attribute concrete subclasses.
5   -
6   - @author    Daniel Brunier-Coulin
7   - @copyright OPEN CASCADE 2012
8   -->
9
10 <hibernate-mapping>
11
12 <!-- Description attribute
13   -->
14      <subclass name="org.splat.som.DescriptionAttribute" extends="org.splat.kernel.TextAttribute" discriminator-value="description">
15     </subclass>
16
17 <!-- Comment attribute
18   -->
19      <subclass name="org.splat.som.CommentAttribute"     extends="org.splat.kernel.TextAttribute" discriminator-value="comment">
20     </subclass>
21
22 </hibernate-mapping>