File tree 1 file changed +11
-13
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema
1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <xsd : schema xmlns =" http://symfony.com/schema/routing"
3
+ <xsd : schema xmlns =" http://symfony.com/schema/framework- routing"
4
4
xmlns : xsd =" http://www.w3.org/2001/XMLSchema"
5
- targetNamespace =" http://symfony.com/schema/routing"
5
+ targetNamespace =" http://symfony.com/schema/framework- routing"
6
6
elementFormDefault =" qualified" >
7
7
8
+ <xsd : include schemaLocation =" http://symfony.com/schema/routing/routing-1.0.xsd" />
9
+
8
10
<xsd : redefine schemaLocation =" http://symfony.com/schema/routing/routing-1.0.xsd" >
9
11
<xsd : complexType name =" routes" >
10
- <xsd : complexContent >
11
- <xsd : extension base =" routes" >
12
- <xsd : choice minOccurs =" 0" maxOccurs =" unbounded" >
13
- <xsd : element name =" import" type =" import" />
14
- <xsd : element name =" route" type =" route" />
15
- <xsd : element name =" template-route" type =" template-route" />
16
- <xsd : element name =" redirect-route" type =" redirect-route" />
17
- <xsd : element name =" url-redirect-route" type =" url-redirect-route" />
18
- </xsd : choice >
19
- </xsd : extension >
20
- </xsd : complexContent >
12
+ <xsd : choice minOccurs =" 0" maxOccurs =" unbounded" >
13
+ <xsd : element name =" import" type =" import" />
14
+ <xsd : element name =" route" type =" route" />
15
+ <xsd : element name =" template-route" type =" template-route" />
16
+ <xsd : element name =" redirect-route" type =" redirect-route" />
17
+ <xsd : element name =" url-redirect-route" type =" url-redirect-route" />
18
+ </xsd : choice >
21
19
</xsd : complexType >
22
20
</xsd : redefine >
23
21
You can’t perform that action at this time.
0 commit comments