minor #30106 [FrameworkBundle] fix xsd (XuruDragon)

This PR was merged into the 4.2 branch.

Discussion
----------

[FrameworkBundle] fix xsd

| Q             | A
| ------------- | ---
| Branch?       | 4.2
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

fix a mistake introduce in #30101

Commits
-------

436c3b9402 [FrameworkBundle] fix xsd
This commit is contained in:
Nicolas Grekas 2019-02-07 19:34:43 +01:00
commit f8209784ee

View File

@ -306,7 +306,6 @@
<xsd:element name="to" type="xsd:string" minOccurs="1" maxOccurs="unbounded" />
<xsd:element name="metadata" type="metadata" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="guard" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="metadata" type="metadata" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>