ElementMap
Summary
A key with an Element.
Description
The class used for implementing mapping a string key to an Element.
Each ElementMap contains a key-value pair which maps the key to its associated Element.
To implement a dictionary, this class is to be used in a collection with unique keys.
Metadata
https://spdx.org/rdf/3.1/terms/Core/ElementMap
| Name | ElementMap |
| Instantiability | Concrete |
Class hierarchy
Properties
| Property | Type | minCount | maxCount |
|---|---|---|---|
| elementValue | Element | 1 | 1 |
| key | xsd:string | 1 | 1 |
All properties
| Property | Type | minCount | maxCount |
|---|---|---|---|
| elementValue | Element | 1 | 1 |
| key | xsd:string | 1 | 1 |