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/19 00:38:52 UTC

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

Author: ltheussl
Date: Tue Oct 18 15:38:47 2005
New Revision: 326284

URL: http://svn.apache.org/viewcvs?rev=326284&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=326284&r1=326283&r2=326284&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 Tue Oct 18 15:38:47 2005
@@ -77,7 +77,7 @@
 
       </xs:element>
 
-      <xs:element minOccurs="0" name="id" type="xs:string">
+      <xs:element name="id" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">3.0.0</xs:documentation>
 
@@ -114,7 +114,7 @@
         </xs:annotation>
       </xs:element>
 
-      <xs:element minOccurs="0" name="name" type="xs:string">
+      <xs:element name="name" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">3.0.0+</xs:documentation>
 
@@ -125,7 +125,7 @@
         </xs:annotation>
       </xs:element>
 
-      <xs:element minOccurs="1" name="currentVersion" type="xs:string">
+      <xs:element name="currentVersion" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">3.0.0</xs:documentation>
 
@@ -195,7 +195,7 @@
         </xs:annotation>
       </xs:element>
 
-      <xs:element minOccurs="0" name="inceptionYear" type="xs:string">
+      <xs:element minOccurs="1" name="inceptionYear" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">3.0.0+</xs:documentation>