File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments