File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
targetNamespace =" http://cyclonedx.org/schema/bom/1.2"
23
23
vc : minVersion =" 1.0"
24
24
vc : maxVersion =" 1.1"
25
- version =" 1.2" >
25
+ version =" 1.2.1 " >
26
26
27
27
<xs : import namespace =" http://cyclonedx.org/schema/spdx" schemaLocation =" spdx.xsd" />
28
28
@@ -593,7 +593,7 @@ limitations under the License.
593
593
594
594
<xs : simpleType name =" mimeType" >
595
595
<xs : restriction base =" xs:token" >
596
- <xs : pattern value =" ^ [-+a-z0-9.]+/[-+a-z0-9.]+$ " />
596
+ <xs : pattern value =" [-+a-z0-9.]+/[-+a-z0-9.]+" />
597
597
</xs : restriction >
598
598
</xs : simpleType >
599
599
@@ -1415,4 +1415,4 @@ limitations under the License.
1415
1415
<xs : field xpath =" @bom-ref" />
1416
1416
</xs : unique >
1417
1417
</xs : element >
1418
- </xs : schema >
1418
+ </xs : schema >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
targetNamespace =" http://cyclonedx.org/schema/bom/1.3"
23
23
vc : minVersion =" 1.0"
24
24
vc : maxVersion =" 1.1"
25
- version =" 1.3" >
25
+ version =" 1.3.1 " >
26
26
27
27
<xs : import namespace =" http://cyclonedx.org/schema/spdx" schemaLocation =" spdx.xsd" />
28
28
@@ -598,7 +598,7 @@ limitations under the License.
598
598
599
599
<xs : simpleType name =" mimeType" >
600
600
<xs : restriction base =" xs:token" >
601
- <xs : pattern value =" ^ [-+a-z0-9.]+/[-+a-z0-9.]+$ " />
601
+ <xs : pattern value =" [-+a-z0-9.]+/[-+a-z0-9.]+" />
602
602
</xs : restriction >
603
603
</xs : simpleType >
604
604
@@ -1628,4 +1628,4 @@ limitations under the License.
1628
1628
<xs : field xpath =" @bom-ref" />
1629
1629
</xs : unique >
1630
1630
</xs : element >
1631
- </xs : schema >
1631
+ </xs : schema >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
targetNamespace =" http://cyclonedx.org/schema/bom/1.4"
23
23
vc : minVersion =" 1.0"
24
24
vc : maxVersion =" 1.1"
25
- version =" 1.4" >
25
+ version =" 1.4.1 " >
26
26
27
27
<xs : import namespace =" http://cyclonedx.org/schema/spdx" schemaLocation =" spdx.xsd" />
28
28
@@ -620,7 +620,7 @@ limitations under the License.
620
620
621
621
<xs : simpleType name =" mimeType" >
622
622
<xs : restriction base =" xs:token" >
623
- <xs : pattern value =" ^ [-+a-z0-9.]+/[-+a-z0-9.]+$ " />
623
+ <xs : pattern value =" [-+a-z0-9.]+/[-+a-z0-9.]+" />
624
624
</xs : restriction >
625
625
</xs : simpleType >
626
626
You can’t perform that action at this time.
0 commit comments