我在第 4 行收到一条错误消息:cvc-complex-type.2.4.d: Invalid content was found started with element 'map'。此时不需要子元素。
<util:map id="entirePayTypesMap">
<entry key="34">
<value>
<map>
<entry key="default">
<value>
<map key-type="java.lang.Boolean">
<entry key="true" value="3T" />
<entry key="false" value="3U" />
</map>
</value>
</entry>
</map>
</value>
</entry>
</util:map>
有什么建议么?