Skip to content

Commit

Permalink
Update for M365 August 2022 Release
Browse files Browse the repository at this point in the history
- Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021 namespace
- Added durableId attribute to DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet
  • Loading branch information
mikeebowen authored Sep 6, 2022
1 parent ee2bbfc commit beaa6c3
Show file tree
Hide file tree
Showing 8 changed files with 348 additions and 132 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.18.0] 2022-xx-xx

### Added
- Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021 namespace
- Added durableId attribute to DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet

## [2.17.1] - 2022-06-28

### Removed
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"TargetNamespace": "http://schemas.microsoft.com/office/spreadsheetml/2021/extlinks2021",
"Types": [
{
"Name": "xxl21:CT_ExternalBookAlternateUrls/xxl21:alternateUrls",
"ClassName": "ExternalBookAlternateUrls",
"Summary": "Defines the ExternalBookAlternateUrls Class.",
"CompositeType": "OneSequence",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Attributes": [
{
"QName": ":driveId",
"Type": "StringValue",
"Version": "Microsoft365",
"PropertyComments": "driveId"
},
{
"QName": ":itemId",
"Type": "StringValue",
"Version": "Microsoft365",
"PropertyComments": "itemId"
}
],
"Children": [
{
"Name": "xxl21:CT_AlternateUrl/xxl21:absoluteUrl",
"PropertyName": "AbsoluteUrlAlternateUrl"
},
{
"Name": "xxl21:CT_AlternateUrl/xxl21:relativeUrl",
"PropertyName": "RelativeUrlAlternateUrl"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "xxl21:CT_AlternateUrl/xxl21:absoluteUrl",
"Occurs": [
{
"Max": 1
}
],
"InitialVersion": "Microsoft365"
},
{
"Name": "xxl21:CT_AlternateUrl/xxl21:relativeUrl",
"Occurs": [
{
"Max": 1
}
],
"InitialVersion": "Microsoft365"
}
]
}
},
{
"Name": "xxl21:CT_AlternateUrl/xxl21:absoluteUrl",
"ClassName": "AbsoluteUrlAlternateUrl",
"Summary": "Defines the AbsoluteUrlAlternateUrl Class.",
"BaseClass": "OpenXmlAlternateUrlElement",
"IsDerived": true,
"IsLeafElement": true,
"Version": "Microsoft365"
},
{
"Name": "xxl21:CT_AlternateUrl/xxl21:relativeUrl",
"ClassName": "RelativeUrlAlternateUrl",
"Summary": "Defines the RelativeUrlAlternateUrl Class.",
"BaseClass": "OpenXmlAlternateUrlElement",
"IsDerived": true,
"IsLeafElement": true,
"Version": "Microsoft365"
},
{
"Name": "xxl21:CT_AlternateUrl/",
"ClassName": "OpenXmlAlternateUrlElement",
"Summary": "Defines the OpenXmlAlternateUrlElement Class.",
"BaseClass": "OpenXmlLeafElement",
"IsAbstract": true,
"IsLeafElement": true,
"Version": "Microsoft365",
"Attributes": [
{
"QName": "r:id",
"Type": "StringValue",
"Version": "Microsoft365",
"PropertyComments": "id",
"Validators": [
{
"Name": "RequiredValidator"
}
]
}
]
}
]
}
162 changes: 88 additions & 74 deletions data/schemas/schemas_openxmlformats_org_spreadsheetml_2006_main.json
Original file line number Diff line number Diff line change
Expand Up @@ -16478,77 +16478,6 @@
}
]
},
{
"Name": "x:CT_ExternalSheetNames/x:sheetNames",
"ClassName": "SheetNames",
"Summary": "Supporting Workbook Sheet Names.",
"BaseClass": "OpenXmlCompositeElement",
"Children": [
{
"Name": "x:CT_ExternalSheetName/x:sheetName"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "x:CT_ExternalSheetName/x:sheetName",
"Occurs": [
{
"Min": 1,
"Max": 65534
}
]
}
]
}
},
{
"Name": "x:CT_ExternalDefinedNames/x:definedNames",
"ClassName": "ExternalDefinedNames",
"Summary": "Named Links.",
"BaseClass": "OpenXmlCompositeElement",
"Children": [
{
"Name": "x:CT_ExternalDefinedName/x:definedName"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "x:CT_ExternalDefinedName/x:definedName",
"Occurs": [
{}
]
}
]
}
},
{
"Name": "x:CT_ExternalSheetDataSet/x:sheetDataSet",
"ClassName": "SheetDataSet",
"Summary": "Cached Worksheet Data.",
"BaseClass": "OpenXmlCompositeElement",
"Children": [
{
"Name": "x:CT_ExternalSheetData/x:sheetData"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "x:CT_ExternalSheetData/x:sheetData",
"Occurs": [
{
"Min": 1
}
]
}
]
}
},
{
"Name": "x:CT_ExternalDefinedName/x:definedName",
"ClassName": "ExternalDefinedName",
Expand Down Expand Up @@ -16901,25 +16830,39 @@
}
],
"Children": [
{
"Name": "xxl21:CT_ExternalBookAlternateUrls/xxl21:alternateUrls",
"PropertyName": "ExternalBookAlternateUrls",
"PropertyComments": "Alternate URLs and identifiers of the external book"
},
{
"Name": "x:CT_ExternalSheetNames/x:sheetNames",
"PropertyName": "SheetNames",
"PropertyComments": "Supporting Workbook Sheet Names"
"PropertyComments": "Sheet names of supporting book"
},
{
"Name": "x:CT_ExternalDefinedNames/x:definedNames",
"PropertyName": "ExternalDefinedNames",
"PropertyComments": "Named Links"
"PropertyComments": "Defined names associated with supporting book."
},
{
"Name": "x:CT_ExternalSheetDataSet/x:sheetDataSet",
"PropertyName": "SheetDataSet",
"PropertyComments": "Cached Worksheet Data"
"PropertyComments": "Cached worksheet data associated with supporting book"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "xxl21:CT_ExternalBookAlternateUrls/xxl21:alternateUrls",
"Occurs": [
{
"Max": 1
}
],
"InitialVersion": "Microsoft365"
},
{
"Name": "x:CT_ExternalSheetNames/x:sheetNames",
"Occurs": [
Expand Down Expand Up @@ -25454,6 +25397,77 @@
}
]
}
},
{
"Name": "x:CT_ExternalSheetNames/x:sheetNames",
"ClassName": "SheetNames",
"Summary": "Sheet names of supporting book.",
"BaseClass": "OpenXmlCompositeElement",
"Children": [
{
"Name": "x:CT_ExternalSheetName/x:sheetName"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "x:CT_ExternalSheetName/x:sheetName",
"Occurs": [
{
"Min": 1,
"Max": 65534
}
]
}
]
}
},
{
"Name": "x:CT_ExternalDefinedNames/x:definedNames",
"ClassName": "ExternalDefinedNames",
"Summary": "Defined names associated with supporting book..",
"BaseClass": "OpenXmlCompositeElement",
"Children": [
{
"Name": "x:CT_ExternalDefinedName/x:definedName"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "x:CT_ExternalDefinedName/x:definedName",
"Occurs": [
{}
]
}
]
}
},
{
"Name": "x:CT_ExternalSheetDataSet/x:sheetDataSet",
"ClassName": "SheetDataSet",
"Summary": "Cached worksheet data associated with supporting book.",
"BaseClass": "OpenXmlCompositeElement",
"Children": [
{
"Name": "x:CT_ExternalSheetData/x:sheetData"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "x:CT_ExternalSheetData/x:sheetData",
"Occurs": [
{
"Min": 1
}
]
}
]
}
}
],
"Enums": [
Expand Down
Loading

0 comments on commit beaa6c3

Please sign in to comment.