Skip to content

Commit d628d61

Browse files
committed
fix type
1 parent ae08a6a commit d628d61

File tree

137 files changed

+4331
-4331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+4331
-4331
lines changed

gen/DocumentFormat.OpenXml.Generator.Models/Generators/Elements/DataModelWriterExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private static void WriteTypeDetails(this IndentedTextWriter writer, OpenXmlGene
7777
writer.WriteQName(services, element.Name.Type);
7878
writer.WriteLine(";");
7979

80-
writer.WriteLine("internal static readonly new OpenXmlType ElementType = new(ElementQName, ElementTypeName);");
80+
writer.WriteLine("internal static readonly new OpenXmlSchemaType ElementType = new(ElementQName, ElementTypeName);");
8181
writer.WriteLine("#pragma warning restore CS0109");
8282
}
8383

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_excel.g.cs

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_office.g.cs

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_powerpoint.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public partial class InkAnnotationFlag : OpenXmlLeafElement
2626
#pragma warning disable CS0109
2727
internal static readonly new OpenXmlQualifiedName ElementQName = new("urn:schemas-microsoft-com:office:powerpoint", "iscomment");
2828
internal static readonly new OpenXmlQualifiedName ElementTypeName = new("urn:schemas-microsoft-com:office:powerpoint", "CT_Empty");
29-
internal static readonly new OpenXmlType ElementType = new(ElementQName, ElementTypeName);
29+
internal static readonly new OpenXmlSchemaType ElementType = new(ElementQName, ElementTypeName);
3030
#pragma warning restore CS0109
3131

3232
/// <summary>
@@ -56,7 +56,7 @@ public partial class TextData : OpenXmlLeafElement
5656
#pragma warning disable CS0109
5757
internal static readonly new OpenXmlQualifiedName ElementQName = new("urn:schemas-microsoft-com:office:powerpoint", "textdata");
5858
internal static readonly new OpenXmlQualifiedName ElementTypeName = new("urn:schemas-microsoft-com:office:powerpoint", "CT_Rel");
59-
internal static readonly new OpenXmlType ElementType = new(ElementQName, ElementTypeName);
59+
internal static readonly new OpenXmlSchemaType ElementType = new(ElementQName, ElementTypeName);
6060
#pragma warning restore CS0109
6161

6262
/// <summary>

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_word.g.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public partial class TopBorder : BorderType
2626
#pragma warning disable CS0109
2727
internal static readonly new OpenXmlQualifiedName ElementQName = new("urn:schemas-microsoft-com:office:word", "bordertop");
2828
internal static readonly new OpenXmlQualifiedName ElementTypeName = new("urn:schemas-microsoft-com:office:word", "CT_Border");
29-
internal static readonly new OpenXmlType ElementType = new(ElementQName, ElementTypeName);
29+
internal static readonly new OpenXmlSchemaType ElementType = new(ElementQName, ElementTypeName);
3030
#pragma warning restore CS0109
3131

3232
/// <summary>
@@ -56,7 +56,7 @@ public partial class LeftBorder : BorderType
5656
#pragma warning disable CS0109
5757
internal static readonly new OpenXmlQualifiedName ElementQName = new("urn:schemas-microsoft-com:office:word", "borderleft");
5858
internal static readonly new OpenXmlQualifiedName ElementTypeName = new("urn:schemas-microsoft-com:office:word", "CT_Border");
59-
internal static readonly new OpenXmlType ElementType = new(ElementQName, ElementTypeName);
59+
internal static readonly new OpenXmlSchemaType ElementType = new(ElementQName, ElementTypeName);
6060
#pragma warning restore CS0109
6161

6262
/// <summary>
@@ -86,7 +86,7 @@ public partial class RightBorder : BorderType
8686
#pragma warning disable CS0109
8787
internal static readonly new OpenXmlQualifiedName ElementQName = new("urn:schemas-microsoft-com:office:word", "borderright");
8888
internal static readonly new OpenXmlQualifiedName ElementTypeName = new("urn:schemas-microsoft-com:office:word", "CT_Border");
89-
internal static readonly new OpenXmlType ElementType = new(ElementQName, ElementTypeName);
89+
internal static readonly new OpenXmlSchemaType ElementType = new(ElementQName, ElementTypeName);
9090
#pragma warning restore CS0109
9191

9292
/// <summary>
@@ -116,7 +116,7 @@ public partial class BottomBorder : BorderType
116116
#pragma warning disable CS0109
117117
internal static readonly new OpenXmlQualifiedName ElementQName = new("urn:schemas-microsoft-com:office:word", "borderbottom");
118118
internal static readonly new OpenXmlQualifiedName ElementTypeName = new("urn:schemas-microsoft-com:office:word", "CT_Border");
119-
internal static readonly new OpenXmlType ElementType = new(ElementQName, ElementTypeName);
119+
internal static readonly new OpenXmlSchemaType ElementType = new(ElementQName, ElementTypeName);
120120
#pragma warning restore CS0109
121121

122122
/// <summary>
@@ -146,7 +146,7 @@ public abstract partial class BorderType : OpenXmlLeafElement
146146
#pragma warning disable CS0109
147147
internal static readonly new OpenXmlQualifiedName ElementQName = new(string.Empty, string.Empty);
148148
internal static readonly new OpenXmlQualifiedName ElementTypeName = new("urn:schemas-microsoft-com:office:word", "CT_Border");
149-
internal static readonly new OpenXmlType ElementType = new(ElementQName, ElementTypeName);
149+
internal static readonly new OpenXmlSchemaType ElementType = new(ElementQName, ElementTypeName);
150150
#pragma warning restore CS0109
151151

152152
/// <summary>
@@ -209,7 +209,7 @@ public partial class TextWrap : OpenXmlLeafElement
209209
#pragma warning disable CS0109
210210
internal static readonly new OpenXmlQualifiedName ElementQName = new("urn:schemas-microsoft-com:office:word", "wrap");
211211
internal static readonly new OpenXmlQualifiedName ElementTypeName = new("urn:schemas-microsoft-com:office:word", "CT_Wrap");
212-
internal static readonly new OpenXmlType ElementType = new(ElementQName, ElementTypeName);
212+
internal static readonly new OpenXmlSchemaType ElementType = new(ElementQName, ElementTypeName);
213213
#pragma warning restore CS0109
214214

215215
/// <summary>
@@ -284,7 +284,7 @@ public partial class AnchorLock : OpenXmlLeafElement
284284
#pragma warning disable CS0109
285285
internal static readonly new OpenXmlQualifiedName ElementQName = new("urn:schemas-microsoft-com:office:word", "anchorlock");
286286
internal static readonly new OpenXmlQualifiedName ElementTypeName = new("urn:schemas-microsoft-com:office:word", "CT_AnchorLock");
287-
internal static readonly new OpenXmlType ElementType = new(ElementQName, ElementTypeName);
287+
internal static readonly new OpenXmlSchemaType ElementType = new(ElementQName, ElementTypeName);
288288
#pragma warning restore CS0109
289289

290290
/// <summary>

0 commit comments

Comments
 (0)