You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2012/05/31 12:39:08 UTC

svn commit: r1344643 [2/4] - in /axis/axis2/java/core/trunk/modules/kernel: ./ test-resources/schemas/ test-resources/schemas/custom_schemas/ test-resources/schemas/default_generator/ test-resources/schemas/doc_lit_generator/ test-resources/schemas/map...

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ExtendedPOJO-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ExtendedPOJO-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ExtendedPOJO-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ExtendedPOJO-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,250 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="setSss">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="sss" nillable="true" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="setS">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="s" nillable="true" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="setL">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="l" type="xs:long"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="setJ">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="j" type="xs:int"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="setI">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="i" type="xs:int"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="setDd">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="dd" type="xs:double"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="setD">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="d" type="xs:double"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="setCc">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="cc" type="xs:unsignedShort"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="setC">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="c" type="xs:unsignedShort"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="setBool">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="bool" type="xs:boolean"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="setBb">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="bb" type="xs:byte"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="setB">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="b" type="xs:byte"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="isBool">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="isBoolResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:boolean"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getSss">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getSssResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getS">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getSResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getL">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getLResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:long"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getJ">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getJResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:int"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getI">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getIResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:int"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getDd">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getDdResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:double"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getD">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getDResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:double"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getCc">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getCcResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:unsignedShort"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getC">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getCResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:unsignedShort"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getBb">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getBbResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:byte"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getB">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="getBResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:byte"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ExtendedPOJO-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/IntArrayAsReturnType-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/IntArrayAsReturnType-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/IntArrayAsReturnType-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/IntArrayAsReturnType-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,34 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testIntArrayAsReturnType">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="testIntArrayAsReturnTypeResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element maxOccurs="unbounded" name="return" type="xs:int"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/IntArrayAsReturnType-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ListAsParameter-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ListAsParameter-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ListAsParameter-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ListAsParameter-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,29 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testList">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element maxOccurs="unbounded" minOccurs="0" name="l" nillable="true" type="xs:anyType"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ListAsParameter-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ListAsReturnType-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ListAsReturnType-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ListAsReturnType-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ListAsReturnType-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,34 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testListAsReturnType">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="testListAsReturnTypeResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="xs:anyType"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/ListAsReturnType-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsParameter-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsParameter-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsParameter-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsParameter-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,33 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:map="http://ws.apache.org/namespaces/axis2/map" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://ws.apache.org/namespaces/axis2/map">
+    <xs:complexType name="entry1">
+        <xs:sequence>
+            <xs:element minOccurs="0" name="key" nillable="true" type="xs:anyType"/>
+            <xs:element minOccurs="0" name="value" nillable="true" type="xs:anyType"/>
+        </xs:sequence>
+    </xs:complexType>
+    <xs:complexType name="map1">
+        <xs:sequence>
+            <xs:element maxOccurs="unbounded" minOccurs="0" name="entry" nillable="true" type="map:entry1"/>
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsParameter-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsParameter-2.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsParameter-2.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsParameter-2.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsParameter-2.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,30 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:map="http://ws.apache.org/namespaces/axis2/map" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:import namespace="http://ws.apache.org/namespaces/axis2/map"/>
+    <xs:element name="testMapAsParameter">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="map" nillable="true" type="map:map1"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsParameter-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsReturnType-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsReturnType-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsReturnType-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsReturnType-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,33 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:map="http://ws.apache.org/namespaces/axis2/map" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://ws.apache.org/namespaces/axis2/map">
+    <xs:complexType name="entry1">
+        <xs:sequence>
+            <xs:element minOccurs="0" name="key" nillable="true" type="xs:anyType"/>
+            <xs:element minOccurs="0" name="value" nillable="true" type="xs:anyType"/>
+        </xs:sequence>
+    </xs:complexType>
+    <xs:complexType name="map1">
+        <xs:sequence>
+            <xs:element maxOccurs="unbounded" minOccurs="0" name="entry" nillable="true" type="map:entry1"/>
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsReturnType-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsReturnType-2.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsReturnType-2.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsReturnType-2.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsReturnType-2.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,35 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:map="http://ws.apache.org/namespaces/axis2/map" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:import namespace="http://ws.apache.org/namespaces/axis2/map"/>
+    <xs:element name="testMapAsReturnType">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="testMapAsReturnTypeResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="return" nillable="true" type="map:map1"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MapAsReturnType-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MappingCheckwith_custom_mapping-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MappingCheckwith_custom_mapping-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MappingCheckwith_custom_mapping-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MappingCheckwith_custom_mapping-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,23 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:mapping="http://java2wsdl.description.axis2.apache.org/xsd" xmlns:mapping2="http://www.abc.com/soaframework/common/types" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://java2wsdl.description.axis2.apache.org/xsd">
+    <xs:import namespace="http://www.abc.com/soaframework/common/types"/>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MappingCheckwith_custom_mapping-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MappingCheckwith_custom_mapping-2.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MappingCheckwith_custom_mapping-2.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MappingCheckwith_custom_mapping-2.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MappingCheckwith_custom_mapping-2.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,35 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:mapping="http://www.abc.com/soaframework/common/types" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:import namespace="http://www.abc.com/soaframework/common/types"/>
+    <xs:element name="MappingTest">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="MappingTestResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="return" nillable="true" type="mapping:ErrorMessage"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/MappingCheckwith_custom_mapping-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnType-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnType-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnType-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnType-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,27 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testNoParamiters">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnType-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnTypewith_custom_schema-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnTypewith_custom_schema-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnTypewith_custom_schema-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnTypewith_custom_schema-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,26 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testNoParamiters">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnTypewith_custom_schema-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnTypewith_custom_schema-2.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnTypewith_custom_schema-2.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnTypewith_custom_schema-2.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnTypewith_custom_schema-2.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,26 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testNoParamiters">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/NoParameterOrReturnTypewith_custom_schema-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/POJOAsReturnType-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/POJOAsReturnType-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/POJOAsReturnType-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/POJOAsReturnType-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,33 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:pojo="http://java2wsdl.description.axis2.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://java2wsdl.description.axis2.apache.org/xsd">
+    <xs:complexType name="DefaultSchemaGeneratorTest_SimplePOJO">
+        <xs:sequence>
+            <xs:element minOccurs="0" name="b" type="xs:byte"/>
+            <xs:element minOccurs="0" name="bool" type="xs:boolean"/>
+            <xs:element minOccurs="0" name="c" type="xs:unsignedShort"/>
+            <xs:element minOccurs="0" name="d" type="xs:double"/>
+            <xs:element minOccurs="0" name="i" type="xs:int"/>
+            <xs:element minOccurs="0" name="l" type="xs:long"/>
+            <xs:element minOccurs="0" name="s" nillable="true" type="xs:string"/>
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/POJOAsReturnType-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/POJOAsReturnType-2.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/POJOAsReturnType-2.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/POJOAsReturnType-2.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/POJOAsReturnType-2.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,35 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ax241="http://java2wsdl.description.axis2.apache.org/xsd" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:import namespace="http://java2wsdl.description.axis2.apache.org/xsd"/>
+    <xs:element name="testPOJOAsReturnType">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="testPOJOAsReturnTypeResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="return" nillable="true" type="pojo:DefaultSchemaGeneratorTest_SimplePOJO"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/POJOAsReturnType-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PojoAsParameter-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PojoAsParameter-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PojoAsParameter-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PojoAsParameter-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,33 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:pojo="http://java2wsdl.description.axis2.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://java2wsdl.description.axis2.apache.org/xsd">
+    <xs:complexType name="DefaultSchemaGeneratorTest_SimplePOJO">
+        <xs:sequence>
+            <xs:element minOccurs="0" name="b" type="xs:byte"/>
+            <xs:element minOccurs="0" name="bool" type="xs:boolean"/>
+            <xs:element minOccurs="0" name="c" type="xs:unsignedShort"/>
+            <xs:element minOccurs="0" name="d" type="xs:double"/>
+            <xs:element minOccurs="0" name="i" type="xs:int"/>
+            <xs:element minOccurs="0" name="l" type="xs:long"/>
+            <xs:element minOccurs="0" name="s" nillable="true" type="xs:string"/>
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PojoAsParameter-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PojoAsParameter-2.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PojoAsParameter-2.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PojoAsParameter-2.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PojoAsParameter-2.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,30 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:pojo="http://java2wsdl.description.axis2.apache.org/xsd" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:import namespace="http://java2wsdl.description.axis2.apache.org/xsd"/>
+    <xs:element name="testPojoAsParameter">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="o" nillable="true" type="pojo:DefaultSchemaGeneratorTest_SimplePOJO"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PojoAsParameter-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitiveArraysAsParametrs-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitiveArraysAsParametrs-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitiveArraysAsParametrs-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitiveArraysAsParametrs-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,36 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testPrimitiveTypes">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="b" nillable="true" type="xs:base64Binary"/>
+                <xs:element maxOccurs="unbounded" name="s" type="xs:short"/>
+                <xs:element maxOccurs="unbounded" name="i" type="xs:int"/>
+                <xs:element maxOccurs="unbounded" name="l" type="xs:long"/>
+                <xs:element maxOccurs="unbounded" name="f" type="xs:float"/>
+                <xs:element maxOccurs="unbounded" name="d" type="xs:double"/>
+                <xs:element maxOccurs="unbounded" name="isTrue" type="xs:boolean"/>
+                <xs:element maxOccurs="unbounded" name="c" type="xs:unsignedShort"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitiveArraysAsParametrs-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameters-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameters-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameters-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameters-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,36 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testPrimitiveTypes">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="b" type="xs:byte"/>
+                <xs:element name="s" type="xs:short"/>
+                <xs:element name="i" type="xs:int"/>
+                <xs:element name="l" type="xs:long"/>
+                <xs:element name="f" type="xs:float"/>
+                <xs:element name="d" type="xs:double"/>
+                <xs:element name="isTrue" type="xs:boolean"/>
+                <xs:element name="c" type="xs:unsignedShort"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameters-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameterswith_custom_schema-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameterswith_custom_schema-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameterswith_custom_schema-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameterswith_custom_schema-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,35 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testPrimitiveTypes">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="b" type="xs:byte"/>
+                <xs:element name="s" type="xs:short"/>
+                <xs:element name="i" type="xs:int"/>
+                <xs:element name="l" type="xs:long"/>
+                <xs:element name="f" type="xs:float"/>
+                <xs:element name="d" type="xs:double"/>
+                <xs:element name="isTrue" type="xs:boolean"/>
+                <xs:element name="c" type="xs:unsignedShort"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameterswith_custom_schema-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameterswith_custom_schema-2.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameterswith_custom_schema-2.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameterswith_custom_schema-2.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameterswith_custom_schema-2.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,36 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testPrimitiveTypes">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="b" type="xs:byte"/>
+                <xs:element name="s" type="xs:short"/>
+                <xs:element name="i" type="xs:int"/>
+                <xs:element name="l" type="xs:long"/>
+                <xs:element name="f" type="xs:float"/>
+                <xs:element name="d" type="xs:double"/>
+                <xs:element name="isTrue" type="xs:boolean"/>
+                <xs:element name="c" type="xs:unsignedShort"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/PrimitivesAsParameterswith_custom_schema-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/RunTimeExceptionCheck-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/RunTimeExceptionCheck-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/RunTimeExceptionCheck-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/RunTimeExceptionCheck-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,34 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="nullRuntimeException">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="RuntimeException" nillable="true" type="xs:anyType"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="testRunTImeException">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/RunTimeExceptionCheck-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/StringAsReturnType-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/StringAsReturnType-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/StringAsReturnType-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/StringAsReturnType-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,34 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="TestStringReturnType">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="TestStringReturnTypeResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/StringAsReturnType-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/charAsReturnType-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/charAsReturnType-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/charAsReturnType-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/charAsReturnType-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,33 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testCharAsResult">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="testCharAsResultResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:unsignedShort"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/charAsReturnType-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/doubleAsReturnType-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/doubleAsReturnType-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/doubleAsReturnType-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/doubleAsReturnType-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,34 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testDoubleAsResult">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="testDoubleAsResultResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:double"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/doubleAsReturnType-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/intAsReturnType-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/intAsReturnType-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/intAsReturnType-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/intAsReturnType-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,34 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="testIntAsResult">
+        <xs:complexType>
+            <xs:sequence/>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="testIntAsResultResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="return" type="xs:int"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/default_generator/intAsReturnType-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/AbstractPOJO-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/AbstractPOJO-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/AbstractPOJO-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/AbstractPOJO-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,41 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="nullInterruptedException">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="InterruptedException" nillable="true" type="xs:anyType"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="toStringResult" nillable="true" type="xs:string"/>
+    <xs:element name="s" nillable="true" type="xs:string"/>
+    <xs:element name="i" nillable="true" type="xs:int"/>
+    <xs:element name="d" nillable="true" type="xs:double"/>
+    <xs:element name="c" nillable="true" type="xs:unsignedShort"/>
+    <xs:element name="hashCodeResult" nillable="true" type="xs:int"/>
+    <xs:element name="getSResult" nillable="true" type="xs:string"/>
+    <xs:element name="getIResult" nillable="true" type="xs:int"/>
+    <xs:element name="getDResult" nillable="true" type="xs:double"/>
+    <xs:element name="getClassResult" nillable="true" type="xs:anyType"/>
+    <xs:element name="getCResult" nillable="true" type="xs:unsignedShort"/>
+    <xs:element name="args0" nillable="true" type="xs:anyType"/>
+    <xs:element name="equalsResult" nillable="true" type="xs:boolean"/>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/AbstractPOJO-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CharArrayAsReturnType-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CharArrayAsReturnType-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CharArrayAsReturnType-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CharArrayAsReturnType-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,40 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="nullInterruptedException">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="InterruptedException" nillable="true" type="xs:anyType"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="toStringResult" nillable="true" type="xs:string"/>
+    <xs:element name="testCharArrayAsReturnTypeResult">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element maxOccurs="unbounded" name="return" type="xs:unsignedShort"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="hashCodeResult" nillable="true" type="xs:int"/>
+    <xs:element name="getClassResult" nillable="true" type="xs:anyType"/>
+    <xs:element name="args0" nillable="true" type="xs:anyType"/>
+    <xs:element name="equalsResult" nillable="true" type="xs:boolean"/>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CharArrayAsReturnType-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/ColectionAsParameter-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/ColectionAsParameter-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/ColectionAsParameter-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/ColectionAsParameter-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,40 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="nullInterruptedException">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="InterruptedException" nillable="true" type="xs:anyType"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="toStringResult" nillable="true" type="xs:string"/>
+    <xs:element name="testCollecttionAsPParameter">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element maxOccurs="unbounded" minOccurs="0" name="l" nillable="true" type="xs:anyType"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="hashCodeResult" nillable="true" type="xs:int"/>
+    <xs:element name="getClassResult" nillable="true" type="xs:anyType"/>
+    <xs:element name="args0" nillable="true" type="xs:anyType"/>
+    <xs:element name="equalsResult" nillable="true" type="xs:boolean"/>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/ColectionAsParameter-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CollectionAsReturnType-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CollectionAsReturnType-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CollectionAsReturnType-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CollectionAsReturnType-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,40 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="nullInterruptedException">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="InterruptedException" nillable="true" type="xs:anyType"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="toStringResult" nillable="true" type="xs:string"/>
+    <xs:element name="hashCodeResult" nillable="true" type="xs:int"/>
+    <xs:element name="getClassResult" nillable="true" type="xs:anyType"/>
+    <xs:element name="args0" nillable="true" type="xs:anyType"/>
+    <xs:element name="equalsResult" nillable="true" type="xs:boolean"/>
+    <xs:element name="TestCollectionReturnTypeResult">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="xs:anyType"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CollectionAsReturnType-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/ConcretePOJO-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/ConcretePOJO-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/ConcretePOJO-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/ConcretePOJO-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,47 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:element name="nullInterruptedException">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="InterruptedException" nillable="true" type="xs:anyType"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="toStringResult" nillable="true" type="xs:string"/>
+    <xs:element name="s" nillable="true" type="xs:string"/>
+    <xs:element name="l" nillable="true" type="xs:long"/>
+    <xs:element name="i" nillable="true" type="xs:int"/>
+    <xs:element name="d" nillable="true" type="xs:double"/>
+    <xs:element name="c" nillable="true" type="xs:unsignedShort"/>
+    <xs:element name="bool" nillable="true" type="xs:boolean"/>
+    <xs:element name="b" nillable="true" type="xs:byte"/>
+    <xs:element name="isBoolResult" nillable="true" type="xs:boolean"/>
+    <xs:element name="hashCodeResult" nillable="true" type="xs:int"/>
+    <xs:element name="getSResult" nillable="true" type="xs:string"/>
+    <xs:element name="getLResult" nillable="true" type="xs:long"/>
+    <xs:element name="getIResult" nillable="true" type="xs:int"/>
+    <xs:element name="getDResult" nillable="true" type="xs:double"/>
+    <xs:element name="getClassResult" nillable="true" type="xs:anyType"/>
+    <xs:element name="getCResult" nillable="true" type="xs:unsignedShort"/>
+    <xs:element name="getBResult" nillable="true" type="xs:byte"/>
+    <xs:element name="args0" nillable="true" type="xs:anyType"/>
+    <xs:element name="equalsResult" nillable="true" type="xs:boolean"/>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/ConcretePOJO-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CustomExceptionCheck-1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CustomExceptionCheck-1.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CustomExceptionCheck-1.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CustomExceptionCheck-1.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,26 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:exc="http://java2wsdl.description.axis2.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://java2wsdl.description.axis2.apache.org/xsd">
+    <xs:complexType name="DefaultSchemaGeneratorTest_CustomException">
+        <xs:sequence>
+            <xs:element minOccurs="0" name="error" nillable="true" type="xs:string"/>
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CustomExceptionCheck-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CustomExceptionCheck-2.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CustomExceptionCheck-2.xml?rev=1344643&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CustomExceptionCheck-2.xml (added)
+++ axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CustomExceptionCheck-2.xml Thu May 31 10:39:04 2012
@@ -0,0 +1,41 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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" xmlns:exc="http://java2wsdl.description.axis2.apache.org/xsd" xmlns:ex="http://example.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.org">
+    <xs:import namespace="http://java2wsdl.description.axis2.apache.org/xsd"/>
+    <xs:element name="nullInterruptedException">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="InterruptedException" nillable="true" type="xs:anyType"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="toStringResult" nillable="true" type="xs:string"/>
+    <xs:element name="nullDefaultSchemaGeneratorTest_CustomException">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element minOccurs="0" name="DefaultSchemaGeneratorTest_CustomException" nillable="true" type="exc:DefaultSchemaGeneratorTest_CustomException"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="hashCodeResult" nillable="true" type="xs:int"/>
+    <xs:element name="getClassResult" nillable="true" type="xs:anyType"/>
+    <xs:element name="args0" nillable="true" type="xs:anyType"/>
+    <xs:element name="equalsResult" nillable="true" type="xs:boolean"/>
+</xs:schema>

Propchange: axis/axis2/java/core/trunk/modules/kernel/test-resources/schemas/doc_lit_generator/CustomExceptionCheck-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native