add missing cache prefix seed attribute to XSD

This commit is contained in:
Christian Flothmann 2018-10-09 10:07:08 +02:00
parent 0df45a23a2
commit 03dbd84f7d
1 changed files with 2 additions and 0 deletions

View File

@ -249,6 +249,8 @@
<xsd:element name="default-memcached-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
<xsd:element name="pool" type="cache_pool" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="prefix-seed" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="cache_pool">