Updated option.xsd to reflect i18n implementation
authorAlexander Ebert <ebert@woltlab.com>
Thu, 29 Sep 2011 13:11:06 +0000 (15:11 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 29 Sep 2011 13:11:06 +0000 (15:11 +0200)
XSD/option.xsd

index 57b163bb8e1dc99d66548cc5eacacd0eed6c6f2e..b9dc76229a98c587a3e0e8fdf0730d36be3c57de 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- The file "option.xsd" is used for xml-files which installs, updates or deletes options.  -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.woltlab.com" targetNamespace="http://www.woltlab.com" elementFormDefault="qualified">
        <!-- include types -->
                                        <xs:element name="categoryname" type="woltlab_varchar" minOccurs="1" />
                                        <xs:element name="optiontype" type="woltlab_varchar_nullable" minOccurs="0" />
                                        <xs:element name="defaultvalue" type="xs:string" minOccurs="0" />
-                                       <xs:element name="validationpattern" type="xs:string" minOccurs="0" />                             
+                                       <xs:element name="validationpattern" type="xs:string" minOccurs="0" />
                                        <xs:element name="selectoptions" type="xs:string" minOccurs="0" />
                                        <xs:element name="enableoptions" type="xs:string" minOccurs="0" />
-                                       <xs:element name="hidden" type="woltlab_boolean" minOccurs="0" />                                       
+                                       <xs:element name="hidden" type="woltlab_boolean" minOccurs="0" />
                                        <xs:element name="showorder" type="xs:unsignedInt" minOccurs="0" />
                                        <xs:element name="options" type="xs:string" minOccurs="0" />
                                        <xs:element name="permissions" type="xs:string" minOccurs="0" />
+                                       <xs:element name="supporti18n" type="woltlab_boolean" minOccurs="0" />
                                </xs:all>
                        </xs:extension>
                </xs:complexContent>
        </xs:complexType>
-</xs:schema>
\ No newline at end of file
+</xs:schema>