Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / Doctrine / Tests / ORM / Mapping / xml / CatNoId.dcm.xml
1 <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
2      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3      xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
4                          http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
5   <entity name="CatNoId">
6     <field name="can_has_cheezburgers" type="boolean" />
7   </entity>
8 </doctrine-mapping>