You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by bi...@apache.org on 2008/11/16 03:53:03 UTC

svn commit: r717966 - /webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java

Author: bimargulies
Date: Sat Nov 15 18:53:03 2008
New Revision: 717966

URL: http://svn.apache.org/viewvc?rev=717966&view=rev
Log:
WSCOMMONS-355 (missing anyType and anySimpleType).

Modified:
    webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java

Modified: webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java?rev=717966&r1=717965&r2=717966&view=diff
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java (original)
+++ webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java Sat Nov 15 18:53:03 2008
@@ -177,6 +177,13 @@
      * This needs to be inspected by another pair of eyes
      */
     public void init() {
+    	
+    	/*
+    	 * Defined in section .
+    	 */
+    	addSimpleType(xsd, Constants.XSD_ANYSIMPLETYPE.getLocalPart());
+    	addSimpleType(xsd, Constants.XSD_ANYTYPE.getLocalPart());
+    	
         /*
         Primitive types