File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments