revision id in export.xsd is not optional
authorumherirrender <umherirrender_de.wp@web.de>
Wed, 6 Jun 2012 15:02:45 +0000 (17:02 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Wed, 6 Jun 2012 15:02:45 +0000 (17:02 +0200)
Change-Id: If3d891aaa7c6d1bbc82e7ab15e3393bb1554e883

docs/export-0.7.xsd
docs/export-demo.xml

index 5bb4417..6a4a8b7 100644 (file)
 
        <complexType name="RevisionType">
                <sequence>
-                       <element name="id" type="positiveInteger" minOccurs="0" />
+                       <element name="id" type="positiveInteger" />
                        <element name="timestamp" type="dateTime" />
                        <element name="contributor" type="mw:ContributorType" />
                        <element name="minor" minOccurs="0" maxOccurs="1" />
index 9d79e5c..b28022f 100644 (file)
@@ -82,6 +82,7 @@
     </revision>
     
     <revision>
+      <id>99</id>
       <timestamp>2001-01-15T13:10:27Z</timestamp>
       <contributor>
         <ip>10.0.0.2</ip>