Author: jsdelfino
Date: Sun Sep 16 12:27:55 2007
New Revision: 576154
URL: http://svn.apache.org/viewvc?rev=576154&view=rev
Log:
Added sample XML schemas for the sample extensions.
Added:
incubator/tuscany/branches/sca-java-1.0/samples/binding-echo-extension/src/main/resources/sample-binding-echo.xsd
(with props)
incubator/tuscany/branches/sca-java-1.0/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd
(with props)
incubator/tuscany/branches/sca-java-1.0/samples/implementation-pojo-extension/src/main/resources/sample-implementation-pojo.xsd
(with props)
Added:
incubator/tuscany/branches/sca-java-1.0/samples/binding-echo-extension/src/main/resources/sample-binding-echo.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/samples/binding-echo-extension/src/main/resources/sample-binding-echo.xsd?rev=576154&view=auto
==============================================================================
---
incubator/tuscany/branches/sca-java-1.0/samples/binding-echo-extension/src/main/resources/sample-binding-echo.xsd
(added)
+++
incubator/tuscany/branches/sca-java-1.0/samples/binding-echo-extension/src/main/resources/sample-binding-echo.xsd
Sun Sep 16 12:27:55 2007
@@ -0,0 +1,36 @@
+<?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.
+-->
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://echo"
+ xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:e="http://echo"
+ elementFormDefault="qualified">
+
+ <import namespace="http://www.osoa.org/xmlns/sca/1.0"/>
+
+ <element name="binding.echo" type="e:EchoBinding"/>
+
+ <complexType name="EchoBinding">
+ <complexContent>
+ <extension base="sca:Binding">
+ </extension>
+ </complexContent>
+ </complexType>
+</schema>
Propchange:
incubator/tuscany/branches/sca-java-1.0/samples/binding-echo-extension/src/main/resources/sample-binding-echo.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/branches/sca-java-1.0/samples/binding-echo-extension/src/main/resources/sample-binding-echo.xsd
------------------------------------------------------------------------------
svn:keywords = Rev Date
Added:
incubator/tuscany/branches/sca-java-1.0/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd?rev=576154&view=auto
==============================================================================
---
incubator/tuscany/branches/sca-java-1.0/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd
(added)
+++
incubator/tuscany/branches/sca-java-1.0/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd
Sun Sep 16 12:27:55 2007
@@ -0,0 +1,38 @@
+<?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.
+-->
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://crud"
+ xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:c="http://crud"
+ elementFormDefault="qualified">
+
+ <import namespace="http://www.osoa.org/xmlns/sca/1.0"/>
+
+ <element name="implementation.crud" type="c:CRUDImplementation"/>
+
+ <complexType name="CRUDImplementation">
+ <complexContent>
+ <extension base="sca:Implementation">
+ <attribute name="directory" type="anyURI" use="required"/>
+ </extension>
+ </complexContent>
+ </complexType>
+
+</schema>
Propchange:
incubator/tuscany/branches/sca-java-1.0/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/branches/sca-java-1.0/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd
------------------------------------------------------------------------------
svn:keywords = Rev Date
Added:
incubator/tuscany/branches/sca-java-1.0/samples/implementation-pojo-extension/src/main/resources/sample-implementation-pojo.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/samples/implementation-pojo-extension/src/main/resources/sample-implementation-pojo.xsd?rev=576154&view=auto
==============================================================================
---
incubator/tuscany/branches/sca-java-1.0/samples/implementation-pojo-extension/src/main/resources/sample-implementation-pojo.xsd
(added)
+++
incubator/tuscany/branches/sca-java-1.0/samples/implementation-pojo-extension/src/main/resources/sample-implementation-pojo.xsd
Sun Sep 16 12:27:55 2007
@@ -0,0 +1,38 @@
+<?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.
+-->
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://pojo"
+ xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:p="http://pojo"
+ elementFormDefault="qualified">
+
+ <import namespace="http://www.osoa.org/xmlns/sca/1.0"/>
+
+ <element name="implementation.pojo" type="p:POJOImplementation"/>
+
+ <complexType name="POJOImplementation">
+ <complexContent>
+ <extension base="sca:Implementation">
+ <attribute name="class" type="NCName" use="required"/>
+ </extension>
+ </complexContent>
+ </complexType>
+
+</schema>
Propchange:
incubator/tuscany/branches/sca-java-1.0/samples/implementation-pojo-extension/src/main/resources/sample-implementation-pojo.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/branches/sca-java-1.0/samples/implementation-pojo-extension/src/main/resources/sample-implementation-pojo.xsd
------------------------------------------------------------------------------
svn:keywords = Rev Date
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]