Skip to content

Commit 3e1eb53

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 80bc39b commit 3e1eb53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/bom-1.7.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ limitations under the License.
566566
<xs:documentation>The component version range that may be provided to fulfill this capability.
567567
MAY only occur if attribute `isExtraneous` is set to `true`.</xs:documentation>
568568
<!-- Attention:
569-
Since XSD 1.1 `asserts` are mostly not implemented, there is currently no rule in this XSD,
569+
Since XSD 1.1 `asserts` are mostly not implemented, there is currently no rule in this XSD
570570
that is taking cate of the plausibility between `version`/`versionRange` and `isExtraneous`=='true'
571571
-->
572572
</xs:annotation>
@@ -783,7 +783,7 @@ limitations under the License.
783783
This would be formal, if the support for XSD1.1's `assert` was properly implemented in validators and tools digesting XML.
784784
<xs:assert id="versionRange_requires_isExtraneous_eq_true"
785785
test="if (versionRange) then (@isExtraneous eq 'true') else true()">
786-
Child `versionRange` MAY only be present, if attribute `isExtraneous` is 'true'.
786+
Child `versionRange` MAY only be present, if attribute `isExtraneous`=='true'.
787787
</xs:assert>
788788
-->
789789
</xs:complexType>

0 commit comments

Comments
 (0)