ElementCollection

Summary

A collection of Elements, not necessarily with unifying context.

Description

An ElementCollection is a collection of Elements, not necessarily with unifying context.

Note that all ElementCollections must conform to the core profile even if the core profile is no specified in the profileConformance property. If the profileConformance property is not provided, core is to be assumed as the default.

Constraints If the ElementCollection has at least 1 element, it must also have at least 1 rootElement.

The element must not be of type SpdxDocument.

The rootElement must not be of type SpdxDocument.

Metadata

https://spdx.org/rdf/3.0.0/terms/Core/ElementCollection

Name ElementCollection
Instantiability Abstract
SubclassOf Element

Properties

Property Type minCount maxCount
element Element 0 *
profileConformance ProfileIdentifierType 0 *
rootElement Element 0 *