We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f63b25 commit b891b5bCopy full SHA for b891b5b
src/main/java/org/apache/ibatis/builder/xml/mybatis-mapper.xsd
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
4
- Copyright 2009-2021 the original author or authors.
+ Copyright 2009-2022 the original author or authors.
5
6
Licensed under the Apache License, Version 2.0 (the "License");
7
you may not use this file except in compliance with the License.
@@ -108,7 +108,7 @@
108
</xs:element>
109
<xs:element name="constructor">
110
<xs:complexType>
111
- <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:choice minOccurs="1" maxOccurs="unbounded">
112
<xs:element ref="idArg"/>
113
<xs:element ref="arg"/>
114
</xs:choice>
0 commit comments