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, properties in CdxPropertiesExtension 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.1/terms/Extension/CdxPropertyEntry
Name | CdxPropertyEntry |
Instantiability | Concrete |
Superclasses
Properties
Property | Type | minCount | maxCount |
---|---|---|---|
cdxPropName | xsd:string | 1 | 1 |
cdxPropValue | xsd:string | 0 | 1 |
All properties
Property | Type | minCount | maxCount |
---|---|---|---|
cdxPropName | xsd:string | 1 | 1 |
cdxPropValue | xsd:string | 0 | 1 |