<?xml version="1.0" encoding="UTF-8"?>
<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"
>

    <document name="Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route" referenceable="true">
        <id name="id">
            <generator strategy="PARENT"/>
        </id>
        <nodename name="name"/>
        <parent-document name="parent"/>
        <children name="children"/>
    </document>

</doctrine-mapping>
