From adcb91a7217624e4a6f5e5c8bdcfbe4371e6179d Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Sun, 31 Mar 2019 14:02:47 +0900 Subject: [PATCH] Update mybatis-spring.xsd See mybatis/spring#352 --- schema/mybatis-spring.xsd | 218 ++++++++++++++++++++------------------ 1 file changed, 115 insertions(+), 103 deletions(-) diff --git a/schema/mybatis-spring.xsd b/schema/mybatis-spring.xsd index bcf37ac..4046635 100644 --- a/schema/mybatis-spring.xsd +++ b/schema/mybatis-spring.xsd @@ -1,113 +1,125 @@ + 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. +--> + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:beans="http://www.springframework.org/schema/beans" + xmlns:tool="http://www.springframework.org/schema/tool" + targetNamespace="http://mybatis.org/schema/mybatis-spring" + elementFormDefault="qualified" attributeFormDefault="unqualified"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +