Add the missing `enabled` session attribute

This commit is contained in:
Samuel ROZE 2018-01-10 17:16:33 +00:00
parent fad59b3ce7
commit a3149310ac
No known key found for this signature in database
GPG Key ID: 835426F55A19FB84
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@
</xsd:complexType>
<xsd:complexType name="session">
<xsd:attribute name="enabled" type="xsd:boolean" />
<xsd:attribute name="storage-id" type="xsd:string" />
<xsd:attribute name="handler-id" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />