Author: fchrist
Date: Fri Jul 15 09:31:09 2011
New Revision: 1147054
URL: http://svn.apache.org/viewvc?rev=1147054&view=rev
Log:
STANBOL-272 Added AL20 header to OntologyManager Store API
Modified:
incubator/stanbol/trunk/ontologymanager/store/api/pom.xml
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/PersistenceStoreRESTfulInterface.xsd
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/SearchRESTfulInterface.xsd
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/xlinks.xsd
Modified: incubator/stanbol/trunk/ontologymanager/store/api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/store/api/pom.xml?rev=1147054&r1=1147053&r2=1147054&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/store/api/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/store/api/pom.xml Fri Jul 15
09:31:09 2011
@@ -1,3 +1,20 @@
+<?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.
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
Modified:
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/PersistenceStoreRESTfulInterface.xsd
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/PersistenceStoreRESTfulInterface.xsd?rev=1147054&r1=1147053&r2=1147054&view=diff
==============================================================================
---
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/PersistenceStoreRESTfulInterface.xsd
(original)
+++
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/PersistenceStoreRESTfulInterface.xsd
Fri Jul 15 09:31:09 2011
@@ -1,3 +1,21 @@
+<?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.
+-->
+
<!-- edited with XMLSpy v2008 rel. 2 sp2 (http://www.altova.com) by cds
(aaaaaa) -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="model.rest.persistence.iks.srdc.com.tr"
xmlns:xlink="http://www.w3.org/1999/xlink"
targetNamespace="model.rest.persistence.iks.srdc.com.tr"
elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:import namespace="http://www.w3.org/1999/xlink"
schemaLocation="xlinks.xsd"/>
@@ -261,7 +279,7 @@
<xsd:attribute ref="xlink:href" use="required"/>
</xsd:complexType>
</xsd:element>
-
+
<xsd:element name="ImportsForOntology">
<xsd:complexType>
<xsd:sequence>
@@ -269,5 +287,5 @@
<xsd:element ref="tns:OntologyImport" minOccurs="0"
maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
- </xsd:element>
+ </xsd:element>
</xsd:schema>
Modified:
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/SearchRESTfulInterface.xsd
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/SearchRESTfulInterface.xsd?rev=1147054&r1=1147053&r2=1147054&view=diff
==============================================================================
---
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/SearchRESTfulInterface.xsd
(original)
+++
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/SearchRESTfulInterface.xsd
Fri Jul 15 09:31:09 2011
@@ -1,3 +1,21 @@
+<?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.
+-->
+
<xsd:schema
targetNamespace="search.model.rest.persistence.iks.srdc.com.tr"
attributeFormDefault="qualified"
Modified:
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/xlinks.xsd
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/xlinks.xsd?rev=1147054&r1=1147053&r2=1147054&view=diff
==============================================================================
---
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/xlinks.xsd
(original)
+++
incubator/stanbol/trunk/ontologymanager/store/api/src/main/resources/model/xlinks.xsd
Fri Jul 15 09:31:09 2011
@@ -1,4 +1,21 @@
<?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.
+-->
+
<!-- File: xlinks.xsd -->
<schema targetNamespace="http://www.w3.org/1999/xlink"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0">
<annotation>