Skip to content

Commit 7fb27ae

Browse files
committed
feat: added updated CycloneDX 1.4.2 schemas
Signed-off-by: Paul Horton <[email protected]>
1 parent d720a5f commit 7fb27ae

File tree

3 files changed

+1638
-1426
lines changed

3 files changed

+1638
-1426
lines changed

cyclonedx/schema/bom-1.4.xsd

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
targetNamespace="http://cyclonedx.org/schema/bom/1.4"
2323
vc:minVersion="1.0"
2424
vc:maxVersion="1.1"
25-
version="1.4.1">
25+
version="1.4.2">
2626

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

@@ -2014,6 +2014,16 @@ limitations under the License.
20142014
</xs:sequence>
20152015
</xs:complexType>
20162016
</xs:element>
2017+
<xs:element name="properties" type="bom:propertiesType" minOccurs="0" maxOccurs="1">
2018+
<xs:annotation>
2019+
<xs:documentation>Provides the ability to document properties in a key/value store.
2020+
This provides flexibility to include data not officially supported in the standard
2021+
without having to use additional namespaces or create extensions. Property names
2022+
of interest to the general public are encouraged to be registered in the
2023+
CycloneDX Property Taxonomy - https://github.com/CycloneDX/cyclonedx-property-taxonomy.
2024+
Formal registration is OPTIONAL.</xs:documentation>
2025+
</xs:annotation>
2026+
</xs:element>
20172027
</xs:sequence>
20182028
<xs:attribute name="bom-ref" type="bom:refType">
20192029
<xs:annotation>

0 commit comments

Comments
 (0)