WithAdditionOperator
Summary
Portion of an AnyLicenseInfo representing a License which has additional text applied to it.
Description
A WithAdditionOperator indicates that the designated License is subject to the
designated LicenseAddition, which might be a license exception on the
SPDX License Exceptions
(ListedLicenseException) or may be other additional text
(CustomLicenseAddition). It is represented in the SPDX License Expression
Syntax by the WITH
operator.
Metadata
https://spdx.org/rdf/3.0.1/terms/ExpandedLicensing/WithAdditionOperator
Name | WithAdditionOperator |
Instantiability | Concrete |
SubclassOf | /SimpleLicensing/AnyLicenseInfo |
Superclasses
/Core/Element
/SimpleLicensing/AnyLicenseInfo
/ExpandedLicensing/WithAdditionOperator
Properties
Property | Type | minCount | maxCount |
---|---|---|---|
subjectAddition | LicenseAddition | 1 | 1 |
subjectExtendableLicense | ExtendableLicense | 1 | 1 |
All properties
Property | Type | minCount | maxCount |
---|---|---|---|
comment | xsd:string | 0 | 1 |
creationInfo | CreationInfo | 1 | 1 |
description | xsd:string | 0 | 1 |
extension | Extension | 0 | * |
externalIdentifier | ExternalIdentifier | 0 | * |
externalRef | ExternalRef | 0 | * |
name | xsd:string | 0 | 1 |
spdxId | xsd:anyURI | 1 | 1 |
subjectAddition | LicenseAddition | 1 | 1 |
subjectExtendableLicense | ExtendableLicense | 1 | 1 |
summary | xsd:string | 0 | 1 |
verifiedUsing | IntegrityMethod | 0 | * |