1313using System . Collections . Generic ;
1414using System . IO . Packaging ;
1515
16- namespace DocumentFormat . OpenXml . Microsoft365 . Drawing . OEmbed
16+ namespace DocumentFormat . OpenXml . Office . Drawing . Y2021 . OEmbed
1717{
1818 /// <summary>
1919 /// <para>Defines the OEmbedShared Class.</para>
@@ -23,7 +23,7 @@ namespace DocumentFormat.OpenXml.Microsoft365.Drawing.OEmbed
2323 /// <remark>
2424 /// <para>The following table lists the possible child types:</para>
2525 /// <list type="bullet">
26- /// <item><description><see cref="DocumentFormat.OpenXml.Microsoft365 .Drawing.OEmbed.OfficeArtExtensionList" /> <c><aoe:extLst></c></description></item>
26+ /// <item><description><see cref="DocumentFormat.OpenXml.Office .Drawing.Y2021 .OEmbed.OfficeArtExtensionList" /> <c><aoe:extLst></c></description></item>
2727 /// </list>
2828 /// </remark>
2929#pragma warning disable CS0618 // Type or member is obsolete
@@ -99,7 +99,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder)
9999 base . ConfigureMetadata ( builder ) ;
100100 builder . SetSchema ( "aoe:oembedShared" ) ;
101101 builder . Availability = FileFormatVersions . Microsoft365 ;
102- builder . AddChild < DocumentFormat . OpenXml . Microsoft365 . Drawing . OEmbed . OfficeArtExtensionList > ( ) ;
102+ builder . AddChild < DocumentFormat . OpenXml . Office . Drawing . Y2021 . OEmbed . OfficeArtExtensionList > ( ) ;
103103 builder . AddElement < OEmbedShared > ( )
104104. AddAttribute ( "srcUrl" , a => a . SrcUrl , aBuilder =>
105105{
@@ -111,7 +111,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder)
111111} ) ;
112112 builder . Particle = new CompositeParticle . Builder ( ParticleType . Sequence , 1 , 1 )
113113 {
114- new ElementParticle ( typeof ( DocumentFormat . OpenXml . Microsoft365 . Drawing . OEmbed . OfficeArtExtensionList ) , 0 , 1 , version : FileFormatVersions . Microsoft365 )
114+ new ElementParticle ( typeof ( DocumentFormat . OpenXml . Office . Drawing . Y2021 . OEmbed . OfficeArtExtensionList ) , 0 , 1 , version : FileFormatVersions . Microsoft365 )
115115 } ;
116116 }
117117
@@ -122,9 +122,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder)
122122 /// <remark>
123123 /// xmlns:aoe = http://schemas.microsoft.com/office/drawing/2021/oembed
124124 /// </remark>
125- public DocumentFormat . OpenXml . Microsoft365 . Drawing . OEmbed . OfficeArtExtensionList ? OfficeArtExtensionList
125+ public DocumentFormat . OpenXml . Office . Drawing . Y2021 . OEmbed . OfficeArtExtensionList ? OfficeArtExtensionList
126126 {
127- get => GetElement < DocumentFormat . OpenXml . Microsoft365 . Drawing . OEmbed . OfficeArtExtensionList > ( ) ;
127+ get => GetElement < DocumentFormat . OpenXml . Office . Drawing . Y2021 . OEmbed . OfficeArtExtensionList > ( ) ;
128128 set => SetElement ( value ) ;
129129 }
130130
0 commit comments