diff --git a/data/schemas/schemas_openxmlformats_org_drawingml_2006_diagram.json b/data/schemas/schemas_openxmlformats_org_drawingml_2006_diagram.json
index 8dfb0891d..0a1b2869a 100644
--- a/data/schemas/schemas_openxmlformats_org_drawingml_2006_diagram.json
+++ b/data/schemas/schemas_openxmlformats_org_drawingml_2006_diagram.json
@@ -5023,7 +5023,7 @@
},
{
"QName": ":custScaleY",
- "PropertyName": "HightScale",
+ "PropertyName": "HeightScale",
"Type": "Int32Value",
"PropertyComments": "Height Scale"
},
diff --git a/generated/DocumentFormat.OpenXml.Linq/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/Linq.NoNamespace.g.cs b/generated/DocumentFormat.OpenXml.Linq/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/Linq.NoNamespace.g.cs
index 996a136c8..cea8046d6 100644
--- a/generated/DocumentFormat.OpenXml.Linq/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/Linq.NoNamespace.g.cs
+++ b/generated/DocumentFormat.OpenXml.Linq/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/Linq.NoNamespace.g.cs
@@ -4542,7 +4542,7 @@ public static class NoNamespace
/// As an XML attribute, it:
///
/// - is contained in the following XML elements: .
- /// - corresponds to the following strongly-typed properties: PropertySet.HightScale.
+ /// - corresponds to the following strongly-typed properties: PropertySet.HeightScale.
///
///
public static readonly XName custScaleY = "custScaleY";
diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.cs
index 537fefcb0..24e3920d3 100644
--- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.cs
+++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.cs
@@ -6910,7 +6910,7 @@ public Int32Value? WidthScale
/// Height Scale
/// Represents the following attribute in the schema: custScaleY
///
- public Int32Value? HightScale
+ public Int32Value? HeightScale
{
get => GetAttribute();
set => SetAttribute(value);
@@ -7020,7 +7020,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder)
.AddAttribute("custSzX", a => a.FixedWidthOverride)
.AddAttribute("custSzY", a => a.FixedHeightOverride)
.AddAttribute("custScaleX", a => a.WidthScale)
- .AddAttribute("custScaleY", a => a.HightScale)
+ .AddAttribute("custScaleY", a => a.HeightScale)
.AddAttribute("custT", a => a.TextChanged)
.AddAttribute("custLinFactX", a => a.FactorWidth)
.AddAttribute("custLinFactY", a => a.FactorHeight)