contributor <id> appears after <username> when present, not before
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 25 Jan 2005 13:17:28 +0000 (13:17 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 25 Jan 2005 13:17:28 +0000 (13:17 +0000)
docs/export-0.1.xsd

index fecf6de..79b06dd 100644 (file)
        
        <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>