* (bug 6701) Kazakh language variants in MessagesEn.php
[lhc/web/wiklou.git] / docs / export-0.1.xsd
index fecf6de..0b3eb17 100644 (file)
@@ -4,7 +4,10 @@
        output by MediaWiki's Special:Export system.
        
        The canonical URL to the schema document is:
-       http://www.mediawiki.org/xml/export-0.1/export-0.1.xsd
+       http://www.mediawiki.org/xml/export-0.1.xsd
+       
+       Use the namespace:
+       http://www.mediawiki.org/xml/export-0.1/
 -->
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:mw="http://www.mediawiki.org/xml/export-0.1/"
        
        <complexType name="ContributorType">
                <sequence>
+                       <element name="username" type="string" minOccurs="0"/>
                        <element name="id" type="positiveInteger" minOccurs="0" />
                        
-                       <!-- A contributor will contain one or perhaps both of these: -->
-                       <element name="username" type="string" minOccurs="0"/>
                        <element name="ip" type="string" minOccurs="0"/>
-                       
-                       <!-- How do I say that it can't be empty? -->
                </sequence>
        </complexType>