Author: djencks
Date: Tue Mar  8 21:56:37 2005
New Revision: 156621

URL: http://svn.apache.org/viewcvs?view=rev&rev=156621
Log:
make the xml-attributes work better.  This seems to mean that xmlbeans doesn't 
need the xml-attribute's schemaType in the same schemaTypeLoader as the 
ServiceConfigBuilder uses

Modified:
    geronimo/trunk/modules/service-builder/src/schema/geronimo-config.xsd

Modified: geronimo/trunk/modules/service-builder/src/schema/geronimo-config.xsd
URL: 
http://svn.apache.org/viewcvs/geronimo/trunk/modules/service-builder/src/schema/geronimo-config.xsd?view=diff&r1=156620&r2=156621
==============================================================================
--- geronimo/trunk/modules/service-builder/src/schema/geronimo-config.xsd 
(original)
+++ geronimo/trunk/modules/service-builder/src/schema/geronimo-config.xsd Tue 
Mar  8 21:56:37 2005
@@ -90,7 +90,7 @@
 
     <xs:complexType name="xml-attributeType">
         <xs:sequence>
-            <xs:any namespace="##other"/>
+            <xs:any namespace="##other" processContents="lax"/>
         </xs:sequence>
         <xs:attribute name="name" type="xs:string"/>
     </xs:complexType>


Reply via email to