Author: chrisam
Date: Wed May 11 14:01:45 2016
New Revision: 1743369

URL: http://svn.apache.org/viewvc?rev=1743369&view=rev
Log:
Add spring schema to website

Added:
    olingo/site/trunk/content/schema/
    olingo/site/trunk/content/schema/olingo/
    olingo/site/trunk/content/schema/olingo/olingo.xsd
    olingo/site/trunk/content/schema/olingo/spring-olingo.xsd

Added: olingo/site/trunk/content/schema/olingo/olingo.xsd
URL: 
http://svn.apache.org/viewvc/olingo/site/trunk/content/schema/olingo/olingo.xsd?rev=1743369&view=auto
==============================================================================
--- olingo/site/trunk/content/schema/olingo/olingo.xsd (added)
+++ olingo/site/trunk/content/schema/olingo/olingo.xsd Wed May 11 14:01:45 2016
@@ -0,0 +1,32 @@
+<?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 xmlns="http://www.apache.org/olingo/odata2/spring/odata";
+       xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:beans="http://www.springframework.org/schema/beans";
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:jaxrs="http://cxf.apache.org/jaxrs";
+       targetNamespace="http://www.apache.org/olingo/odata2/spring/odata";
+       elementFormDefault="unqualified">
+
+       <xsd:import namespace="http://www.springframework.org/schema/beans";
+               
schemaLocation="http://www.springframework.org/schema/beans/spring-beans.xsd"; />
+
+       <xsd:element name="server">
+               <xsd:complexType>
+                       <xsd:complexContent>
+                               <xsd:extension base="beans:identifiedType">
+                                       <xsd:attribute name="address" 
type="xsd:string" use="required" />
+                                       <xsd:attribute name="factory" 
type="xsd:string" use="required" />
+                                       <xsd:attribute name="pathSplit" 
type="xsd:int" use="optional" />
+                               </xsd:extension>
+                       </xsd:complexContent>
+               </xsd:complexType>
+       </xsd:element>
+</xsd:schema>

Added: olingo/site/trunk/content/schema/olingo/spring-olingo.xsd
URL: 
http://svn.apache.org/viewvc/olingo/site/trunk/content/schema/olingo/spring-olingo.xsd?rev=1743369&view=auto
==============================================================================
--- olingo/site/trunk/content/schema/olingo/spring-olingo.xsd (added)
+++ olingo/site/trunk/content/schema/olingo/spring-olingo.xsd Wed May 11 
14:01:45 2016
@@ -0,0 +1,32 @@
+<?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 xmlns="http://www.apache.org/olingo/odata2/spring/odata";
+       xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:beans="http://www.springframework.org/schema/beans";
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:jaxrs="http://cxf.apache.org/jaxrs";
+       targetNamespace="http://www.apache.org/olingo/odata2/spring/odata";
+       elementFormDefault="unqualified">
+
+       <xsd:import namespace="http://www.springframework.org/schema/beans";
+               
schemaLocation="http://www.springframework.org/schema/beans/spring-beans.xsd"; />
+
+       <xsd:element name="server">
+               <xsd:complexType>
+                       <xsd:complexContent>
+                               <xsd:extension base="beans:identifiedType">
+                                       <xsd:attribute name="address" 
type="xsd:string" use="required" />
+                                       <xsd:attribute name="factory" 
type="xsd:string" use="required" />
+                                       <xsd:attribute name="pathSplit" 
type="xsd:int" use="optional" />
+                               </xsd:extension>
+                       </xsd:complexContent>
+               </xsd:complexType>
+       </xsd:element>
+</xsd:schema>


Reply via email to