Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions schema/bom-1.5.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
targetNamespace="http://cyclonedx.org/schema/bom/1.5"
vc:minVersion="1.0"
vc:maxVersion="1.1"
version="1.5.0">
version="1.5.1">

<xs:import namespace="http://cyclonedx.org/schema/spdx" schemaLocation="http://cyclonedx.org/schema/spdx"/>

Expand Down Expand Up @@ -2885,7 +2885,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="user" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="user" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -2897,7 +2897,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="useCase" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="useCase" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -2911,7 +2911,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="technicalLimitation" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="technicalLimitation" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -2923,7 +2923,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="performanceTradeoff" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="performanceTradeoff" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down
10 changes: 5 additions & 5 deletions schema/bom-1.6.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
targetNamespace="http://cyclonedx.org/schema/bom/1.6"
vc:minVersion="1.0"
vc:maxVersion="1.1"
version="1.6.1">
version="1.6.2">

<xs:import namespace="http://cyclonedx.org/schema/spdx" schemaLocation="http://cyclonedx.org/schema/spdx"/>

Expand Down Expand Up @@ -3256,7 +3256,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="user" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="user" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -3268,7 +3268,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="useCase" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="useCase" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -3282,7 +3282,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="technicalLimitation" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="technicalLimitation" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -3294,7 +3294,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="performanceTradeoff" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="performanceTradeoff" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down
10 changes: 5 additions & 5 deletions schema/bom-1.7.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
targetNamespace="http://cyclonedx.org/schema/bom/1.7"
vc:minVersion="1.0"
vc:maxVersion="1.1"
version="1.7.0">
version="1.7.1">

<xs:import namespace="http://cyclonedx.org/schema/spdx" schemaLocation="http://cyclonedx.org/schema/spdx"/>

Expand Down Expand Up @@ -3499,7 +3499,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="user" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="user" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -3511,7 +3511,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="useCase" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="useCase" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -3525,7 +3525,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="technicalLimitation" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="technicalLimitation" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -3537,7 +3537,7 @@ limitations under the License.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="performanceTradeoff" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="performanceTradeoff" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
Comment thread
wiebe-vandendriessche marked this conversation as resolved.
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down