Attempt to fix Bug 30216 - Improve language fallback loop detection.
[lhc/web/wiklou.git] / docs / export-0.3.xsd
index 02403c6..1e0b7c8 100644 (file)
                        <element name="contributor" type="mw:ContributorType"/>
                        <element name="minor" minOccurs="0" />
                        <element name="comment" type="string" minOccurs="0"/>
-                       <element name="text" type="string"/>
+                       <element name="text" type="mw:TextType" />
                </sequence>
        </complexType>
        
+       <complexType name="TextType">
+               <simpleContent>
+                       <extension base="string">
+                               <attribute ref="xml:space" use="optional" default="preserve" />
+                       </extension>
+               </simpleContent>
+       </complexType>
+       
        <complexType name="ContributorType">
                <sequence>
                        <element name="username" type="string" minOccurs="0"/>