Changes the type of options/permissions in xsds
authorMatthias Schmidt <gravatronics@live.com>
Sat, 17 Sep 2011 15:43:54 +0000 (17:43 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 17 Sep 2011 15:43:54 +0000 (17:43 +0200)
commit6e9af9a0720887a878396568d729fd29cad1d34d
tree0ecda0326950c94e29dde67210632b9cd7cea2fb
parent22d2360e4bc32efa4c7c20c314c48d02b390c8ad
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.
XSD/options.xsd
XSD/usergroupoptions.xsd
XSD/useroptions.xsd