Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit c803f69

Browse files
committed
fix xml configuration schema
1 parent 370e4e1 commit c803f69

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Resources/config/schema/treebrowser-1.0.xsd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88
<xsd:element name="config" type="config" />
99

1010
<xsd:complexType name="config">
11+
<xsd:sequence>
12+
<xsd:element name="persistence" type="persistence" minOccurs="0"/>
13+
</xsd:sequence>
14+
</xsd:complexType>
15+
16+
<xsd:complexType name="persistence">
17+
<xsd:sequence>
18+
<xsd:element name="phpcr" type="phpcr" minOccurs="0"/>
19+
</xsd:sequence>
20+
</xsd:complexType>
21+
22+
<xsd:complexType name="phpcr">
23+
<xsd:attribute name="enabled" type="xsd:boolean" />
1124
<xsd:attribute name="session-name" type="xsd:string" />
1225
</xsd:complexType>
1326
</xsd:schema>

0 commit comments

Comments
 (0)