MediaType

Summary

Standardized way of indicating the type of content of an Element. A String constrained to the RFC 2046 specification.

Description

A MediaType is a string constrained to the RFC 2046 specification. It provides a standardized way of indicating the type of content of an Element.

A list of all possible media types is available at https://www.iana.org/assignments/media-types/media-types.xhtml.

Metadata

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

Name MediaType
SubclassOf xsd:string

Format

  • Pattern: ^[^\/]+\/[^\/]+$