<doctrine-mapping
    xmlns="http://doctrine-project.org/schemas/phpcr-odm/phpcr-mapping"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://doctrine-project.org/schemas/phpcr-odm/phpcr-mapping
    https://github.com/doctrine/phpcr-odm/raw/master/doctrine-phpcr-odm-mapping.xsd"
>

    <mapped-superclass name="Symfony\Cmf\Bundle\RoutingBundle\Model\RedirectRoute">
        <field name="uri" type="uri" nullable="true"/>
        <field name="routeName" type="string" nullable="true"/>
        <field name="permanent" type="boolean"/>
        <field name="parameters" type="string" assoc="" nullable="true"/>
        <reference-one name="routeTarget"/>
    </mapped-superclass>

</doctrine-mapping>
