http://www.mediawiki.org/wiki/Special:Code/MediaWiki/79878

Revision: 79878
Author:   robla
Date:     2011-01-09 02:38:04 +0000 (Sun, 09 Jan 2011)
Log Message:
-----------
Followup to r79856: s/0.4/0.5/ and added "bytes" attribute to "text" element

Modified Paths:
--------------
    trunk/phase3/docs/export-0.5.xsd

Modified: trunk/phase3/docs/export-0.5.xsd
===================================================================
--- trunk/phase3/docs/export-0.5.xsd    2011-01-09 02:27:56 UTC (rev 79877)
+++ trunk/phase3/docs/export-0.5.xsd    2011-01-09 02:38:04 UTC (rev 79878)
@@ -14,14 +14,14 @@
        per-namespace capitalization.
 
        The canonical URL to the schema document is:
-       http://www.mediawiki.org/xml/export-0.4.xsd
+       http://www.mediawiki.org/xml/export-0.5.xsd
        
        Use the namespace:
-       http://www.mediawiki.org/xml/export-0.4/
+       http://www.mediawiki.org/xml/export-0.5/
 -->
 <schema xmlns="http://www.w3.org/2001/XMLSchema";
-        xmlns:mw="http://www.mediawiki.org/xml/export-0.4/";
-        targetNamespace="http://www.mediawiki.org/xml/export-0.4/";
+        xmlns:mw="http://www.mediawiki.org/xml/export-0.5/";
+        targetNamespace="http://www.mediawiki.org/xml/export-0.5/";
         elementFormDefault="qualified">
 
        <annotation>
@@ -165,6 +165,7 @@
                                <!-- However, "NMTOKEN" is strictest definition 
that is both compatible with existing -->
                                <!-- usage ([0-9]+) and with the "ID" type. -->
                                <attribute name="id" type="NMTOKEN"/>
+                               <attribute name="bytes" use="optional" 
type="nonNegativeInteger"/>
                        </extension>
                </simpleContent>
        </complexType>


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to