We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f73c1d commit ebe66bcCopy full SHA for ebe66bc
schema/bom-1.7.xsd
@@ -784,7 +784,8 @@ limitations under the License.
784
</xs:anyAttribute>
785
<!-- Attention:
786
This would be formal, if the support for XSD1.1's `assert` was properly implemented in validators and tools digesting XML.
787
- <xs:assert id="versionRange_requires_isExternal_eq_true"
+ <xs:assert vc:minVersion="1.1"
788
+ id="versionRange_requires_isExternal_eq_true"
789
test="if (versionRange) then (@isExternal eq 'true') else true()">
790
Child `versionRange` May only be present, if attribute `isExternal`=='true'.
791
</xs:assert>
0 commit comments