summaryrefslogtreecommitdiffstats
path: root/java/sdo-cts/sdo2.1/src/main/resources/simpleType
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-10 21:17:39 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-10 21:17:39 +0000
commiteb11fd83f7908876fe6041086d6025c9468de672 (patch)
tree7475c93a5adceca4829d5c7bf6631d4b09749f4b /java/sdo-cts/sdo2.1/src/main/resources/simpleType
parent39a3e278e786438a92428fe13646d09f3441d2e6 (diff)
Moving SDO CTS
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sdo-cts/sdo2.1/src/main/resources/simpleType')
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/annotation.xsd29
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/anonymous.xsd28
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/derived.xsd28
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/derived2.xsd29
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/derivedUnion.xsd40
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/enumeration.xsd49
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalList.xsd26
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalRestriction.xsd26
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalUnion.xsd26
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/list.xsd24
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/restriction.xsd26
-rw-r--r--java/sdo-cts/sdo2.1/src/main/resources/simpleType/union.xsd24
12 files changed, 0 insertions, 355 deletions
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/annotation.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/annotation.xsd
deleted file mode 100644
index 3da238c980..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/annotation.xsd
+++ /dev/null
@@ -1,29 +0,0 @@
-<?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/simpleType/annotation/">
- <xs:simpleType name="simpleTypeAnnotated">
- <xs:annotation>
- <xs:documentation>This is a test case for simpleType containing an annotation</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string">
- <xs:length value="50" />
- </xs:restriction>
- </xs:simpleType>
-</xs:schema> \ No newline at end of file
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/anonymous.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/anonymous.xsd
deleted file mode 100644
index 7cd7bf8413..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/anonymous.xsd
+++ /dev/null
@@ -1,28 +0,0 @@
-<?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/simpleType/anonymous">
- <xs:element name="simpleTypeAnon">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:length value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
-</xs:schema> \ No newline at end of file
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/derived.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/derived.xsd
deleted file mode 100644
index 7bf074f700..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/derived.xsd
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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:ns1="http://www.example.com/simpleType/derived" targetNamespace="http://www.example.com/simpleType/derived">
- <xs:simpleType name="baseType">
- <xs:restriction base="xs:integer">
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="derivedType">
- <xs:restriction base="ns1:baseType"/>
- </xs:simpleType>
-</xs:schema>
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/derived2.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/derived2.xsd
deleted file mode 100644
index 41efe54e70..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/derived2.xsd
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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:ns1="http://www.example.com/simpleType/derived2" targetNamespace="http://www.example.com/simpleType/derived2">
- <xs:simpleType name="baseType" final="list">
- <xs:restriction base="xs:integer">
-
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="derivedType">
- <xs:restriction base="ns1:baseType"/>
- </xs:simpleType>
-</xs:schema>
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/derivedUnion.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/derivedUnion.xsd
deleted file mode 100644
index 101115e8fd..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/derivedUnion.xsd
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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:ns1="http://www.example.com/simpleType/derivedUnion" targetNamespace="http://www.example.com/simpleType/derivedUnion">
- <xs:attribute name="fontsize">
- <xs:simpleType>
- <xs:union memberTypes="ns1:fontbynumber ns1:fontbystringname" />
- </xs:simpleType>
-</xs:attribute>
-
-<xs:simpleType name="fontbynumber">
- <xs:restriction base="xs:positiveInteger">
- <xs:maxInclusive value="72"/>
- </xs:restriction>
-</xs:simpleType>
-
-<xs:simpleType name="fontbystringname">
- <xs:restriction base="xs:string">
- <xs:enumeration value="small"/>
- <xs:enumeration value="medium"/>
- <xs:enumeration value="large"/>
- </xs:restriction>
-</xs:simpleType>
-</xs:schema> \ No newline at end of file
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/enumeration.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/enumeration.xsd
deleted file mode 100644
index cadffc1a78..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/enumeration.xsd
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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:ns1="http://www.example.com/simpleType/enumeration" targetNamespace="http://www.example.com/simpleType/enumeration">
- <xs:element name="thing" type="ns1:thing"/>
- <xs:complexType name="thing">
- <xs:sequence>
- <xs:element name="sizeofthing">
- <xs:simpleType>
- <xs:restriction base="ns1:size"/>
- </xs:simpleType>
- </xs:element>
- <xs:element name="colorofthing">
- <xs:simpleType>
- <xs:restriction base="ns1:color"/>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- <xs:simpleType name="color" id="clr">
- <xs:restriction base="xs:string">
- <xs:enumeration value="red"/>
- <xs:enumeration value="green"/>
- <xs:enumeration value="blue"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="size">
- <xs:restriction base="xs:integer">
- <xs:minInclusive value="1" fixed="true"/>
- <xs:maxInclusive value="10" fixed="true"/>
- </xs:restriction>
- </xs:simpleType>
-</xs:schema>
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalList.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalList.xsd
deleted file mode 100644
index 7575a3c6c9..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalList.xsd
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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/simpleType/finalList">
- <xs:simpleType name="simpleTypeFinalList" final="list">
- <xs:restriction base="xs:string">
- <xs:length value="50" />
- </xs:restriction>
- </xs:simpleType>
-</xs:schema> \ No newline at end of file
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalRestriction.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalRestriction.xsd
deleted file mode 100644
index ca35b1c488..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalRestriction.xsd
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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/simpleType/finalRestriction">
- <xs:simpleType name="simpleTypeFinalRestriction" final="restriction">
- <xs:restriction base="xs:string">
- <xs:length value="50" />
- </xs:restriction>
- </xs:simpleType>
-</xs:schema> \ No newline at end of file
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalUnion.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalUnion.xsd
deleted file mode 100644
index ce28a8d50d..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/finalUnion.xsd
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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/simpleType/finalUnion">
- <xs:simpleType name="simpleTypeFinalUnion" final="union">
- <xs:restriction base="xs:string">
- <xs:length value="50" />
- </xs:restriction>
- </xs:simpleType>
-</xs:schema> \ No newline at end of file
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/list.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/list.xsd
deleted file mode 100644
index aeaf934ad4..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/list.xsd
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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/simpleType/list">
- <xs:simpleType name="simpleTypeList">
- <xs:list itemType="xs:string" />
- </xs:simpleType>
-</xs:schema> \ No newline at end of file
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/restriction.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/restriction.xsd
deleted file mode 100644
index 45670e9084..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/restriction.xsd
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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/simpleType/restriction">
- <xs:simpleType name="simpleTypeRestriction">
- <xs:restriction base="xs:string">
- <xs:length value="50" />
- </xs:restriction>
- </xs:simpleType>
-</xs:schema> \ No newline at end of file
diff --git a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/union.xsd b/java/sdo-cts/sdo2.1/src/main/resources/simpleType/union.xsd
deleted file mode 100644
index 394b802c00..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/resources/simpleType/union.xsd
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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/simpleType/union">
- <xs:simpleType name="simpleTypeUnion">
- <xs:union memberTypes="xs:int xs:string" />
- </xs:simpleType>
-</xs:schema> \ No newline at end of file