You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by de...@apache.org on 2006/12/20 13:23:42 UTC

svn commit: r489066 [5/24] - in /webservices/axis2/branches/java/1_1/modules: adb-codegen/ adb-codegen/src/org/apache/axis2/schema/ adb-codegen/src/org/apache/axis2/schema/i18n/ adb-codegen/src/org/apache/axis2/schema/template/ adb-codegen/test-resourc...

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/src/org/apache/axis2/schema/template/PlainBeanTemplate.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/src/org/apache/axis2/schema/template/PlainBeanTemplate.xsl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/src/org/apache/axis2/schema/template/PlainBeanTemplate.xsl (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/src/org/apache/axis2/schema/template/PlainBeanTemplate.xsl Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     <xsl:output method="text"/>
 

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/testsuite/complete.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/testsuite/complete.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/testsuite/complete.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/testsuite/complete.xsd Wed Dec 20 04:23:24 2006
@@ -1,314 +1,331 @@
-<schema targetNamespace="http://types.echo.services"
-        xmlns="http://www.w3.org/2001/XMLSchema"
-        xmlns:tns="http://types.echo.services"
-        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-        elementFormDefault="qualified">
-
-
-    <!-- test elements for xsd:anyType -->
-    <element name="TestAnyType1">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded"
-                         nillable="true"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="TestAnyType2">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:anyType" minOccurs="0" nillable="true"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="TestAnyType3">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="TestAnyType4">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:anyType" minOccurs="0"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="TestAnyType5">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:anyType" nillable="true" maxOccurs="unbounded"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="TestAnyType6">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:anyType" nillable="true"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="TestAnyType7">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:anyType" maxOccurs="unbounded"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="TestAnyType8">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:anyType"/>
-            </sequence>
-        </complexType>
-    </element>
-
-    <!-- generating elemens for primitive types -->
-    <element name="testInt1">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" nillable="true" maxOccurs="unbounded" type="xsd:int"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testInt2">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" nillable="true" type="xsd:int"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testInt3">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" maxOccurs="unbounded" type="xsd:int"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testInt4">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" type="xsd:int"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testInt5">
-        <complexType>
-            <sequence>
-                <element name="testValue" nillable="true" maxOccurs="unbounded" type="xsd:int"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testInt6">
-        <complexType>
-            <sequence>
-                <element name="testValue" nillable="true" type="xsd:int"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testInt7">
-        <complexType>
-            <sequence>
-                <element name="testValue" maxOccurs="unbounded" type="xsd:int"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testInt8">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:int"/>
-            </sequence>
-        </complexType>
-    </element>
-
-    <!-- generating elemens for string types -->
-    <element name="testString1">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" nillable="true" maxOccurs="unbounded"
-                         type="xsd:string"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testString2">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" nillable="true" type="xsd:string"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testString3">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" maxOccurs="unbounded" type="xsd:string"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testString4">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" type="xsd:string"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testString5">
-        <complexType>
-            <sequence>
-                <element name="testValue" nillable="true" maxOccurs="unbounded" type="xsd:string"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testString6">
-        <complexType>
-            <sequence>
-                <element name="testValue" nillable="true" type="xsd:string"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testString7">
-        <complexType>
-            <sequence>
-                <element name="testValue" maxOccurs="unbounded" type="xsd:string"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testString8">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:string"/>
-            </sequence>
-        </complexType>
-    </element>
-
-    <!-- generating elemens for custem types -->
-    <element name="testBookInformation1">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" nillable="true" maxOccurs="unbounded"
-                         type="tns:BookInformation"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testBookInformation2">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" nillable="true" type="tns:BookInformation"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testBookInformation3">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" maxOccurs="unbounded" type="tns:BookInformation"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testBookInformation4">
-        <complexType>
-            <sequence>
-                <element name="testValue" minOccurs="0" type="tns:BookInformation"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testBookInformation5">
-        <complexType>
-            <sequence>
-                <element name="testValue" nillable="true" maxOccurs="unbounded" type="tns:BookInformation"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testBookInformation6">
-        <complexType>
-            <sequence>
-                <element name="testValue" nillable="true" type="tns:BookInformation"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testBookInformation7">
-        <complexType>
-            <sequence>
-                <element name="testValue" maxOccurs="unbounded" type="tns:BookInformation"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testBookInformation8">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="tns:BookInformation"/>
-            </sequence>
-        </complexType>
-    </element>
-
-
-    <!-- generating elemens for any elements -->
-    <element name="testAny1">
-        <complexType>
-            <sequence>
-                <any minOccurs="0" maxOccurs="unbounded"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testAny2">
-        <complexType>
-            <sequence>
-                <any minOccurs="0"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testAny3">
-        <complexType>
-            <sequence>
-                <any maxOccurs="unbounded"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="testAny4">
-        <complexType>
-            <sequence>
-                <any/>
-            </sequence>
-        </complexType>
-    </element>
-
-    <!-- test string variables -->
-    <element name="OuterTestString1" type="xsd:string" nillable="true"/>
-    <element name="OuterTestString2" type="xsd:string"/>
-
-    <!-- test primitive variables -->
-    <element name="OuterTestInt1" type="xsd:int" nillable="true"/>
-    <element name="OuterTestInt2" type="xsd:int"/>
-
-    <!-- test xsd:any variables -->
-    <element name="OuterTestAnyType1" type="xsd:anyType" nillable="true"/>
-    <element name="OuterTestAnyType2" type="xsd:anyType"/>
-
-    <!-- test xsd:any variables -->
-    <element name="OuterTestBookInformation1" type="tns:BookInformation" nillable="true"/>
-    <element name="OuterTestBookInformation2" type="tns:BookInformation"/>
-
-    <!-- complext elements -->
-    <element name="OuterTestComplex1" nillable="true">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:string"/>
-            </sequence>
-        </complexType>
-    </element>
-    <element name="OuterTestComplex2">
-        <complexType>
-            <sequence>
-                <element name="testValue" type="xsd:string"/>
-            </sequence>
-        </complexType>
-    </element>
-
-    <complexType name="BookInformation">
-        <sequence>
-            <element name="author" minOccurs="0" maxOccurs="unbounded" type="string"/>
-            <element name="title" type="string"/>
-        </sequence>
-        <attribute name="type" use="required" type="string"/>
-        <attribute name="isbn" use="required" type="string"/>
-    </complexType>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
+<schema targetNamespace="http://types.echo.services"
+        xmlns="http://www.w3.org/2001/XMLSchema"
+        xmlns:tns="http://types.echo.services"
+        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+        elementFormDefault="qualified">
+
+
+    <!-- test elements for xsd:anyType -->
+    <element name="TestAnyType1">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded"
+                         nillable="true"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="TestAnyType2">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:anyType" minOccurs="0" nillable="true"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="TestAnyType3">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="TestAnyType4">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:anyType" minOccurs="0"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="TestAnyType5">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:anyType" nillable="true" maxOccurs="unbounded"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="TestAnyType6">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:anyType" nillable="true"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="TestAnyType7">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:anyType" maxOccurs="unbounded"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="TestAnyType8">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:anyType"/>
+            </sequence>
+        </complexType>
+    </element>
+
+    <!-- generating elemens for primitive types -->
+    <element name="testInt1">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" nillable="true" maxOccurs="unbounded" type="xsd:int"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testInt2">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" nillable="true" type="xsd:int"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testInt3">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" maxOccurs="unbounded" type="xsd:int"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testInt4">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" type="xsd:int"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testInt5">
+        <complexType>
+            <sequence>
+                <element name="testValue" nillable="true" maxOccurs="unbounded" type="xsd:int"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testInt6">
+        <complexType>
+            <sequence>
+                <element name="testValue" nillable="true" type="xsd:int"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testInt7">
+        <complexType>
+            <sequence>
+                <element name="testValue" maxOccurs="unbounded" type="xsd:int"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testInt8">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:int"/>
+            </sequence>
+        </complexType>
+    </element>
+
+    <!-- generating elemens for string types -->
+    <element name="testString1">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" nillable="true" maxOccurs="unbounded"
+                         type="xsd:string"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testString2">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" nillable="true" type="xsd:string"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testString3">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" maxOccurs="unbounded" type="xsd:string"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testString4">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" type="xsd:string"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testString5">
+        <complexType>
+            <sequence>
+                <element name="testValue" nillable="true" maxOccurs="unbounded" type="xsd:string"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testString6">
+        <complexType>
+            <sequence>
+                <element name="testValue" nillable="true" type="xsd:string"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testString7">
+        <complexType>
+            <sequence>
+                <element name="testValue" maxOccurs="unbounded" type="xsd:string"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testString8">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:string"/>
+            </sequence>
+        </complexType>
+    </element>
+
+    <!-- generating elemens for custem types -->
+    <element name="testBookInformation1">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" nillable="true" maxOccurs="unbounded"
+                         type="tns:BookInformation"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testBookInformation2">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" nillable="true" type="tns:BookInformation"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testBookInformation3">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" maxOccurs="unbounded" type="tns:BookInformation"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testBookInformation4">
+        <complexType>
+            <sequence>
+                <element name="testValue" minOccurs="0" type="tns:BookInformation"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testBookInformation5">
+        <complexType>
+            <sequence>
+                <element name="testValue" nillable="true" maxOccurs="unbounded" type="tns:BookInformation"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testBookInformation6">
+        <complexType>
+            <sequence>
+                <element name="testValue" nillable="true" type="tns:BookInformation"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testBookInformation7">
+        <complexType>
+            <sequence>
+                <element name="testValue" maxOccurs="unbounded" type="tns:BookInformation"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testBookInformation8">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="tns:BookInformation"/>
+            </sequence>
+        </complexType>
+    </element>
+
+
+    <!-- generating elemens for any elements -->
+    <element name="testAny1">
+        <complexType>
+            <sequence>
+                <any minOccurs="0" maxOccurs="unbounded"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testAny2">
+        <complexType>
+            <sequence>
+                <any minOccurs="0"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testAny3">
+        <complexType>
+            <sequence>
+                <any maxOccurs="unbounded"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="testAny4">
+        <complexType>
+            <sequence>
+                <any/>
+            </sequence>
+        </complexType>
+    </element>
+
+    <!-- test string variables -->
+    <element name="OuterTestString1" type="xsd:string" nillable="true"/>
+    <element name="OuterTestString2" type="xsd:string"/>
+
+    <!-- test primitive variables -->
+    <element name="OuterTestInt1" type="xsd:int" nillable="true"/>
+    <element name="OuterTestInt2" type="xsd:int"/>
+
+    <!-- test xsd:any variables -->
+    <element name="OuterTestAnyType1" type="xsd:anyType" nillable="true"/>
+    <element name="OuterTestAnyType2" type="xsd:anyType"/>
+
+    <!-- test xsd:any variables -->
+    <element name="OuterTestBookInformation1" type="tns:BookInformation" nillable="true"/>
+    <element name="OuterTestBookInformation2" type="tns:BookInformation"/>
+
+    <!-- complext elements -->
+    <element name="OuterTestComplex1" nillable="true">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:string"/>
+            </sequence>
+        </complexType>
+    </element>
+    <element name="OuterTestComplex2">
+        <complexType>
+            <sequence>
+                <element name="testValue" type="xsd:string"/>
+            </sequence>
+        </complexType>
+    </element>
+
+    <complexType name="BookInformation">
+        <sequence>
+            <element name="author" minOccurs="0" maxOccurs="unbounded" type="string"/>
+            <element name="title" type="string"/>
+        </sequence>
+        <attribute name="type" use="required" type="string"/>
+        <attribute name="isbn" use="required" type="string"/>
+    </complexType>
 </schema>

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/anonymous_complexType.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/anonymous_complexType.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/anonymous_complexType.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/anonymous_complexType.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:tns="http://soapinterop.org1/types"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex-minoccurs0.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex-minoccurs0.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex-minoccurs0.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex-minoccurs0.xsd Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
            elementFormDefault="qualified"
            attributeFormDefault="unqualified"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex_all.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex_all.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex_all.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex_all.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <s:schema elementFormDefault="qualified" targetNamespace="http://www.strikeiron.com" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.strikeiron.com">
       <s:element name="GetQuotes">
         <s:complexType>

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex_content_extension.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex_content_extension.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex_content_extension.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/complex_content_extension.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema elementFormDefault="qualified"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns="http://www.w3.org/2001/XMLSchema"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/derived/derivedType-All.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/derived/derivedType-All.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/derived/derivedType-All.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/derived/derivedType-All.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,19 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <schema targetNamespace="http://soapinterop.org/xsd"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xs="http://www.w3.org/2001/XMLSchema"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/import.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/import.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/import.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/import.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema targetNamespace="http://soapinterop.org/xsd"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/import2.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/import2.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/import2.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/import2.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema targetNamespace="http://soapinterop.org/xsd2"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/mixed_minoccus0.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/mixed_minoccus0.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/mixed_minoccus0.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/mixed_minoccus0.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:tns="http://recursion1.org"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple-minoccurs0.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple-minoccurs0.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple-minoccurs0.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple-minoccurs0.xsd Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://test.org">
 	<xs:element name="root">
 		<xs:complexType>

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple-recursive-datatypes.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple-recursive-datatypes.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple-recursive-datatypes.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple-recursive-datatypes.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,19 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:tns="http://recursion.org"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple/simpleType-All.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple/simpleType-All.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple/simpleType-All.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple/simpleType-All.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema targetNamespace="http://soapinterop.org/xsd"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_any.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_any.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_any.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_any.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema targetNamespace="http://soapinterop.org/xsd"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_any_attribute.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_any_attribute.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_any_attribute.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_any_attribute.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema targetNamespace="http://soapinterop.org/xsd"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_anytype.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_anytype.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_anytype.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_anytype.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema targetNamespace="http://soapinterop.org/xsd2"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_attrib.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_attrib.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_attrib.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_attrib.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema targetNamespace="http://soapinterop.org/xsd"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_choice.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_choice.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_choice.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_choice.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:tns="http://soapinterop.org/types"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_content_extension.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_content_extension.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_content_extension.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_content_extension.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema elementFormDefault="qualified"
         xmlns:xs="http://www.w3.org/2001/XMLSchema"
         xmlns="http://www.w3.org/2001/XMLSchema"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_element.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_element.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_element.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_element.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema targetNamespace="http://soapinterop.org/xsd"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_element_reference.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_element_reference.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_element_reference.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_element_reference.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema elementFormDefault="qualified"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns="http://www.w3.org/2001/XMLSchema"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_maxOccurs.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_maxOccurs.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_maxOccurs.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_maxOccurs.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema targetNamespace="http://soapinterop.org2/xsd"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_maxOccurs2.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_maxOccurs2.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_maxOccurs2.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_maxOccurs2.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema targetNamespace="http://soapinterop.org/xsd"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_nillable.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_nillable.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_nillable.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_nillable.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:tns="http://soapinterop.org/types"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_particle_all.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_particle_all.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_particle_all.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_particle_all.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:tns="http://soapinterop.org/types"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_recursive.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_recursive.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_recursive.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_recursive.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:tns="http://soapinterop.org/types"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_restriction.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_restriction.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_restriction.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_restriction.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,19 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <xs:schema targetNamespace="http://soapinterop.org/xsd"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            xmlns:tns="http://soapinterop.org/xsd"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_sequence.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_sequence.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_sequence.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_sequence.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,19 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:tns="http://soapinterop.org/types"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_sequence_2.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_sequence_2.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_sequence_2.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test-resources/xsd/simple_sequence_2.xsd Wed Dec 20 04:23:24 2006
@@ -1,3 +1,19 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:tns="http://soapinterop.org/types"

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/test/org/apache/axis2/schema/populate/simple/package.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/test/org/apache/axis2/schema/populate/simple/package.html?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/test/org/apache/axis2/schema/populate/simple/package.html (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/test/org/apache/axis2/schema/populate/simple/package.html Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <html>
 <body>
    This package contains the following tests

Modified: webservices/axis2/branches/java/1_1/modules/addressing/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/addressing/maven.xml?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/addressing/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/addressing/maven.xml Wed Dec 20 04:23:24 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
 
 <!-- $Revision: 1.21 $ $Date: 2004-10-27 20:54:09 +0600 (Wed, 27 Oct 2004) $ -->
 

Modified: webservices/axis2/branches/java/1_1/modules/addressing/src/META-INF/module.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/addressing/src/META-INF/module.xml?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/addressing/src/META-INF/module.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/addressing/src/META-INF/module.xml Wed Dec 20 04:23:24 2006
@@ -1,3 +1,21 @@
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
 <module name="addressing">
     <Description>This is WS-Addressing implementation on Axis2. Currently we have implemented Submission version (2004/08) and Proposed Recommendation. </Description>
     <InFlow>

Modified: webservices/axis2/branches/java/1_1/modules/addressing/test-resources/OutHandlerTest.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/addressing/test-resources/OutHandlerTest.xml?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/addressing/test-resources/OutHandlerTest.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/addressing/test-resources/OutHandlerTest.xml Wed Dec 20 04:23:24 2006
@@ -1,3 +1,21 @@
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:myRef="http://reference.org">
         <wsa:From>

Modified: webservices/axis2/branches/java/1_1/modules/addressing/test-resources/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/addressing/test-resources/axis2.xml?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/addressing/test-resources/axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/addressing/test-resources/axis2.xml Wed Dec 20 04:23:24 2006
@@ -1,3 +1,21 @@
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
 <axisconfig name="AxisJava2.0">
     <parameter name="hotdeployment" locked="false">true</parameter>
     <parameter name="hotupdate" locked="false">true</parameter>

Modified: webservices/axis2/branches/java/1_1/modules/addressing/test-resources/eprTest.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/addressing/test-resources/eprTest.xml?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/addressing/test-resources/eprTest.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/addressing/test-resources/eprTest.xml Wed Dec 20 04:23:24 2006
@@ -1,3 +1,21 @@
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
         <wsa:Reference4>Value 400</wsa:Reference4>

Modified: webservices/axis2/branches/java/1_1/modules/addressing/test-resources/mustUnderstandTest.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/addressing/test-resources/mustUnderstandTest.xml?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/addressing/test-resources/mustUnderstandTest.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/addressing/test-resources/mustUnderstandTest.xml Wed Dec 20 04:23:24 2006
@@ -1,3 +1,21 @@
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:myRef="http://reference.org">
         <wsa:From soapenv:mustUnderstand="1">

Modified: webservices/axis2/branches/java/1_1/modules/addressing/test-resources/valid-messages/final/soapmessage.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/addressing/test-resources/valid-messages/final/soapmessage.xml?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/addressing/test-resources/valid-messages/final/soapmessage.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/addressing/test-resources/valid-messages/final/soapmessage.xml Wed Dec 20 04:23:24 2006
@@ -1,58 +1,75 @@
-<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
-                  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                  xmlns:wsa="http://www.w3.org/2005/08/addressing">
-    <soapenv:Header xmlns:fabrikam="http://example.com/fabrikam" xmlns:axis2="http://ws.apache.org/namespaces/axis2">
-        <wsa:MessageID soapenv:mustUnderstand="0">
-            uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5</wsa:MessageID>
-        <wsa:To soapenv:mustUnderstand="0">http://localhost:8081/axis/services/BankPort</wsa:To>
-        <wsa:From soapenv:mustUnderstand="0" axis2:AttrExt="123456789">
-            <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
-             <wsa:ReferenceParameters>
-                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
-                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
-            </wsa:ReferenceParameters>
-            <wsa:Metadata>
-            	<axis2:MetaExt axis2:AttrExt="123456789">123456789</axis2:MetaExt>
-            </wsa:Metadata>
-            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
-        </wsa:From>
-        <axis2:ParamOne wsa:IsReferenceParameter='true'>123456789</axis2:ParamOne>
-        <axis2:ParamTwo wsa:IsReferenceParameter='true'>ABCDEFG</axis2:ParamTwo>
-        <wsa:Action>http://ws.apache.org/tests/action</wsa:Action>
-        <wsa:ReplyTo axis2:AttrExt="123456789">
-            <wsa:Address>http://example.com/fabrikam/acct</wsa:Address>
-             <wsa:ReferenceParameters>
-                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
-                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
-            </wsa:ReferenceParameters>
-            <wsa:Metadata>
-            	<axis2:MetaExt axis2:AttrExt="123456789">123456789</axis2:MetaExt>
-            </wsa:Metadata>
-            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
-        </wsa:ReplyTo>
-        <wsa:FaultTo axis2:AttrExt="123456789">
-            <wsa:Address>http://example.com/fabrikam/fault</wsa:Address>
-             <wsa:ReferenceParameters>
-                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
-                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
-            </wsa:ReferenceParameters>
-            <wsa:Metadata>
-            	<axis2:MetaExt axis2:AttrExt="123456789">123456789</axis2:MetaExt>
-            </wsa:Metadata>
-            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
-        </wsa:FaultTo>
-        <wsa:RelatesTo>http://some.previous.message</wsa:RelatesTo>
-        <wsa:RelatesTo RelationshipType="http://some.custom.relationship">http://identifier.of.other.message/</wsa:RelatesTo>
-    </soapenv:Header>
-    <soapenv:Body>
-        <ns1:getBalance soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
-                        xmlns:ns1="http://localhost:8081/axis/services/BankPort">
-            <accountNo href="#id0"/>
-        </ns1:getBalance>
-        <multiRef id="id0" soapenc:root="0"
-                  soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
-                  xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
-            1001</multiRef>
-    </soapenv:Body>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
+                  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+                  xmlns:wsa="http://www.w3.org/2005/08/addressing">
+    <soapenv:Header xmlns:fabrikam="http://example.com/fabrikam" xmlns:axis2="http://ws.apache.org/namespaces/axis2">
+        <wsa:MessageID soapenv:mustUnderstand="0">
+            uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5</wsa:MessageID>
+        <wsa:To soapenv:mustUnderstand="0">http://localhost:8081/axis/services/BankPort</wsa:To>
+        <wsa:From soapenv:mustUnderstand="0" axis2:AttrExt="123456789">
+            <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
+             <wsa:ReferenceParameters>
+                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
+                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
+            </wsa:ReferenceParameters>
+            <wsa:Metadata>
+            	<axis2:MetaExt axis2:AttrExt="123456789">123456789</axis2:MetaExt>
+            </wsa:Metadata>
+            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
+        </wsa:From>
+        <axis2:ParamOne wsa:IsReferenceParameter='true'>123456789</axis2:ParamOne>
+        <axis2:ParamTwo wsa:IsReferenceParameter='true'>ABCDEFG</axis2:ParamTwo>
+        <wsa:Action>http://ws.apache.org/tests/action</wsa:Action>
+        <wsa:ReplyTo axis2:AttrExt="123456789">
+            <wsa:Address>http://example.com/fabrikam/acct</wsa:Address>
+             <wsa:ReferenceParameters>
+                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
+                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
+            </wsa:ReferenceParameters>
+            <wsa:Metadata>
+            	<axis2:MetaExt axis2:AttrExt="123456789">123456789</axis2:MetaExt>
+            </wsa:Metadata>
+            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
+        </wsa:ReplyTo>
+        <wsa:FaultTo axis2:AttrExt="123456789">
+            <wsa:Address>http://example.com/fabrikam/fault</wsa:Address>
+             <wsa:ReferenceParameters>
+                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
+                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
+            </wsa:ReferenceParameters>
+            <wsa:Metadata>
+            	<axis2:MetaExt axis2:AttrExt="123456789">123456789</axis2:MetaExt>
+            </wsa:Metadata>
+            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
+        </wsa:FaultTo>
+        <wsa:RelatesTo>http://some.previous.message</wsa:RelatesTo>
+        <wsa:RelatesTo RelationshipType="http://some.custom.relationship">http://identifier.of.other.message/</wsa:RelatesTo>
+    </soapenv:Header>
+    <soapenv:Body>
+        <ns1:getBalance soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+                        xmlns:ns1="http://localhost:8081/axis/services/BankPort">
+            <accountNo href="#id0"/>
+        </ns1:getBalance>
+        <multiRef id="id0" soapenc:root="0"
+                  soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+                  xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
+            1001</multiRef>
+    </soapenv:Body>
 </soapenv:Envelope>

Modified: webservices/axis2/branches/java/1_1/modules/addressing/test-resources/valid-messages/submission/soapmessage.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/addressing/test-resources/valid-messages/submission/soapmessage.xml?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/addressing/test-resources/valid-messages/submission/soapmessage.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/addressing/test-resources/valid-messages/submission/soapmessage.xml Wed Dec 20 04:23:24 2006
@@ -1,57 +1,74 @@
-<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
-                  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                  xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
-                  xmlns:axis2="http://ws.apache.org/namespaces/axis2">
-    <soapenv:Header xmlns:fabrikam="http://example.com/fabrikam">
-        <wsa:MessageID soapenv:mustUnderstand="0">
-            uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5</wsa:MessageID>
-        <wsa:To soapenv:mustUnderstand="0">http://localhost:8081/axis/services/BankPort</wsa:To>
-        <wsa:From axis2:AttrExt="123456789" soapenv:mustUnderstand="0" >
-            <wsa:Address>
-                http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
-            <wsa:ReferenceParameters>
-                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
-            </wsa:ReferenceParameters>
-            <wsa:ReferenceProperties>
-                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
-            </wsa:ReferenceProperties>
-            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
-        </wsa:From>
-        <wsa:Action>http://ws.apache.org/tests/action</wsa:Action>
-        <wsa:ReplyTo axis2:AttrExt="123456789">
-            <wsa:Address>http://example.com/fabrikam/acct</wsa:Address>
-            <wsa:ReferenceParameters>
-                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
-            </wsa:ReferenceParameters>
-            <wsa:ReferenceProperties>
-                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
-            </wsa:ReferenceProperties>
-            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
-        </wsa:ReplyTo>
-        
-        <wsa:FaultTo axis2:AttrExt="123456789">
-            <wsa:Address>http://example.com/fabrikam/fault</wsa:Address>
-            <wsa:ReferenceParameters>
-                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
-            </wsa:ReferenceParameters>
-            <wsa:ReferenceProperties>
-                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
-            </wsa:ReferenceProperties>
-            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
-        </wsa:FaultTo>
-        <wsa:RelatesTo>http://some.previous.message</wsa:RelatesTo>
-        <wsa:RelatesTo RelationshipType="axis2:some.custom.relationship">http://identifier.of.other.message/</wsa:RelatesTo>
-        
-    </soapenv:Header>
-    <soapenv:Body>
-        <ns1:getBalance soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
-                        xmlns:ns1="http://localhost:8081/axis/services/BankPort">
-            <accountNo href="#id0"/>
-        </ns1:getBalance>
-        <multiRef id="id0" soapenc:root="0"
-                  soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
-                  xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
-            1001</multiRef>
-    </soapenv:Body>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
+                  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+                  xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
+                  xmlns:axis2="http://ws.apache.org/namespaces/axis2">
+    <soapenv:Header xmlns:fabrikam="http://example.com/fabrikam">
+        <wsa:MessageID soapenv:mustUnderstand="0">
+            uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5</wsa:MessageID>
+        <wsa:To soapenv:mustUnderstand="0">http://localhost:8081/axis/services/BankPort</wsa:To>
+        <wsa:From axis2:AttrExt="123456789" soapenv:mustUnderstand="0" >
+            <wsa:Address>
+                http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
+            <wsa:ReferenceParameters>
+                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
+            </wsa:ReferenceParameters>
+            <wsa:ReferenceProperties>
+                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
+            </wsa:ReferenceProperties>
+            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
+        </wsa:From>
+        <wsa:Action>http://ws.apache.org/tests/action</wsa:Action>
+        <wsa:ReplyTo axis2:AttrExt="123456789">
+            <wsa:Address>http://example.com/fabrikam/acct</wsa:Address>
+            <wsa:ReferenceParameters>
+                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
+            </wsa:ReferenceParameters>
+            <wsa:ReferenceProperties>
+                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
+            </wsa:ReferenceProperties>
+            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
+        </wsa:ReplyTo>
+        
+        <wsa:FaultTo axis2:AttrExt="123456789">
+            <wsa:Address>http://example.com/fabrikam/fault</wsa:Address>
+            <wsa:ReferenceParameters>
+                <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
+            </wsa:ReferenceParameters>
+            <wsa:ReferenceProperties>
+                <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
+            </wsa:ReferenceProperties>
+            <axis2:EPRExt axis2:AttrExt="123456789">123456789</axis2:EPRExt>
+        </wsa:FaultTo>
+        <wsa:RelatesTo>http://some.previous.message</wsa:RelatesTo>
+        <wsa:RelatesTo RelationshipType="axis2:some.custom.relationship">http://identifier.of.other.message/</wsa:RelatesTo>
+        
+    </soapenv:Header>
+    <soapenv:Body>
+        <ns1:getBalance soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+                        xmlns:ns1="http://localhost:8081/axis/services/BankPort">
+            <accountNo href="#id0"/>
+        </ns1:getBalance>
+        <multiRef id="id0" soapenc:root="0"
+                  soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+                  xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
+            1001</multiRef>
+    </soapenv:Body>
 </soapenv:Envelope>

Modified: webservices/axis2/branches/java/1_1/modules/codegen/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/codegen/maven.xml?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/codegen/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/codegen/maven.xml Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 
 <!-- $Revision: 1.21 $ $Date: 2004-10-27 20:54:09 +0600 (Wed, 27 Oct 2004) $ -->
 



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