File tree Expand file tree Collapse file tree 3 files changed +1638
-1426
lines changed Expand file tree Collapse file tree 3 files changed +1638
-1426
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.4"
23
23
vc : minVersion =" 1.0"
24
24
vc : maxVersion =" 1.1"
25
- version =" 1.4.1 " >
25
+ version =" 1.4.2 " >
26
26
27
27
<xs : import namespace =" http://cyclonedx.org/schema/spdx" schemaLocation =" spdx.xsd" />
28
28
@@ -2014,6 +2014,16 @@ limitations under the License.
2014
2014
</xs : sequence >
2015
2015
</xs : complexType >
2016
2016
</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 >
2017
2027
</xs : sequence >
2018
2028
<xs : attribute name =" bom-ref" type =" bom:refType" >
2019
2029
<xs : annotation >
You can’t perform that action at this time.
0 commit comments