mirror of https://github.com/apache/openjpa.git
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:
parent
e61acd8571
commit
30c3a72a11
|
@ -18,8 +18,8 @@
|
|||
under the License.
|
||||
-->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="http://openjpa.apache.org/ns/orm/extendable"
|
||||
xmlns:extendable-orm="http://openjpa.apache.org/ns/orm/extendable"
|
||||
targetNamespace="http://www.apache.org/openjpa/ns/orm/extendable"
|
||||
xmlns:extendable-orm="http://www.apache.org/openjpa/ns/orm/extendable"
|
||||
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
|
|
|
@ -18,15 +18,15 @@
|
|||
under the License.
|
||||
-->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="http://openjpa.apache.org/ns/orm"
|
||||
xmlns:openjpa-orm="http://openjpa.apache.org/ns/orm"
|
||||
xmlns:extendable-orm="http://openjpa.apache.org/ns/orm/extendable"
|
||||
targetNamespace="http://www.apache.org/openjpa/ns/orm"
|
||||
xmlns:openjpa-orm="http://www.apache.org/openjpa/ns/orm"
|
||||
xmlns:extendable-orm="http://www.apache.org/openjpa/ns/orm/extendable"
|
||||
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
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"/>
|
||||
|
||||
<!-- **************************************************** -->
|
||||
|
|
Loading…
Reference in New Issue