You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by am...@apache.org on 2007/07/01 12:16:01 UTC

svn commit: r552269 - /webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/decimal.xsd

Author: amilas
Date: Sun Jul  1 03:16:00 2007
New Revision: 552269

URL: http://svn.apache.org/viewvc?view=rev&rev=552269
Log:
added the decimal.xsd

Added:
    webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/decimal.xsd

Added: webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/decimal.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/decimal.xsd?view=auto&rev=552269
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/decimal.xsd (added)
+++ webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/decimal.xsd Sun Jul  1 03:16:00 2007
@@ -0,0 +1,19 @@
+<xsd:schema elementFormDefault="qualified"
+           xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+           xmlns:tns="http://tempuri.org/boolean1"
+           targetNamespace="http://tempuri.org/boolean1">
+
+    <xsd:complexType name="ArrayOfDecimal">
+        <xsd:sequence>
+            <xsd:element maxOccurs="unbounded" minOccurs="0" name="decimal" nillable="true" type="xsd:decimal"/>
+        </xsd:sequence>
+    </xsd:complexType>
+
+    <xsd:element name="getHistoricNavResponse">
+        <xsd:complexType>
+            <xsd:sequence>
+                <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="tns:ArrayOfDecimal"/>
+            </xsd:sequence>
+        </xsd:complexType>
+    </xsd:element>
+</xsd:schema>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org