Skip to content

Commit b6dec4b

Browse files
committed
fix: add properties to xml schema 1.4
Signed-off-by: Mike de Senna <[email protected]>
1 parent c3da323 commit b6dec4b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

schema/bom-1.4.xsd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)