Файл: symfony-2.7/src/Symfony/Component/Form/Resources/config/validation.xml
Строк: 47
<?xml version="1.0" ?>
<constraint-mapping xmlns="http://symfony.com/schema/dic/constraint-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping http://symfony.com/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd">
<class name="SymfonyComponentFormForm">
<constraint name="SymfonyComponentFormExtensionValidatorConstraintsForm" />
<property name="children">
<constraint name="Valid" />
</property>
</class>
</constraint-mapping>