Skip to content

Commit 09aa5c3

Browse files
authored
M365 May 2022 Update (#1171)
- Added PowerPointCommentPart relationship to SlidePart (#1137) - This deprecates the relationship between PowerPointCommentPart and PresentationPart, which will be removed in a future version - Removed dogfood Reactions feature
1 parent 04a04ef commit 09aa5c3

File tree

11 files changed

+34
-701
lines changed

11 files changed

+34
-701
lines changed

data/parts/PresentationPart.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@
8282
"Name": "VbaProjectPart",
8383
"HasFixedContent": true
8484
},
85+
{
86+
"MaxOccursGreatThanOne": true,
87+
"ApiName": "commentParts",
88+
"Name": "PowerPointCommentPart",
89+
"HasFixedContent": true
90+
},
8591
{
8692
"ApiName": "authorsPart",
8793
"Name": "PowerPointAuthorsPart",

data/schemas/schemas_microsoft_com_office_comments_2020_reactions.json

Lines changed: 0 additions & 236 deletions
This file was deleted.

data/schemas/schemas_microsoft_com_office_word_2018_wordml_cex.json

Lines changed: 3 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,15 @@
114114
],
115115
"Children": [
116116
{
117-
"Name": "w16cex:CT_CommentExtensibleExtensionList/w16cex:extLst",
118-
"PropertyName": "CommentExtensibleExtensionList",
119-
"PropertyComments": "Future extensions."
117+
"Name": "w16cur:CT_ExtensionList/w16cex:extLst",
118+
"PropertyName": "ExtensionList"
120119
}
121120
],
122121
"Particle": {
123122
"Kind": "Sequence",
124123
"Items": [
125124
{
126-
"Name": "w16cex:CT_CommentExtensibleExtensionList/w16cex:extLst",
125+
"Name": "w16cur:CT_ExtensionList/w16cex:extLst",
127126
"Occurs": [
128127
{
129128
"Max": 1
@@ -157,93 +156,6 @@
157156
}
158157
]
159158
}
160-
},
161-
{
162-
"Name": "w16cex:CT_CommentExtensibleExtension/w16cex:ext",
163-
"ClassName": "CommentExtensibleExtension",
164-
"Summary": "Defines the CommentExtensibleExtension Class.",
165-
"BaseClass": "OpenXmlCompositeElement",
166-
"Version": "Office2021",
167-
"Attributes": [
168-
{
169-
"QName": "w16cex:uri",
170-
"Type": "StringValue",
171-
"Version": "Office2021",
172-
"PropertyComments": "URI",
173-
"Validators": [
174-
{
175-
"Name": "RequiredValidator"
176-
},
177-
{
178-
"Arguments": [
179-
{
180-
"Type": "Version",
181-
"Value": "Office2021"
182-
}
183-
],
184-
"Name": "OfficeVersionValidator"
185-
},
186-
{
187-
"Arguments": [
188-
{
189-
"Type": "Boolean",
190-
"Name": "IsToken",
191-
"Value": "True"
192-
}
193-
],
194-
"Name": "StringValidator",
195-
"IsInitialVersion": true
196-
}
197-
]
198-
}
199-
],
200-
"Children": [
201-
{
202-
"Name": "cr:CT_CommentReactions/cr:reactions",
203-
"PropertyName": "CommentReactions"
204-
}
205-
],
206-
"Particle": {
207-
"Kind": "Choice",
208-
"Items": [
209-
{
210-
"Name": "cr:CT_CommentReactions/cr:reactions",
211-
"InitialVersion": "Microsoft365"
212-
},
213-
{
214-
"Kind": "Any",
215-
"Occurs": [
216-
{
217-
"Max": 1
218-
}
219-
]
220-
}
221-
]
222-
}
223-
},
224-
{
225-
"Name": "w16cex:CT_CommentExtensibleExtensionList/w16cex:extLst",
226-
"ClassName": "CommentExtensibleExtensionList",
227-
"Summary": "Future extensions..",
228-
"BaseClass": "OpenXmlCompositeElement",
229-
"Version": "Office2021",
230-
"Children": [
231-
{
232-
"Name": "w16cex:CT_CommentExtensibleExtension/w16cex:ext"
233-
}
234-
],
235-
"Particle": {
236-
"Kind": "Sequence",
237-
"Items": [
238-
{
239-
"Name": "w16cex:CT_CommentExtensibleExtension/w16cex:ext",
240-
"Occurs": [
241-
{}
242-
],
243-
"InitialVersion": "Office2021"
244-
}
245-
]
246-
}
247159
}
248160
]
249161
}

data/typed/namespaces.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@
7979
"Prefix": "ax",
8080
"Namespace": "DocumentFormat.OpenXml.Office.ActiveX"
8181
},
82-
{
83-
"Prefix": "cr",
84-
"Namespace": "DocumentFormat.OpenXml.Office.Comments.Y2020.Reactions"
85-
},
8682
{
8783
"Prefix": "ct",
8884
"Namespace": "DocumentFormat.OpenXml.Office.ContentType"

0 commit comments

Comments
 (0)