Skip to content

Commit 20dbe47

Browse files
committed
added annotation
1 parent c73cb8a commit 20dbe47

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
targetNamespace="http://symfony.com/schema/routing"
66
elementFormDefault="qualified">
77

8+
<xsd:annotation>
9+
<xsd:documentation><![CDATA[
10+
Symfony XML Routing Schema, version 1.0
11+
Authors: Fabien Potencier, Tobias Schultze
12+
13+
This scheme defines the elements and attributes that can be used to define
14+
routes. A route maps an HTTP request to a set of configuration variables.
15+
]]></xsd:documentation>
16+
</xsd:annotation>
17+
818
<xsd:element name="routes" type="routes" />
919

1020
<xsd:complexType name="routes">

0 commit comments

Comments
 (0)