Skip to content

Commit 19f9f66

Browse files
committed
Improved schema
1 parent 94a8148 commit 19f9f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/config/schema/routing-1.0.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
</xsd:complexType>
6767

6868
<xsd:complexType name="persistence">
69-
<xsd:sequence>
69+
<xsd:choice>
7070
<xsd:element name="phpcr" type="phpcr" minOccurs="0"/>
7171
<xsd:element name="orm" type="orm" minOccurs="0"/>
72-
</xsd:sequence>
72+
</xsd:choice>
7373
</xsd:complexType>
7474

7575
<xsd:complexType name="phpcr">

0 commit comments

Comments
 (0)