You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by lt...@apache.org on 2005/09/29 01:50:45 UTC

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

Author: ltheussl
Date: Wed Sep 28 16:50:44 2005
New Revision: 292351

URL: http://svn.apache.org/viewcvs?rev=292351&view=rev
Log:
Specify description element

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=292351&r1=292350&r2=292351&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 Wed Sep 28 16:50:44 2005
@@ -85,7 +85,7 @@
       </xs:sequence>
     </xs:complexType>
   </xs:element>
-  <xs:element name="description"/>
+  <xs:element name="description" type="anything"/>
   <xs:element name="fixes">
     <xs:complexType>
       <xs:attribute name="issue" type="xs:string"/>
@@ -97,4 +97,11 @@
       <xs:attribute name="email" type="xs:string" use="optional"/>
     </xs:complexType>
   </xs:element>
+  <xs:complexType name="anything" mixed="true">
+      <xs:sequence>
+          <xs:any namespace="##any" processContents="lax"
+              minOccurs="0" maxOccurs="unbounded" /> 
+      </xs:sequence>
+      <xs:anyAttribute namespace="##other" processContents="lax" /> 
+  </xs:complexType>    
 </xs:schema>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org