0

这是一个 xml 架构:

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/TEST"
xmlns:tns="http://www.example.org/TEST" elementFormDefault="qualified">
<element name="test1">
    <complexType>
        <sequence>
            <element ref="tns:test1" maxOccurs="1" minOccurs="1"/>
        </sequence>
    </complexType>
</element>

但是当试图通过GUI删除这个元素时,会导致无限循环浪费所有可用的堆并出现stackoverflow异常。

这是一个有效的模式??但是验证是可以使用的。

4

0 回答 0