<?xml version="1.0" encoding="UTF-8"?>
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
                                      https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd">

    <entity name="Doctrine\Tests\Models\GH7141\GH7141Article">
        <one-to-many field="tags" target-entity="NoTargetEntity" mapped-by="noMappedByField">
            <order-by>
                <order-by-field name="position"/>
            </order-by>
        </one-to-many>
    </entity>
</doctrine-mapping>
