From 6dc28cc8bf31c6417127d0aaa09b7c561b075410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kania?= Date: Fri, 6 Jun 2025 11:42:58 +0200 Subject: [PATCH] Add more schema types --- Sources/CoreXLSX/Relationships.swift | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Sources/CoreXLSX/Relationships.swift b/Sources/CoreXLSX/Relationships.swift index 99efa2fe..aaec60c3 100644 --- a/Sources/CoreXLSX/Relationships.swift +++ b/Sources/CoreXLSX/Relationships.swift @@ -130,6 +130,26 @@ public struct Relationship: Codable, Equatable { """ http://purl.oclc.org/ooxml/officeDocument/relationships/extendedProperties """ + case rdRichValueStructure = + """ + http://schemas.microsoft.com/office/2017/06/relationships/rdRichValueStructure + """ + case rdRichValueWebImage = + """ + http://schemas.microsoft.com/office/2020/07/relationships/rdRichValueWebImage + """ + case sheetMetadata = + """ + http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata + """ + case rdRichValueTypes = + """ + http://schemas.microsoft.com/office/2017/06/relationships/rdRichValueTypes + """ + case rdRichValue = + """ + http://schemas.microsoft.com/office/2017/06/relationships/rdRichValue + """ } /// The identifier for this entity.