From: Matthias Schmidt Date: Sat, 17 Sep 2011 15:43:54 +0000 (+0200) Subject: Changes the type of options/permissions in xsds X-Git-Tag: 2.0.0_Beta_1~1765^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6e9af9a0720887a878396568d729fd29cad1d34d;p=GitHub%2FWoltLab%2FWCF.git Changes the type of options/permissions in xsds The type of options and permissions elements should be xs:string rather than woltlab_varchar_nullable since they can be longer than 255 (the database column type is always TEXT). Additionally the missing permissions element in usergroupoptions.xsd was added. --- diff --git a/XSD/options.xsd b/XSD/options.xsd index 4c27befe59..d53011d5e6 100644 --- a/XSD/options.xsd +++ b/XSD/options.xsd @@ -71,8 +71,8 @@ - - + + diff --git a/XSD/usergroupoptions.xsd b/XSD/usergroupoptions.xsd index ecac13f0d3..728268f8c5 100644 --- a/XSD/usergroupoptions.xsd +++ b/XSD/usergroupoptions.xsd @@ -68,7 +68,8 @@ - + + diff --git a/XSD/useroptions.xsd b/XSD/useroptions.xsd index 7a4088faa7..a672b7f40d 100644 --- a/XSD/useroptions.xsd +++ b/XSD/useroptions.xsd @@ -90,8 +90,8 @@ - - + +