Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Jan 16, 2024
1 parent 310dff0 commit 3bcd875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/bom-1.6.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ limitations under the License.
<xs:documentation>The component version range that may be provided to fulfill this capability.
MAY only occur if attribute `isExtraneous` is set to `true`.</xs:documentation>
<!-- Attention:
Since XSD 1.1 `asserts` are mostly not implemented, there is currently no rule in this XSD,
Since XSD 1.1 `asserts` are mostly not implemented, there is currently no rule in this XSD
that is taking cate of the plausibility between `version`/`versionRange` and `isExtraneous`=='true'
-->
</xs:annotation>
Expand Down Expand Up @@ -697,7 +697,7 @@ limitations under the License.
This would be formal, if the support for XSD1.1's `assert` was properly implemented in validators and tools digesting XML.
<xs:assert id="versionRange_requires_isExtraneous_eq_true"
test="if (versionRange) then (@isExtraneous eq 'true') else true()">
Child `versionRange` MAY only be present, if attribute `isExtraneous` is 'true'.
Child `versionRange` MAY only be present, if attribute `isExtraneous`=='true'.
</xs:assert>
-->
</xs:complexType>
Expand Down

0 comments on commit 3bcd875

Please sign in to comment.