Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions data/namespaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,11 @@
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/externalCodeService",
"Version": "Microsoft365"
},
{
"Prefix": "xlecs2",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2025/externalCodeService2",
"Version": "Microsoft365"
},
{
"Prefix": "xlmsforms",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/msForms",
Expand All @@ -641,6 +646,11 @@
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2024/pivotDynamicArrays",
"Version": "Microsoft365"
},
{
"Prefix": "xlpds",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2025/pivotDataSource",
"Version": "Microsoft365"
},
{
"Prefix": "xlPr",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2016/01/main",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,154 @@
]
}
]
},
{
"Name": "xlpcalc:CT_PivotFieldSubtotals/xlpcalc:pivotFieldSubtotals",
"ClassName": "PivotFieldSubtotals",
"Summary": "Defines the PivotFieldSubtotals Class.",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Children": [
{
"Name": "xlpcalc:CT_PivotItemSubtotal/xlpcalc:subtotal"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "xlpcalc:CT_PivotItemSubtotal/xlpcalc:subtotal",
"Occurs": [
{}
],
"InitialVersion": "Microsoft365"
}
]
}
},
{
"Name": "xlpcalc:CT_PivotAreaReferenceSubtotals/xlpcalc:pivotAreaReferenceSubtotals",
"ClassName": "PivotAreaReferenceSubtotals",
"Summary": "Defines the PivotAreaReferenceSubtotals Class.",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Children": [
{
"Name": "xlpcalc:CT_PivotSubtotalType/xlpcalc:subtotal"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "xlpcalc:CT_PivotSubtotalType/xlpcalc:subtotal",
"Occurs": [
{
"Min": 1
}
],
"InitialVersion": "Microsoft365"
}
]
}
},
{
"Name": "xlpcalc:CT_PivotTableSubtotalLineItems/xlpcalc:pivotFieldSubtotalLineItems",
"ClassName": "PivotTableSubtotalLineItems",
"Summary": "Defines the PivotTableSubtotalLineItems Class.",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Children": [
{
"Name": "xlpcalc:CT_PivotItemSubtotal/xlpcalc:subtotalLineItem"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "xlpcalc:CT_PivotItemSubtotal/xlpcalc:subtotalLineItem",
"Occurs": [
{
"Min": 1
}
],
"InitialVersion": "Microsoft365"
}
]
}
},
{
"Name": "xlpcalc:CT_PivotItemSubtotal/xlpcalc:subtotal",
"ClassName": "SubtotalPivotItemSubtotal",
"Summary": "Defines the SubtotalPivotItemSubtotal Class.",
"BaseClass": "OpenXmlPivotItemSubtotalElement",
"IsDerived": true,
"IsLeafElement": true,
"Version": "Microsoft365"
},
{
"Name": "xlpcalc:CT_PivotItemSubtotal/xlpcalc:subtotalLineItem",
"ClassName": "SubtotalLineItemPivotItemSubtotal",
"Summary": "Defines the SubtotalLineItemPivotItemSubtotal Class.",
"BaseClass": "OpenXmlPivotItemSubtotalElement",
"IsDerived": true,
"IsLeafElement": true,
"Version": "Microsoft365"
},
{
"Name": "xlpcalc:CT_PivotItemSubtotal/",
"ClassName": "OpenXmlPivotItemSubtotalElement",
"Summary": "Defines the OpenXmlPivotItemSubtotalElement Class.",
"BaseClass": "OpenXmlLeafElement",
"IsAbstract": true,
"IsLeafElement": true,
"Version": "Microsoft365",
"Attributes": [
{
"QName": ":subtotalType",
"Type": "EnumValue\u003CDocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.Pivot2023Calculation.AggregationType\u003E",
"Version": "Microsoft365",
"PropertyComments": "subtotalType",
"Validators": [
{
"Name": "RequiredValidator"
}
]
},
{
"QName": ":itemLocation",
"Type": "UInt32Value",
"Version": "Microsoft365",
"PropertyComments": "itemLocation",
"Validators": [
{
"Name": "RequiredValidator"
}
]
}
]
},
{
"Name": "xlpcalc:CT_PivotSubtotalType/xlpcalc:subtotal",
"ClassName": "PivotSubtotalType",
"Summary": "Defines the PivotSubtotalType Class.",
"BaseClass": "OpenXmlLeafElement",
"IsLeafElement": true,
"Version": "Microsoft365",
"Attributes": [
{
"QName": ":subtotalType",
"Type": "EnumValue\u003CDocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.Pivot2023Calculation.AggregationType\u003E",
"Version": "Microsoft365",
"PropertyComments": "subtotalType",
"Validators": [
{
"Name": "RequiredValidator"
}
]
}
]
}
],
"Enums": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"TargetNamespace": "http://schemas.microsoft.com/office/spreadsheetml/2025/externalCodeService2",
"Types": [
{
"Name": "xlecs2:CT_ExternalCodeServiceImageAsInput/xlecs2:externalCodeServiceImageAsInput",
"ClassName": "ExternalCodeServiceImageAsInput",
"Summary": "Defines the ExternalCodeServiceImageAsInput Class.",
"BaseClass": "OpenXmlLeafElement",
"IsLeafElement": true,
"Version": "Microsoft365",
"Attributes": [
{
"QName": ":maxWidth",
"Type": "UInt32Value",
"Version": "Microsoft365",
"PropertyComments": "maxWidth"
},
{
"QName": ":maxHeight",
"Type": "UInt32Value",
"Version": "Microsoft365",
"PropertyComments": "maxHeight"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"TargetNamespace": "http://schemas.microsoft.com/office/spreadsheetml/2025/pivotDataSource",
"Types": [
{
"Name": "xlpds:CT_PivotCacheDataSource/xlpds:pivotCacheDataSource",
"ClassName": "PivotCacheDataSource",
"Summary": "Defines the PivotCacheDataSource Class.",
"CompositeType": "OneSequence",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Attributes": [
{
"QName": ":ref",
"Type": "StringValue",
"Version": "Microsoft365",
"PropertyComments": "ref"
}
],
"Children": [
{
"Name": "x:ST_Formula/xne:f",
"PropertyName": "Formula"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "x:ST_Formula/xne:f",
"Occurs": [
{
"Max": 1
}
]
}
]
}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -25449,6 +25449,10 @@
{
"Name": "xlwcv:CT_Version/xlwcv:version",
"PropertyName": "Version"
},
{
"Name": "xlecs2:CT_ExternalCodeServiceImageAsInput/xlecs2:externalCodeServiceImageAsInput",
"PropertyName": "ExternalCodeServiceImageAsInput"
}
],
"Particle": {
Expand Down Expand Up @@ -25506,6 +25510,10 @@
"Name": "xlwcv:CT_Version/xlwcv:version",
"InitialVersion": "Microsoft365"
},
{
"Name": "xlecs2:CT_ExternalCodeServiceImageAsInput/xlecs2:externalCodeServiceImageAsInput",
"InitialVersion": "Microsoft365"
},
{
"Kind": "Any",
"Occurs": [
Expand Down
8 changes: 8 additions & 0 deletions data/typed/namespaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,14 @@
"Prefix": "xlwcv",
"Namespace": "DocumentFormat.OpenXml.Office.SpreadSheetML.Y2024.WorkbookCompatibilityVersion"
},
{
"Prefix": "xlecs2",
"Namespace": "DocumentFormat.OpenXml.Office.SpreadSheetML.Y2025.ExternalCodeService2"
},
{
"Prefix": "xlpds",
"Namespace": "DocumentFormat.OpenXml.Office.SpreadSheetML.Y2025.PivotDataSource"
},
{
"Prefix": "wne",
"Namespace": "DocumentFormat.OpenXml.Office.Word"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,38 @@
[
{
"Name": "xlpcalc:CT_PivotItemSubtotal/",
"ClassName": "OpenXmlPivotItemSubtotalElement"
},
{
"Name": "xlpcalc:CT_AggregationInfo/xlpcalc:aggregationInfo",
"ClassName": "AggregationInfo"
},
{
"Name": "xlpcalc:CT_FeatureSupport/xlpcalc:featureSupportInfo",
"ClassName": "FeatureSupport"
},
{
"Name": "xlpcalc:CT_PivotAreaReferenceSubtotals/xlpcalc:pivotAreaReferenceSubtotals",
"ClassName": "PivotAreaReferenceSubtotals"
},
{
"Name": "xlpcalc:CT_PivotTableSubtotalLineItems/xlpcalc:pivotFieldSubtotalLineItems",
"ClassName": "PivotTableSubtotalLineItems"
},
{
"Name": "xlpcalc:CT_PivotFieldSubtotals/xlpcalc:pivotFieldSubtotals",
"ClassName": "PivotFieldSubtotals"
},
{
"Name": "xlpcalc:CT_PivotItemSubtotal/xlpcalc:subtotal",
"ClassName": "SubtotalPivotItemSubtotal"
},
{
"Name": "xlpcalc:CT_PivotSubtotalType/xlpcalc:subtotal",
"ClassName": "PivotSubtotalType"
},
{
"Name": "xlpcalc:CT_PivotItemSubtotal/xlpcalc:subtotalLineItem",
"ClassName": "SubtotalLineItemPivotItemSubtotal"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"Name": "xlecs2:CT_ExternalCodeServiceImageAsInput/xlecs2:externalCodeServiceImageAsInput",
"ClassName": "ExternalCodeServiceImageAsInput"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"Name": "xlpds:CT_PivotCacheDataSource/xlpds:pivotCacheDataSource",
"ClassName": "PivotCacheDataSource"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,12 @@ internal partial class OpenXmlNamespaceResolver
{ "http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing", "xdr14" },
{ "http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag", "xfpb" },
{ "http://schemas.microsoft.com/office/spreadsheetml/2023/externalCodeService", "xlecs" },
{ "http://schemas.microsoft.com/office/spreadsheetml/2025/externalCodeService2", "xlecs2" },
{ "http://schemas.microsoft.com/office/spreadsheetml/2023/msForms", "xlmsforms" },
{ "http://schemas.microsoft.com/office/spreadsheetml/2024/pivotAutoRefresh", "xlpar" },
{ "http://schemas.microsoft.com/office/spreadsheetml/2023/pivot2023Calculation", "xlpcalc" },
{ "http://schemas.microsoft.com/office/spreadsheetml/2024/pivotDynamicArrays", "xlpda" },
{ "http://schemas.microsoft.com/office/spreadsheetml/2025/pivotDataSource", "xlpds" },
{ "http://schemas.microsoft.com/office/spreadsheetml/2016/01/main", "xlPr" },
{ "http://schemas.microsoft.com/office/spreadsheetml/2017/richdata", "xlrd" },
{ "http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2", "xlrd2" },
Expand Down Expand Up @@ -316,10 +318,12 @@ internal partial class OpenXmlNamespaceResolver
{ "xdr14", "http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing" },
{ "xfpb", "http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag" },
{ "xlecs", "http://schemas.microsoft.com/office/spreadsheetml/2023/externalCodeService" },
{ "xlecs2", "http://schemas.microsoft.com/office/spreadsheetml/2025/externalCodeService2" },
{ "xlmsforms", "http://schemas.microsoft.com/office/spreadsheetml/2023/msForms" },
{ "xlpar", "http://schemas.microsoft.com/office/spreadsheetml/2024/pivotAutoRefresh" },
{ "xlpcalc", "http://schemas.microsoft.com/office/spreadsheetml/2023/pivot2023Calculation" },
{ "xlpda", "http://schemas.microsoft.com/office/spreadsheetml/2024/pivotDynamicArrays" },
{ "xlpds", "http://schemas.microsoft.com/office/spreadsheetml/2025/pivotDataSource" },
{ "xlPr", "http://schemas.microsoft.com/office/spreadsheetml/2016/01/main" },
{ "xlrd", "http://schemas.microsoft.com/office/spreadsheetml/2017/richdata" },
{ "xlrd2", "http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2" },
Expand Down Expand Up @@ -486,10 +490,12 @@ internal partial class OpenXmlNamespaceResolver
{ "xdr14", FileFormatVersions.Office2010 },
{ "xfpb", FileFormatVersions.Microsoft365 },
{ "xlecs", FileFormatVersions.Microsoft365 },
{ "xlecs2", FileFormatVersions.Microsoft365 },
{ "xlmsforms", FileFormatVersions.Microsoft365 },
{ "xlpar", FileFormatVersions.Microsoft365 },
{ "xlpcalc", FileFormatVersions.Microsoft365 },
{ "xlpda", FileFormatVersions.Microsoft365 },
{ "xlpds", FileFormatVersions.Microsoft365 },
{ "xlPr", FileFormatVersions.Office2019 },
{ "xlrd", FileFormatVersions.Office2019 },
{ "xlrd2", FileFormatVersions.Office2019 },
Expand Down
Loading
Loading