Skip to content

Commit ebe66bc

Browse files
committed
dev-docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 7f73c1d commit ebe66bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schema/bom-1.7.xsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,8 @@ limitations under the License.
784784
</xs:anyAttribute>
785785
<!-- Attention:
786786
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"
787+
<xs:assert vc:minVersion="1.1"
788+
id="versionRange_requires_isExternal_eq_true"
788789
test="if (versionRange) then (@isExternal eq 'true') else true()">
789790
Child `versionRange` May only be present, if attribute `isExternal`=='true'.
790791
</xs:assert>

0 commit comments

Comments
 (0)