-
Notifications
You must be signed in to change notification settings - Fork 575
Microsoft365 schemas update #1097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
81340f7
initial changes for microsoft365 (subscription) features
tomjebo 21e160b
resolved merge conflict
tomjebo 73f45f3
updated publicapi.unshipped.txt
tomjebo 120d5f6
working m365 gen updates
tomjebo d0c1398
merged in latest from upstream main
tomjebo 9241757
some additional microsoft365 mods and testing updates
tomjebo e9209c0
fixed enum value for Microsoft365
tomjebo 3961030
generated linq code
tomjebo 009cc87
merge in latest updates
tomjebo 0c46cfc
resolve merge conflict in generated code
tomjebo b81b2a1
removed launchsettings.json
tomjebo a149fec
duplicate comment word
tomjebo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| // Copyright (c) Microsoft. All rights reserved. | ||
| // Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
|
|
||
| using System.Xml.Linq; | ||
|
|
||
| namespace DocumentFormat.OpenXml.Linq | ||
| { | ||
| /// <summary> | ||
| /// Declares XNamespace and XName fields for the xmlns:aclsh="http://schemas.microsoft.com/office/drawing/2020/classificationShape" namespace. | ||
| /// </summary> | ||
| public static class ACLSH | ||
| { | ||
| /// <summary> | ||
| /// Defines the XML namespace associated with the aclsh prefix. | ||
| /// </summary> | ||
| public static readonly XNamespace aclsh = "http://schemas.microsoft.com/office/drawing/2020/classificationShape"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the aclsh:classification XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="A.ext" />, <see cref="A.graphicData" />.</description></item> | ||
| /// <item><description>has the following XML attributes: <see cref="NoNamespace.classificationOutcomeType" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: ClassificationOutcome.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName classification = aclsh + "classification"; | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,109 @@ | ||
| // Copyright (c) Microsoft. All rights reserved. | ||
| // Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
|
|
||
| using System.Xml.Linq; | ||
|
|
||
| namespace DocumentFormat.OpenXml.Linq | ||
| { | ||
| /// <summary> | ||
| /// Declares XNamespace and XName fields for the xmlns:alf="http://schemas.microsoft.com/office/drawing/2021/livefeed" namespace. | ||
| /// </summary> | ||
| public static class ALF | ||
| { | ||
| /// <summary> | ||
| /// Defines the XML namespace associated with the alf prefix. | ||
| /// </summary> | ||
| public static readonly XNamespace alf = "http://schemas.microsoft.com/office/drawing/2021/livefeed"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the alf:backgroundProps XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="liveFeedProps" />.</description></item> | ||
| /// <item><description>has the following child XML elements: <see cref="Blur" />, <see cref="Custom" />, <see cref="extLst" />, <see cref="Normal" />, <see cref="Removed" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: LiveFeedBackgroundProperties.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName backgroundProps = alf + "backgroundProps"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the alf:Blur XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="backgroundProps" />.</description></item> | ||
| /// <item><description>has the following child XML elements: <see cref="extLst" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: BackgroundBlurProperties.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName Blur = alf + "Blur"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the alf:Custom XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="backgroundProps" />.</description></item> | ||
| /// <item><description>has the following child XML elements: <see cref="extLst" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: BackgroundCustomProperties.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName Custom = alf + "Custom"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the alf:extLst XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="backgroundProps" />, <see cref="Blur" />, <see cref="Custom" />, <see cref="liveFeedProps" />, <see cref="Normal" />, <see cref="Removed" />.</description></item> | ||
| /// <item><description>has the following child XML elements: <see cref="A.ext" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: OfficeArtExtensionList.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName extLst = alf + "extLst"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the alf:liveFeedProps XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="A.ext" />, <see cref="A.graphicData" />.</description></item> | ||
| /// <item><description>has the following child XML elements: <see cref="backgroundProps" />, <see cref="extLst" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: LiveFeedProperties.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName liveFeedProps = alf + "liveFeedProps"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the alf:Normal XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="backgroundProps" />.</description></item> | ||
| /// <item><description>has the following child XML elements: <see cref="extLst" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: BackgroundNormalProperties.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName Normal = alf + "Normal"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the alf:Removed XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="backgroundProps" />.</description></item> | ||
| /// <item><description>has the following child XML elements: <see cref="extLst" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: BackgroundRemovedProperties.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName Removed = alf + "Removed"; | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| // Copyright (c) Microsoft. All rights reserved. | ||
| // Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
|
|
||
| using System.Xml.Linq; | ||
|
|
||
| namespace DocumentFormat.OpenXml.Linq | ||
| { | ||
| /// <summary> | ||
| /// Declares XNamespace and XName fields for the xmlns:aoe="http://schemas.microsoft.com/office/drawing/2021/oembed" namespace. | ||
| /// </summary> | ||
| public static class AOE | ||
| { | ||
| /// <summary> | ||
| /// Defines the XML namespace associated with the aoe prefix. | ||
| /// </summary> | ||
| public static readonly XNamespace aoe = "http://schemas.microsoft.com/office/drawing/2021/oembed"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the aoe:extLst XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="oembedShared" />.</description></item> | ||
| /// <item><description>has the following child XML elements: <see cref="A.ext" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: OfficeArtExtensionList.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName extLst = aoe + "extLst"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the aoe:oembedShared XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="A.ext" />, <see cref="A.graphicData" />.</description></item> | ||
| /// <item><description>has the following child XML elements: <see cref="extLst" />.</description></item> | ||
| /// <item><description>has the following XML attributes: <see cref="NoNamespace.srcUrl" />, <see cref="NoNamespace.type" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: OEmbedShared.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName oembedShared = aoe + "oembedShared"; | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| // Copyright (c) Microsoft. All rights reserved. | ||
| // Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
|
|
||
| using System.Xml.Linq; | ||
|
|
||
| namespace DocumentFormat.OpenXml.Linq | ||
| { | ||
| /// <summary> | ||
| /// Declares XNamespace and XName fields for the xmlns:asl="http://schemas.microsoft.com/office/drawing/2021/scriptlink" namespace. | ||
| /// </summary> | ||
| public static class ASL | ||
| { | ||
| /// <summary> | ||
| /// Defines the XML namespace associated with the asl prefix. | ||
| /// </summary> | ||
| public static readonly XNamespace asl = "http://schemas.microsoft.com/office/drawing/2021/scriptlink"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the asl:extLst XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="scriptLink" />.</description></item> | ||
| /// <item><description>has the following child XML elements: <see cref="A.ext" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: OfficeArtExtensionList.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName extLst = asl + "extLst"; | ||
|
|
||
| /// <summary> | ||
| /// Represents the asl:scriptLink XML element. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// <para>As an XML element, it:</para> | ||
| /// <list type="bullet"> | ||
| /// <item><description>has the following parent XML elements: <see cref="A.ext" />, <see cref="A.graphicData" />.</description></item> | ||
| /// <item><description>has the following child XML elements: <see cref="extLst" />.</description></item> | ||
| /// <item><description>has the following XML attributes: <see cref="NoNamespace.val" />.</description></item> | ||
| /// <item><description>corresponds to the following strongly-typed classes: ScriptLink.</description></item> | ||
| /// </list> | ||
| /// </remarks> | ||
| public static readonly XName scriptLink = asl + "scriptLink"; | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.