You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2007/04/17 16:57:13 UTC

svn commit: r529631 [2/2] - in /incubator/tuscany/java/cts/sdo2.1/src/main: java/test/sdo21/ java/test/sdo21/tests/general/ java/test/sdo21/tests/xsd/ resources/complexType/

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_22.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_22.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_22.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_22.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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.
+ -->
+<!-- complexType with simpleContent with extension with attribute -->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com/xsd/22/">
+    <xs:complexType name="cT_22">
+        <xs:simpleContent>
+            <xs:extension base="xs:string">
+                <xs:attribute name="lang" type="xs:string" />
+            </xs:extension>
+        </xs:simpleContent>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_22.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_22.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_22.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_23.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_23.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_23.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_23.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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.
+ -->
+<!-- complexType with simpleContent with extension with attribute with simpleType -->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com/xsd/23/">
+    <xs:complexType name="cT_23">
+        <xs:simpleContent>
+            <xs:extension base="xs:string">
+                <xs:attribute name="lang">
+                    <xs:simpleType>
+                        <xs:restriction base="xs:string" />
+                    </xs:simpleType>
+                </xs:attribute>
+            </xs:extension>
+        </xs:simpleContent>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_23.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_23.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_23.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_24.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_24.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_24.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_24.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/24/">
+    <xs:complexType name="cT_24">
+        <xs:all>
+            <xs:element name="p1" maxOccurs="1" minOccurs="1" type="xs:string" />
+        </xs:all>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_24.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_24.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_24.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_25.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_25.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_25.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_25.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/25/">
+    <xs:complexType name="cT_25">
+        <xs:sequence>
+            <xs:element name="p1" maxOccurs="1" minOccurs="1" type="xs:string" />
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_25.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_25.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_25.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_26.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_26.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_26.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_26.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/26/">
+    <xs:complexType name="cT_26">
+        <xs:sequence>
+            <xs:element name="p1" maxOccurs="unbounded" minOccurs="0" type="xs:string" />
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_26.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_26.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_26.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_27.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_27.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_27.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_27.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/27/">
+    <xs:complexType name="cT_27">
+        <xs:sequence>
+            <xs:element name="p1" maxOccurs="unbounded" minOccurs="1" type="xs:string" />
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_27.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_27.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_27.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_28.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_28.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_28.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_28.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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.
+ -->
+<!-- complexType containing an element for each supported data type -->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com/xsd/28/">
+    <xs:complexType name="cT_28">
+        <xs:sequence>
+            <xs:element name="type_anySimpleType" type="xs:anySimpleType" />
+            <xs:element name="type_anyType" type="xs:anyType" />
+            <xs:element name="type_anyURI" type="xs:anyURI" />
+            <xs:element name="type_base64Binary" type="xs:base64Binary" />
+            <xs:element name="type_boolean" type="xs:boolean" />
+            <xs:element name="type_byte" type="xs:byte" />
+            <xs:element name="type_date" type="xs:date" />
+            <xs:element name="type_dateTime" type="xs:dateTime" />
+            <xs:element name="type_decimal" type="xs:decimal" />
+            <xs:element name="type_double" type="xs:double" />
+            <xs:element name="type_duration" type="xs:duration" />
+            <xs:element name="type_ENTITIES" type="xs:ENTITIES" />
+            <xs:element name="type_ENTITY" type="xs:ENTITY" />
+            <xs:element name="type_float" type="xs:float" />
+            <xs:element name="type_gDay" type="xs:gDay" />
+            <xs:element name="type_gMonth" type="xs:gMonth" />
+            <xs:element name="type_gMonthDay" type="xs:gMonthDay" />
+            <xs:element name="type_gYear" type="xs:gYear" />
+            <xs:element name="type_gYearMonth" type="xs:gYearMonth" />
+            <xs:element name="type_hexBinary" type="xs:hexBinary" />
+            <xs:element name="type_ID" type="xs:ID" />
+            <xs:element name="type_IDREF" type="xs:IDREF" />
+            <xs:element name="type_IDREFS" type="xs:IDREFS" />
+            <xs:element name="type_int" type="xs:int" />
+            <xs:element name="type_integer" type="xs:integer" />
+            <xs:element name="type_language" type="xs:language" />
+            <xs:element name="type_long" type="xs:long" />
+            <xs:element name="type_Name" type="xs:Name" />
+            <xs:element name="type_NCName" type="xs:NCName" />
+            <xs:element name="type_negativeInteger" type="xs:negativeInteger" />
+            <xs:element name="type_NMTOKEN" type="xs:NMTOKEN" />
+            <xs:element name="type_NMTOKENS" type="xs:NMTOKENS" />
+            <xs:element name="type_nonNegativeInteger" type="xs:nonNegativeInteger" />
+            <xs:element name="type_nonPositiveInteger" type="xs:nonPositiveInteger" />
+            <xs:element name="type_QName" type="xs:QName" />
+            <xs:element name="type_positiveInteger" type="xs:positiveInteger" />
+            <xs:element name="type_short" type="xs:short" />
+            <xs:element name="type_string" type="xs:string" />
+            <xs:element name="type_time" type="xs:time" />
+            <xs:element name="type_token" type="xs:token" />
+            <xs:element name="type_unsignedByte" type="xs:unsignedByte" />
+            <xs:element name="type_unsignedInt" type="xs:unsignedInt" />
+            <xs:element name="type_unsignedLong" type="xs:unsignedLong" />
+            <xs:element name="type_unsignedShort" type="xs:unsignedShort" />
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_28.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_28.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_28.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_29.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_29.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_29.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_29.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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.
+ -->
+<!-- complexType containing an attribute for each supported data type -->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com/xsd/29/">
+    <xs:complexType name="cT_29">
+        <xs:attribute name="type_anySimpleType" type="xs:anySimpleType" />
+        <xs:attribute name="type_anyURI" type="xs:anyURI" />
+        <xs:attribute name="type_base64Binary" type="xs:base64Binary" />
+        <xs:attribute name="type_boolean" type="xs:boolean" />
+        <xs:attribute name="type_byte" type="xs:byte" />
+        <xs:attribute name="type_date" type="xs:date" />
+        <xs:attribute name="type_dateTime" type="xs:dateTime" />
+        <xs:attribute name="type_decimal" type="xs:decimal" />
+        <xs:attribute name="type_double" type="xs:double" />
+        <xs:attribute name="type_duration" type="xs:duration" />
+        <xs:attribute name="type_ENTITIES" type="xs:ENTITIES" />
+        <xs:attribute name="type_ENTITY" type="xs:ENTITY" />
+        <xs:attribute name="type_float" type="xs:float" />
+        <xs:attribute name="type_gDay" type="xs:gDay" />
+        <xs:attribute name="type_gMonth" type="xs:gMonth" />
+        <xs:attribute name="type_gMonthDay" type="xs:gMonthDay" />
+        <xs:attribute name="type_gYear" type="xs:gYear" />
+        <xs:attribute name="type_gYearMonth" type="xs:gYearMonth" />
+        <xs:attribute name="type_hexBinary" type="xs:hexBinary" />
+        <xs:attribute name="type_ID" type="xs:ID" />
+        <xs:attribute name="type_IDREF" type="xs:IDREF" />
+        <xs:attribute name="type_IDREFS" type="xs:IDREFS" />
+        <xs:attribute name="type_int" type="xs:int" />
+        <xs:attribute name="type_integer" type="xs:integer" />
+        <xs:attribute name="type_language" type="xs:language" />
+        <xs:attribute name="type_long" type="xs:long" />
+        <xs:attribute name="type_Name" type="xs:Name" />
+        <xs:attribute name="type_NCName" type="xs:NCName" />
+        <xs:attribute name="type_negativeInteger" type="xs:negativeInteger" />
+        <xs:attribute name="type_NMTOKEN" type="xs:NMTOKEN" />
+        <xs:attribute name="type_NMTOKENS" type="xs:NMTOKENS" />
+        <xs:attribute name="type_nonNegativeInteger" type="xs:nonNegativeInteger" />
+        <xs:attribute name="type_nonPositiveInteger" type="xs:nonPositiveInteger" />
+        <xs:attribute name="type_QName" type="xs:QName" />
+        <xs:attribute name="type_positiveInteger" type="xs:positiveInteger" />
+        <xs:attribute name="type_short" type="xs:short" />
+        <xs:attribute name="type_string" type="xs:string" />
+        <xs:attribute name="type_time" type="xs:time" />
+        <xs:attribute name="type_token" type="xs:token" />
+        <xs:attribute name="type_unsignedByte" type="xs:unsignedByte" />
+        <xs:attribute name="type_unsignedInt" type="xs:unsignedInt" />
+        <xs:attribute name="type_unsignedLong" type="xs:unsignedLong" />
+        <xs:attribute name="type_unsignedShort" type="xs:unsignedShort" />
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_29.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_29.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_29.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_30.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_30.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_30.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_30.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/30/" xmlns:tns="http://www.example.com/xsd/30/">
+    <xs:group name="cT_30_group">
+        <xs:sequence>
+            <xs:element name="p1" type="xs:string" />
+            <xs:element name="p2" type="xs:string" />
+        </xs:sequence>
+    </xs:group>
+    <xs:complexType name="cT_30">
+        <xs:sequence>
+            <xs:group ref="tns:cT_30_group" />
+            <xs:element name="p3" type="xs:int" />
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_30.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_30.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_30.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_31.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_31.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_31.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_31.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/31/" xmlns:tns="http://www.example.com/xsd/31/">
+    <xs:group name="cT_31_group">
+        <xs:sequence>
+            <xs:element name="p1" type="xs:string" />
+            <xs:element name="p2" type="xs:string" />
+        </xs:sequence>
+    </xs:group>
+    <xs:complexType name="cT_31_parent">
+        <xs:sequence>
+            <xs:element name="p4" type="xs:string" />
+            <xs:element name="p5" type="xs:string" />
+        </xs:sequence>
+    </xs:complexType>
+    <xs:complexType name="cT_31">
+        <xs:complexContent>
+            <xs:extension base="tns:cT_31_parent">
+                <xs:sequence>
+                    <xs:group ref="tns:cT_31_group" />
+                    <xs:element name="p3" type="xs:int" />
+                </xs:sequence>
+            </xs:extension>
+        </xs:complexContent>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_31.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_31.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_31.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_32.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_32.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_32.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_32.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/32/" xmlns:tns="http://www.example.com/xsd/32/">
+    <xs:group name="cT_32_group">
+        <xs:sequence>
+            <xs:element name="p1" type="xs:string" />
+            <xs:element name="p2" type="xs:string" />
+        </xs:sequence>
+    </xs:group>
+    <xs:complexType name="cT_32_parent">
+        <xs:sequence>
+            <xs:element name="p4" type="xs:string" />
+            <xs:element name="p5" type="xs:string" />
+        </xs:sequence>
+    </xs:complexType>
+    <xs:complexType name="cT_32">
+        <xs:complexContent>
+            <xs:restriction base="tns:cT_32_parent">
+                <xs:sequence>
+                    <xs:group ref="tns:cT_32_group" />
+                    <xs:element name="p3" type="xs:int" />
+                </xs:sequence>
+            </xs:restriction>
+        </xs:complexContent>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_32.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_32.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_32.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_42.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_42.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_42.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_42.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/42/">
+    <xs:complexType name="cT_42" mixed="true">
+        <xs:all>
+            <xs:element name="id" type="xs:int"/>
+            <xs:element name="name" type="xs:string"/>
+        </xs:all>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_42.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_42.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_42.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_43.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_43.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_43.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_43.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/43/">
+    <xs:complexType name="cT_43">
+        <xs:sequence>
+            <xs:any maxOccurs="unbounded" />
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_43.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_43.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_43.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_44.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_44.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_44.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_44.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/44/">
+    <xs:complexType name="cT_44">
+        <xs:sequence>
+            <xs:any maxOccurs="1" />
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_44.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_44.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_44.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_45.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_45.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_45.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_45.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/45/">
+    <xs:complexType name="cT_45">
+        <xs:anyAttribute />
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_45.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_45.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_45.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_46.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_46.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_46.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_46.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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" targetNamespace="http://www.example.com/xsd/46/">
+    <xs:complexType name="cT_46">
+        <xs:sequence>
+            <xs:element name="id" type="xs:int" />
+            <xs:element name="name" type="xs:string" nillable="true"/>
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_46.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_46.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_46.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_47.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_47.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_47.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_47.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ * 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.
+ -->
+<!-- complexType containing an anySimpletype element -->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com/xsd/47/">
+    <xs:complexType name="cT_47">
+        <xs:sequence>
+            <xs:element name="type_anySimpleType" type="xs:anySimpleType" />
+        </xs:sequence>
+    </xs:complexType>
+</xs:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_47.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_47.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_47.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_48.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_48.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_48.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_48.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,49 @@
+<?xml version="1.0"?>
+<!--
+ * 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.
+ -->
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com/xsd/48/">
+
+	<!-- this schema contains two anonymous types contained within "person" elements -->
+
+	<xsd:complexType name="complextype1">
+		<xsd:sequence>
+			<xsd:element name="person">
+				<xsd:complexType>
+					<xsd:sequence>
+						<xsd:element name="first-name" type="xsd:string"/>
+						<xsd:element name="last-name" type="xsd:string"/>
+					</xsd:sequence>
+				</xsd:complexType>
+			</xsd:element>
+		</xsd:sequence>
+	</xsd:complexType>
+
+	<xsd:complexType name="complextype2">
+		<xsd:sequence>
+			<xsd:element name="person">
+				<xsd:complexType>
+					<xsd:sequence>
+						<xsd:element name="identifier" type="xsd:string"/>
+					</xsd:sequence>
+				</xsd:complexType>
+			</xsd:element>
+		</xsd:sequence>
+	</xsd:complexType>
+	
+</xsd:schema>
\ No newline at end of file

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_48.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_48.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_48.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_49.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_49.xsd?view=auto&rev=529631
==============================================================================
--- incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_49.xsd (added)
+++ incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_49.xsd Tue Apr 17 07:57:11 2007
@@ -0,0 +1,72 @@
+<?xml version="1.0"?>
+<!--
+ * 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.
+ -->
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+            targetNamespace="http://www.example.com/xsd/49/"
+            xmlns:tns="http://www.example.com/xsd/49/">
+
+
+ <xsd:complexType name="Base">
+  <xsd:sequence>
+   <xsd:element name="A" type="xsd:string"/>
+  </xsd:sequence>
+ </xsd:complexType>
+
+ <xsd:complexType name="Derived1">
+   <xsd:complexContent>
+     <xsd:extension base="tns:Base">
+       <xsd:sequence>
+         <xsd:element name="B" type="xsd:string"/>
+       </xsd:sequence>
+     </xsd:extension>
+   </xsd:complexContent>
+ </xsd:complexType>
+
+ <xsd:complexType name="Derived2">
+   <xsd:complexContent>
+     <xsd:extension base="tns:Derived1">
+       <xsd:sequence>
+         <xsd:element name="C" type="xsd:string"/>
+       </xsd:sequence>
+     </xsd:extension>
+   </xsd:complexContent>
+ </xsd:complexType>
+
+ <xsd:element name="base" type="tns:Base"/>
+
+ <xsd:complexType name="RootType">
+  <xsd:sequence>
+    <xsd:element name="base" type="tns:Base"/>
+  </xsd:sequence>
+ </xsd:complexType>
+
+ <xsd:element name="root" type="tns:RootType"/>
+
+ <xsd:complexType name="RootListType">
+  <xsd:sequence>
+    <xsd:element name="base" type="tns:Base" maxOccurs="unbounded"/>
+  </xsd:sequence>
+ </xsd:complexType>
+
+ <xsd:element name="rootList" type="tns:RootListType"/>
+
+</xsd:schema>
+
+
+

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_49.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_49.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/cts/sdo2.1/src/main/resources/complexType/cT_49.xsd
------------------------------------------------------------------------------
    svn:mime-type = text/xml



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