You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/12/07 07:45:27 UTC

svn commit: r354742 - /maven/maven-1/plugins/trunk/changes/src/plugin-resources/xsd/changes.xsd

Author: ltheussl
Date: Tue Dec  6 22:45:24 2005
New Revision: 354742

URL: http://svn.apache.org/viewcvs?rev=354742&view=rev
Log:
May have multiple authors

Modified:
    maven/maven-1/plugins/trunk/changes/src/plugin-resources/xsd/changes.xsd

Modified: maven/maven-1/plugins/trunk/changes/src/plugin-resources/xsd/changes.xsd
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/src/plugin-resources/xsd/changes.xsd?rev=354742&r1=354741&r2=354742&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/src/plugin-resources/xsd/changes.xsd (original)
+++ maven/maven-1/plugins/trunk/changes/src/plugin-resources/xsd/changes.xsd Tue Dec  6 22:45:24 2005
@@ -30,7 +30,7 @@
     <xs:complexType>
       <xs:sequence>
         <xs:element ref="title"/>
-        <xs:element ref="author" minOccurs="0"/>
+        <xs:element ref="author" minOccurs="0" maxOccurs="unbounded"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>