Skip to content

Commit 242730c

Browse files
committed
bomLinks based on anyURI
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent eb82334 commit 242730c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/bom-1.5.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ limitations under the License.
6161
See https://cyclonedx.org/capabilities/bomlink/
6262
</xs:documentation>
6363
</xs:annotation>
64-
<xs:restriction base="xs:string">
64+
<xs:restriction base="xs:anyURI">
6565
<!-- part of the pattern is based on `bom.serialNumber`'s pattern -->
6666
<xs:pattern value="urn:cdx:([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(\{[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\})/[1-9][0-9]*"/>
6767
</xs:restriction>
@@ -73,7 +73,7 @@ limitations under the License.
7373
See https://cyclonedx.org/capabilities/bomlink/
7474
</xs:documentation>
7575
</xs:annotation>
76-
<xs:restriction base="xs:string">
76+
<xs:restriction base="xs:anyURI">
7777
<!-- part of the pattern is based on `bom.serialNumber`'s pattern -->
7878
<xs:pattern value="urn:cdx:([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(\{[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\})/[1-9][0-9]*#.+"/>
7979
</xs:restriction>

0 commit comments

Comments
 (0)