xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import

This commit is contained in:
Christian Dupuis
2009-07-22 14:06:44 +00:00
parent 4deef3796e
commit a4bbd9abda
19 changed files with 37 additions and 37 deletions

View File

@@ -5,8 +5,8 @@
targetNamespace="http://www.springframework.org/schema/oxm" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
<xsd:annotation>
<xsd:documentation>