谁在使用 XML Schema 1.1 版本?哪些解析器版本支持它? ETC

发布于 2024-10-14 14:03:31 字数 326 浏览 1 评论 0原文

XML Schema 1.1 版本具有非常有趣的功能,对于我的用例来说非常宝贵。不过,它似乎比较新。因此,在我最终做出决定之前,我希望得到您对以下问题的反馈。

  1. 哪个版本的 JAXB 支持 1.1?
  2. 哪个版本的 XmlBeans 支持 1.1?
  3. SOAP/WSDL 支持 1.1 吗?
  4. 使用此功能是否会对我的 API 客户端选择的肥皂堆栈施加限制?
  5. 哪个版本的 JAXP 开始支持这个。我知道 JAXP 支持针对 1.1 模式进行验证,但不确定是哪个版本。
  6. 我还应该考虑其他事情吗?

问候。

The XML Schema 1.1 version of very good interesting features that are invaluable for my use cases. However, it seems to be relatively new. So I would like to get your feed back on the below questions before I finalize my decision.

  1. Which version of JAXB supports 1.1?
  2. Which version of XmlBeans supports 1.1?
  3. Does SOAP/WSDL support the 1.1?
  4. Does usage of this is going to put constraints on the soap stack that the clients of my API pick?
  5. Which version of JAXP started supporting this. I know JAXP has support for validating against 1.1 schema but not sure from which version.
  6. Are there any other things I should consider?

Regards.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

等你爱我 2024-10-21 14:03:31

1 - 哪个版本的 JAXB 支持 1.1?

JAXB 规范 (JSR-222) 的模式到 Java 部分不包括将模式 1.1 模式结构转换为 Java 类。从 Java 类开始,您应该能够映射到由这些结构表示的 XML 文档。注:我是 JAXB 专家组的成员。

2 - XmlBeans 支持哪个版本
1.1?

据我所知,XMLBeans 不支持模式。任何发行说明中都没有任何相关内容。

3 - SOAP/WSDL 支持 1.1 吗?

我不知道。

4 - 使用这个会不会
对肥皂堆的限制
我的 API 选择的客户?

是的,例如 JAX-WS 仅支持 XML Schema 1.0。

5 - 启动哪个版本的 JAXP
支持这一点。我知道 JAXP 有
支持针对 1.1 进行验证
架构但不确定来自哪个
版本。

我相信 JAXP 1.4(包含在 Java SE 6 中)开始支持 XML Schema 1.1。 Java SE 5 的 Java 版本则不然。

6 - 我还有其他事情吗?
应该考虑吗?

您将利用 XML Schema 1.1 的哪些功能?

1 - Which version of JAXB supports 1.1?

The schema-to-Java portion of the JAXB spec (JSR-222) does not cover converting schema 1.1 schema structures to Java classes. Starting from Java classes you should be able to map to the XML documents represented by these structures. Note: I am a member of the JAXB expert group.

2 - Which version of XmlBeans supports
1.1?

As far as I can tell XMLBeans does not support schema. There is nothing about it in any of the release notes.

3 - Does SOAP/WSDL support the 1.1?

I'm not sure.

4 - Does usage of this is going to put
constraints on the soap stack that the
clients of my API pick?

Yes, for example JAX-WS only supports XML Schema 1.0.

5 - Which version of JAXP started
supporting this. I know JAXP has
support for validating against 1.1
schema but not sure from which
version.

I believe it is JAXP 1.4 (included with Java SE 6) that began supporting XML Schema 1.1. The version of Java with Java SE 5 does not.

6 - Are there any other things I
should consider?

Which features from XML Schema 1.1 are you going to leverage?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文