gpt4 book ai didi

java - 在 XSD 中表示 OR

转载 作者:数据小太阳 更新时间:2023-10-29 01:57:38 25 4
gpt4 key购买 nike

我需要要求

(firstName and lastName) OR (nameForDisplay)

在 XSD 中。如果我使用 <xs:choice>,我可以得到 XOR但我似乎无法得到或。

最佳答案

<choice>
<sequence>
<element name="firstName" />
<element name="lastName" />
<element name="nameForDisplay" minOccurs="0" />
</sequence>
<element name="nameForDisplay" />
</choice>

我知道重复很丑陋。您可以排除一些重复的组。

关于java - 在 XSD 中表示 OR,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6301822/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com