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 4a24b07 commit c486d31Copy full SHA for c486d31
1 file changed
schema/bom-1.7.xsd
@@ -8939,8 +8939,8 @@ limitations under the License.
8939
<!-- Attention:
8940
This would be formal, if the support for XSD1.1's `assert` was properly implemented in validators and tools digesting XML.
8941
<xs:assert vc:minVersion="1.1"
8942
- id="requires"
8943
- test="requires_attributedTo_or_process">
+ id="requires_attributedTo_or_process"
+ test="attributedTo or process">
8944
At least one of the "attributedTo" or "process" elements must be present.
8945
</xs:assert>
8946
/-->
0 commit comments