You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/01/08 07:43:40 UTC

[jackrabbit-filevault] branch master updated: Fix filter mode attribute definition in filter.xsd (#114)

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 2809271  Fix filter mode attribute definition in filter.xsd (#114)
2809271 is described below

commit 2809271cc8311c49d353b1aa49fcd8113f870d52
Author: Karol Lewandowski <ka...@gmail.com>
AuthorDate: Fri Jan 8 08:43:34 2021 +0100

    Fix filter mode attribute definition in filter.xsd (#114)
---
 vault-validation/src/main/resources/filter.xsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vault-validation/src/main/resources/filter.xsd b/vault-validation/src/main/resources/filter.xsd
index 1ee2b2f..f1d0d98 100644
--- a/vault-validation/src/main/resources/filter.xsd
+++ b/vault-validation/src/main/resources/filter.xsd
@@ -50,11 +50,11 @@
             </xs:choice>
             <xs:attribute type="xs:string" name="root" use="required"/>
             <xs:attribute ref="type"/>
-            <xs:attribute type="xs:string" name="mode"/>
+            <xs:attribute ref="mode"/>
           </xs:complexType>
         </xs:element>
       </xs:sequence>
       <xs:attribute type="xs:float" name="version"/>
     </xs:complexType>
   </xs:element>
-</xs:schema>
\ No newline at end of file
+</xs:schema>