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/10/18 01:24:31 UTC

svn commit: r325999 - /maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd

Author: ltheussl
Date: Mon Oct 17 16:24:28 2005
New Revision: 325999

URL: http://svn.apache.org/viewcvs?rev=325999&view=rev
Log:
Fix some minOccurs

Modified:
    maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd

Modified: maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd?rev=325999&r1=325998&r2=325999&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd (original)
+++ maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd Mon Oct 17 16:24:28 2005
@@ -295,7 +295,7 @@
 
         <xs:complexType>
           <xs:sequence>
-            <xs:element minOccurs="0" maxOccurs="unbounded" name="developer"
+            <xs:element minOccurs="1" maxOccurs="unbounded" name="developer"
                         type="Developer"/>
           </xs:sequence>
         </xs:complexType>
@@ -313,7 +313,7 @@
 
         <xs:complexType>
           <xs:sequence>
-            <xs:element minOccurs="0" maxOccurs="unbounded" name="contributor"
+            <xs:element minOccurs="1" maxOccurs="unbounded" name="contributor"
                         type="Contributor"/>
           </xs:sequence>
         </xs:complexType>
@@ -372,7 +372,7 @@
 
         <xs:complexType>
           <xs:sequence>
-            <xs:element maxOccurs="unbounded" name="branch"
+            <xs:element minOccurs="1" maxOccurs="unbounded" name="branch"
                         type="Branch"/>
           </xs:sequence>
         </xs:complexType>