Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要验证 XML 文件。XML 元素应通过以下所有条件。
可以针对 XSD 完成以上所有操作吗?我正在尝试在 Java API 中验证这一点。
是的,你可以这样做。XSD 提供了数据类型,如 string、int 和 all。
对于caseand empty,XSD 提供了一个使用正则表达式进行验证的选项,您可以使用它来遵守定义的表达式。
case
empty
Length也可以很容易地在 XSD 中设置。
Length