Index: trunk/phase3/docs/export-0.5.xsd |
— | — | @@ -14,14 +14,14 @@ |
15 | 15 | per-namespace capitalization. |
16 | 16 | |
17 | 17 | The canonical URL to the schema document is: |
18 | | - http://www.mediawiki.org/xml/export-0.4.xsd |
| 18 | + http://www.mediawiki.org/xml/export-0.5.xsd |
19 | 19 | |
20 | 20 | Use the namespace: |
21 | | - http://www.mediawiki.org/xml/export-0.4/ |
| 21 | + http://www.mediawiki.org/xml/export-0.5/ |
22 | 22 | --> |
23 | 23 | <schema xmlns="http://www.w3.org/2001/XMLSchema" |
24 | | - xmlns:mw="http://www.mediawiki.org/xml/export-0.4/" |
25 | | - targetNamespace="http://www.mediawiki.org/xml/export-0.4/" |
| 24 | + xmlns:mw="http://www.mediawiki.org/xml/export-0.5/" |
| 25 | + targetNamespace="http://www.mediawiki.org/xml/export-0.5/" |
26 | 26 | elementFormDefault="qualified"> |
27 | 27 | |
28 | 28 | <annotation> |
— | — | @@ -165,6 +165,7 @@ |
166 | 166 | <!-- However, "NMTOKEN" is strictest definition that is both compatible with existing --> |
167 | 167 | <!-- usage ([0-9]+) and with the "ID" type. --> |
168 | 168 | <attribute name="id" type="NMTOKEN"/> |
| 169 | + <attribute name="bytes" use="optional" type="nonNegativeInteger"/> |
169 | 170 | </extension> |
170 | 171 | </simpleContent> |
171 | 172 | </complexType> |