]> git.argeo.org Git - gpl/argeo-slc.git/blob - attachment.xml
6faf85209406e3278a5e72d1e2ae66f4e90459be
[gpl/argeo-slc.git] / attachment.xml
1 <?xml version="1.0"?>
2
3 <!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" "http://castor.org/mapping.dtd">
4
5 <mapping>
6 <description>Attachment objects XML mapping</description>
7
8 <class name="org.argeo.slc.core.attachment.SimpleAttachment">
9 <map-to ns-uri="http://argeo.org/projects/slc/schemas"
10 ns-prefix="slc" />
11 <field name="uuid" type="string" />
12 <field name="name" type="string" />
13 <field name="contentType" type="string" />
14 </class>
15
16 </mapping>