You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2009/02/26 03:01:28 UTC

svn commit: r747986 - /cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegis.xsd

Author: bimargulies
Date: Thu Feb 26 02:01:27 2009
New Revision: 747986

URL: http://svn.apache.org/viewvc?rev=747986&view=rev
Log:
Fix CXF-2065, I think, by removing spurious anyAttribute elements from the aegis schema.

Modified:
    cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegis.xsd

Modified: cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegis.xsd
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegis.xsd?rev=747986&r1=747985&r2=747986&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegis.xsd (original)
+++ cxf/trunk/rt/databinding/aegis/src/main/resources/META-INF/cxf/aegis.xsd Thu Feb 26 02:01:27 2009
@@ -41,7 +41,6 @@
   
   <xsd:complexType name="propertyType">
     <xsd:attributeGroup ref="mappedType" />
-    <xsd:anyAttribute namespace='##other' processContents='lax' />
   </xsd:complexType>
 
   <xsd:complexType name="methodType">
@@ -54,20 +53,17 @@
 
   <xsd:complexType name="return-typeType">
     <xsd:attributeGroup ref="mappedType" />
-    <xsd:anyAttribute namespace='##other' processContents='lax' />
   </xsd:complexType>
 
   <xsd:complexType name="parameterType">
     <xsd:attribute name="index" type="xsd:int" />
     <xsd:attribute name="class" type="xsd:string" />
     <xsd:attributeGroup ref="mappedType" />
-    <xsd:anyAttribute namespace='##other' processContents='lax' />
   </xsd:complexType>
 
   <xsd:complexType name="componentTypeType">
     <xsd:attribute name="class" type="xsd:string" />
     <xsd:attributeGroup ref="mappedType" />
-    <xsd:anyAttribute namespace='##other' processContents='lax' />
   </xsd:complexType>
 
   <xsd:attributeGroup name="mappedType">
@@ -91,6 +87,5 @@
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:attribute>
-    <xsd:anyAttribute namespace='##other' processContents='lax' />
   </xsd:attributeGroup>
 </xsd:schema>
\ No newline at end of file