OPENJPA-2368 Reverts extension xsd update in trunk.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1467844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2013-04-15 02:02:13 +00:00
parent e61acd8571
commit 30c3a72a11
2 changed files with 6 additions and 6 deletions

View File

@ -18,8 +18,8 @@
under the License. under the License.
--> -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://openjpa.apache.org/ns/orm/extendable" targetNamespace="http://www.apache.org/openjpa/ns/orm/extendable"
xmlns:extendable-orm="http://openjpa.apache.org/ns/orm/extendable" xmlns:extendable-orm="http://www.apache.org/openjpa/ns/orm/extendable"
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
elementFormDefault="qualified" elementFormDefault="qualified"
attributeFormDefault="unqualified" attributeFormDefault="unqualified"

View File

@ -18,15 +18,15 @@
under the License. under the License.
--> -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://openjpa.apache.org/ns/orm" targetNamespace="http://www.apache.org/openjpa/ns/orm"
xmlns:openjpa-orm="http://openjpa.apache.org/ns/orm" xmlns:openjpa-orm="http://www.apache.org/openjpa/ns/orm"
xmlns:extendable-orm="http://openjpa.apache.org/ns/orm/extendable" xmlns:extendable-orm="http://www.apache.org/openjpa/ns/orm/extendable"
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
elementFormDefault="qualified" elementFormDefault="qualified"
attributeFormDefault="unqualified" attributeFormDefault="unqualified"
version="1.0"> version="1.0">
<xsd:import namespace="http://openjpa.apache.org/ns/orm/extendable"/> <xsd:import namespace="http://www.apache.org/openjpa/ns/orm/extendable"/>
<xsd:import namespace="http://java.sun.com/xml/ns/persistence/orm"/> <xsd:import namespace="http://java.sun.com/xml/ns/persistence/orm"/>
<!-- **************************************************** --> <!-- **************************************************** -->