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.
我正在编写一个 xsd-schema 文件,我需要确保一个属性的值(正整数)也是另一个属性的 minOccurs 和 maxOccurs 的值。这有可能吗?
不是单独使用 XSD 1.0。
如果您可以在 XSD 1.0 中使用另一种模式语言,那么 Schematron 可以做到。如果您可以迁移到 XSD 1.1,那么 xsd:assert 将在这里做同样的事情(与 Schematron 一样)。