CdxPropertyEntry

Summary

A property name with an associated value.

Description

Each CdxPropertyEntry contains a name-value pair which maps the name to its associated value. Unlike key-value stores, cdxProperties support duplicate names, each potentially having different values. This class can be used to implement CycloneDX compatible properties.

Metadata

https://spdx.org/rdf/3.0.0/terms/Extension/CdxPropertyEntry

Name CdxPropertyEntry
Instantiability Concrete

Properties

Property Type minCount maxCount
cdxPropName xsd:string 1 1
cdxPropValue xsd:string 0 1