diff --git a/gen/DocumentFormat.OpenXml.Generator.Models/Generators/Elements/DataModelWriterExtensions.cs b/gen/DocumentFormat.OpenXml.Generator.Models/Generators/Elements/DataModelWriterExtensions.cs index 1575ad935..64a214cc8 100644 --- a/gen/DocumentFormat.OpenXml.Generator.Models/Generators/Elements/DataModelWriterExtensions.cs +++ b/gen/DocumentFormat.OpenXml.Generator.Models/Generators/Elements/DataModelWriterExtensions.cs @@ -360,9 +360,13 @@ private static void WriteMetadata(this IndentedTextWriter writer, OpenXmlGenerat { foreach (var child in containingType.KnownChildren) { - writer.Write("builder.AddChild<"); - writer.Write(services.FindClassName(child)); - writer.WriteLine(">();"); + var className = services.FindClassName(child); + + writer.Write("builder.AddChild("); + writer.Write(className); + writer.Write(".ElementType, static () => new "); + writer.Write(className); + writer.WriteLine("());"); } } diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_excel.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_excel.g.cs index 1936584c6..5931ba94b 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_excel.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_excel.g.cs @@ -147,73 +147,73 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.Checked()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.Locked()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.LockText()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.Visible()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.Colored()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject()); builder.AddElement() .AddAttribute("ObjectType", a => a.ObjectType, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_office.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_office.g.cs index 7180e0774..018a2ee59 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_office.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_office.g.cs @@ -194,17 +194,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ColorMenu.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ColorMenu()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); builder.AddElement() .AddAttribute("v:ext", a => a.Extension) .AddAttribute("spidmax", a => a.MaxShapeId) @@ -448,9 +448,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ShapeIdMap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.RegroupTable.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.RegroupTable()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Rules.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Rules()); builder.AddElement() .AddAttribute("v:ext", a => a.Extension); builder.Particle = new CompositeParticle.Builder(ParticleType.All, 1, 1) @@ -907,7 +907,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.RelationTable.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.RelationTable()); builder.AddElement() .AddAttribute("v:ext", a => a.Extension) .AddAttribute("dgmstyle", a => a.Style) @@ -1905,9 +1905,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.LinkType.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.LinkType()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.LockedField.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.LockedField()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.FieldCodes.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.FieldCodes()); builder.AddElement() .AddAttribute("Type", a => a.Type) .AddAttribute("ProgID", a => a.ProgId) @@ -2733,7 +2733,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Entry.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Entry()); builder.AddElement() .AddAttribute("v:ext", a => a.Extension); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -2813,7 +2813,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Rule.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Rule()); builder.AddElement() .AddAttribute("v:ext", a => a.Extension); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -2973,7 +2973,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Proxy.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Proxy()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -3062,7 +3062,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Relation.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Relation()); builder.AddElement() .AddAttribute("v:ext", a => a.Extension); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_vml.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_vml.g.cs index 773538c39..974b3c99d 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_vml.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_vml.g.cs @@ -285,7 +285,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formula.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formula()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Vml.Formula.ElementType, 0, 128) @@ -350,7 +350,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandle.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandle()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Vml.ShapeHandle.ElementType, 0, 4) @@ -693,7 +693,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("type", a => a.Type) @@ -1104,11 +1104,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.LeftStroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.LeftStroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.TopStroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.TopStroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.RightStroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.RightStroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.BottomStroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.BottomStroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ColumnStroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ColumnStroke()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("on", a => a.On) @@ -1472,7 +1472,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.TextBoxContent()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("style", a => a.Style) @@ -2619,31 +2619,31 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Ink.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Ink()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.TextData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formulas.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formulas()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandles.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandles()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Path.ElementType, static () => new DocumentFormat.OpenXml.Vml.Path()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("style", a => a.Style) @@ -3469,30 +3469,30 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Complex.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Complex()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.TextData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formulas.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formulas()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandles.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandles()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Path.ElementType, static () => new DocumentFormat.OpenXml.Vml.Path()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("style", a => a.Style) @@ -4069,23 +4069,23 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Diagram.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Diagram()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Arc.ElementType, static () => new DocumentFormat.OpenXml.Vml.Arc()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Curve.ElementType, static () => new DocumentFormat.OpenXml.Vml.Curve()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Group.ElementType, static () => new DocumentFormat.OpenXml.Vml.Group()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageFile.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageFile()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Line.ElementType, static () => new DocumentFormat.OpenXml.Vml.Line()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Oval.ElementType, static () => new DocumentFormat.OpenXml.Vml.Oval()); + builder.AddChild(DocumentFormat.OpenXml.Vml.PolyLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.PolyLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Rectangle.ElementType, static () => new DocumentFormat.OpenXml.Vml.Rectangle()); + builder.AddChild(DocumentFormat.OpenXml.Vml.RoundRectangle.ElementType, static () => new DocumentFormat.OpenXml.Vml.RoundRectangle()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shape.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shapetype.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shapetype()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("style", a => a.Style) @@ -4287,7 +4287,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -5034,29 +5034,29 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.TextData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formulas.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formulas()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandles.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandles()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Path.ElementType, static () => new DocumentFormat.OpenXml.Vml.Path()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("o:spid", a => a.OptionalString) .AddAttribute("o:oned", a => a.Oned) @@ -5902,29 +5902,29 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.TextData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formulas.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formulas()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandles.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandles()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Path.ElementType, static () => new DocumentFormat.OpenXml.Vml.Path()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("style", a => a.Style) @@ -6818,29 +6818,29 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.TextData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formulas.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formulas()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandles.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandles()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Path.ElementType, static () => new DocumentFormat.OpenXml.Vml.Path()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("style", a => a.Style) @@ -7669,29 +7669,29 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.TextData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formulas.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formulas()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandles.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandles()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Path.ElementType, static () => new DocumentFormat.OpenXml.Vml.Path()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("style", a => a.Style) @@ -8491,29 +8491,29 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.TextData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formulas.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formulas()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandles.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandles()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Path.ElementType, static () => new DocumentFormat.OpenXml.Vml.Path()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("style", a => a.Style) @@ -9324,30 +9324,30 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Ink.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Ink()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.TextData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formulas.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formulas()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandles.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandles()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Path.ElementType, static () => new DocumentFormat.OpenXml.Vml.Path()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("style", a => a.Style) @@ -10148,29 +10148,29 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.TextData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formulas.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formulas()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandles.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandles()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Path.ElementType, static () => new DocumentFormat.OpenXml.Vml.Path()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("style", a => a.Style) @@ -10970,29 +10970,29 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.TextData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formulas.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formulas()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandles.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandles()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Path.ElementType, static () => new DocumentFormat.OpenXml.Vml.Path()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("id", a => a.Id) .AddAttribute("style", a => a.Style) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_ink_2010_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_ink_2010_main.g.cs index b32b90379..822fc7315 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_ink_2010_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_ink_2010_main.g.cs @@ -282,9 +282,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Ink.SourceLink.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Ink.SourceLink()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Ink.DestinationLink()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_01_customui.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_01_customui.g.cs index f02c99caf..54287dba3 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_01_customui.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_01_customui.g.cs @@ -1734,8 +1734,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Item.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Item()); builder.AddElement() .AddAttribute("description", a => a.Description, aBuilder => { @@ -2737,9 +2737,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.VisibleButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton()); builder.AddElement() .AddAttribute("enabled", a => a.Enabled) .AddAttribute("getEnabled", a => a.GetEnabled, aBuilder => @@ -3176,15 +3176,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton()); builder.AddElement() .AddAttribute("itemSize", a => a.ItemSize) .AddAttribute("description", a => a.Description, aBuilder => @@ -3994,9 +3994,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.VisibleButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton()); builder.AddElement() .AddAttribute("enabled", a => a.Enabled) .AddAttribute("getEnabled", a => a.GetEnabled, aBuilder => @@ -4433,15 +4433,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -7161,7 +7161,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Item.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Item()); builder.AddElement() .AddAttribute("showItemImage", a => a.ShowItemImage) .AddAttribute("getItemCount", a => a.GetItemCount, aBuilder => @@ -7759,8 +7759,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Item.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Item()); builder.AddElement() .AddAttribute("onAction", a => a.OnAction, aBuilder => { @@ -8469,8 +8469,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Item.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Item()); builder.AddElement() .AddAttribute("size", a => a.Size) .AddAttribute("getSize", a => a.GetSize, aBuilder => @@ -9050,15 +9050,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton()); builder.AddElement() .AddAttribute("size", a => a.Size) .AddAttribute("getSize", a => a.GetSize, aBuilder => @@ -9921,9 +9921,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.VisibleButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton()); builder.AddElement() .AddAttribute("size", a => a.Size) .AddAttribute("getSize", a => a.GetSize, aBuilder => @@ -10163,20 +10163,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Box.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Box()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Button.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Button()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.ComboBox()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.ControlClone()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.DropDown.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.DropDown()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.EditBox.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.EditBox()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Gallery.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Gallery()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.TextLabel()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Menu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Menu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.SplitButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.ToggleButton()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -10374,13 +10374,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -10522,15 +10522,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton()); builder.AddElement() .AddAttribute("title", a => a.Title, aBuilder => { @@ -10649,8 +10649,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Ribbon()); builder.AddElement() .AddAttribute("onLoad", a => a.OnLoad, aBuilder => { @@ -11848,7 +11848,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, 1, 1) @@ -12151,22 +12151,22 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Box.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Box()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Button.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Button()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.ComboBox()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.ControlClone()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.DropDown.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.DropDown()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.EditBox.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.EditBox()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Gallery.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Gallery()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.TextLabel()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Menu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Menu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.SplitButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.ToggleButton()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -12919,9 +12919,9 @@ protected QatItemsType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator()); } } @@ -13119,7 +13119,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Group.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Group()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -13271,7 +13271,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Tab.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Tab()); builder.AddElement() .AddAttribute("idMso", a => a.IdMso, aBuilder => { @@ -13439,15 +13439,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 0, 1000) @@ -13536,8 +13536,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.ElementType, 0, 1), @@ -13629,7 +13629,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Tab.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Tab()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.CustomUI.Tab.ElementType, 1, 100) @@ -13694,7 +13694,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ElementType, 1, 100) @@ -13759,7 +13759,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.ElementType, 1, 5000) @@ -13837,10 +13837,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomUI.Tabs.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomUI.Tabs()); builder.AddElement() .AddAttribute("startFromScratch", a => a.StartFromScratch); builder.Particle = new CompositeParticle.Builder(ParticleType.All, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_activeX.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_activeX.g.cs index 42001b98b..dd87f1747 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_activeX.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_activeX.g.cs @@ -122,7 +122,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ElementType, static () => new DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty()); builder.AddElement() .AddAttribute("ax:classid", a => a.ActiveXControlClassId, aBuilder => { @@ -225,8 +225,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.ElementType, static () => new DocumentFormat.OpenXml.Office.ActiveX.SharedComFont()); + builder.AddChild(DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.ElementType, static () => new DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture()); builder.AddElement() .AddAttribute("ax:name", a => a.Name, aBuilder => { @@ -353,7 +353,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ElementType, static () => new DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty()); builder.AddElement() .AddAttribute("ax:persistence", a => a.Persistence) .AddAttribute("r:id", a => a.Id); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_coverPageProps.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_coverPageProps.g.cs index 258a51bce..1145e662b 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_coverPageProps.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_coverPageProps.g.cs @@ -75,12 +75,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.ElementType, static () => new DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate()); + builder.AddChild(DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.ElementType, static () => new DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract()); + builder.AddChild(DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.ElementType, static () => new DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress()); + builder.AddChild(DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.ElementType, static () => new DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber()); + builder.AddChild(DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.ElementType, static () => new DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber()); + builder.AddChild(DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.ElementType, static () => new DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.ElementType, 1, 1), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_customDocumentInformationPanel.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_customDocumentInformationPanel.g.cs index 8faf87969..1356b6f19 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_customDocumentInformationPanel.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_customDocumentInformationPanel.g.cs @@ -72,9 +72,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ElementType, 1, 1), @@ -343,8 +343,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.ElementType, 1, 1), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_customXsn.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_customXsn.g.cs index 3997bd769..2d643054c 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_customXsn.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_customXsn.g.cs @@ -73,10 +73,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomXsn.CachedView.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomXsn.CachedView()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault()); + builder.AddChild(DocumentFormat.OpenXml.Office.CustomXsn.Scope.ElementType, static () => new DocumentFormat.OpenXml.Office.CustomXsn.Scope()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.ElementType, 1, 1), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_longProperties.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_longProperties.g.cs index 2854d6570..2295bef31 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_longProperties.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_longProperties.g.cs @@ -70,7 +70,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.LongProperties.LongProperty.ElementType, static () => new DocumentFormat.OpenXml.Office.LongProperties.LongProperty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.LongProperties.LongProperty.ElementType, 0, 0) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2009_07_customui.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2009_07_customui.g.cs index 3944e046e..2de2a9ca2 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2009_07_customui.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2009_07_customui.g.cs @@ -1752,8 +1752,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Item.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Item()); builder.AddElement() .AddAttribute("description", a => a.Description, aBuilder => { @@ -2773,9 +2773,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton()); builder.AddElement() .AddAttribute("enabled", a => a.Enabled) .AddAttribute("getEnabled", a => a.GetEnabled, aBuilder => @@ -3213,15 +3213,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular()); builder.AddElement() .AddAttribute("itemSize", a => a.ItemSize) .AddAttribute("description", a => a.Description, aBuilder => @@ -4033,9 +4033,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton()); builder.AddElement() .AddAttribute("enabled", a => a.Enabled) .AddAttribute("getEnabled", a => a.GetEnabled, aBuilder => @@ -4473,15 +4473,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -7340,7 +7340,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Item.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Item()); builder.AddElement() .AddAttribute("showItemImage", a => a.ShowItemImage) .AddAttribute("getItemCount", a => a.GetItemCount, aBuilder => @@ -7939,8 +7939,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Item.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Item()); builder.AddElement() .AddAttribute("onAction", a => a.OnAction, aBuilder => { @@ -8660,8 +8660,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Item.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Item()); builder.AddElement() .AddAttribute("size", a => a.Size) .AddAttribute("getSize", a => a.GetSize, aBuilder => @@ -9243,15 +9243,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular()); builder.AddElement() .AddAttribute("size", a => a.Size) .AddAttribute("getSize", a => a.GetSize, aBuilder => @@ -10116,9 +10116,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton()); builder.AddElement() .AddAttribute("size", a => a.Size) .AddAttribute("getSize", a => a.GetSize, aBuilder => @@ -10369,20 +10369,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Box.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Box()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Button.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Button()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.EditBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Gallery()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Menu()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -10596,14 +10596,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Separator.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Separator()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -11386,7 +11386,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup()); builder.AddElement() .AddAttribute("description", a => a.Description, aBuilder => { @@ -12913,7 +12913,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -13240,7 +13240,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -13557,7 +13557,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -14285,17 +14285,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -14469,17 +14469,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -14953,9 +14953,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -15260,7 +15260,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -15424,15 +15424,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular()); builder.AddElement() .AddAttribute("title", a => a.Title, aBuilder => { @@ -15554,10 +15554,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Backstage()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Commands.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Commands()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon()); builder.AddElement() .AddAttribute("onLoad", a => a.OnLoad, aBuilder => { @@ -16835,7 +16835,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, 1, 1, version: FileFormatVersions.Office2010) @@ -17159,22 +17159,22 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Box.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Box()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Button.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Button()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.EditBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Gallery()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Menu()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Separator.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Separator()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -17933,9 +17933,9 @@ protected QatItemsType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Separator.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Separator()); } } @@ -18134,7 +18134,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Group.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Group()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -18287,7 +18287,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Tab.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Tab()); builder.AddElement() .AddAttribute("idMso", a => a.IdMso, aBuilder => { @@ -18450,8 +18450,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.ElementType, 0, 1, version: FileFormatVersions.Office2010), @@ -18544,7 +18544,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Tab.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Tab()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.CustomUI.Tab.ElementType, 1, 100, version: FileFormatVersions.Office2010) @@ -18610,7 +18610,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.TabSet()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.ElementType, 1, 100, version: FileFormatVersions.Office2010) @@ -18694,15 +18694,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular()); builder.AddElement() .AddAttribute("idMso", a => a.IdMso, aBuilder => { @@ -19406,7 +19406,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup()); builder.AddElement() .AddAttribute("screentip", a => a.Screentip, aBuilder => { @@ -19608,10 +19608,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -19712,8 +19712,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ElementType, 0, 1, version: FileFormatVersions.Office2010), @@ -19996,17 +19996,17 @@ protected GroupControlsType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup()); } } @@ -20185,7 +20185,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -20762,7 +20762,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -21084,7 +21084,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -21359,7 +21359,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -21471,9 +21471,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 0, 1) @@ -21554,8 +21554,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 0, 1000) { new CompositeParticle.Builder(ParticleType.Group, 1, 1, version: FileFormatVersions.Office2010) @@ -21859,8 +21859,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -22359,7 +22359,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Command.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Command()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.CustomUI.Command.ElementType, 1, 5000, version: FileFormatVersions.Office2010) @@ -22437,9 +22437,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.Tabs()); builder.AddElement() .AddAttribute("startFromScratch", a => a.StartFromScratch); builder.Particle = new CompositeParticle.Builder(ParticleType.All, 1, 1) @@ -22569,8 +22569,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab()); builder.AddElement() .AddAttribute("onShow", a => a.OnShow, aBuilder => { @@ -22649,7 +22649,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ElementType, static () => new DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ElementType, 1, 1000, version: FileFormatVersions.Office2010) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2020_mipLabelMetadata.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2020_mipLabelMetadata.g.cs index 325a3b5a0..2fb9b338d 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2020_mipLabelMetadata.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2020_mipLabelMetadata.g.cs @@ -72,8 +72,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.ElementType, static () => new DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.ElementType, 0, 0, version: FileFormatVersions.Office2021), @@ -393,7 +393,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtension.ElementType, static () => new DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtension.ElementType, 0, 0, version: FileFormatVersions.Office2021) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2007_8_2_chart.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2007_8_2_chart.g.cs index 0e1e4878b..053da302f 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2007_8_2_chart.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2007_8_2_chart.g.cs @@ -76,11 +76,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.ElementType, 0, 1, version: FileFormatVersions.Office2010), @@ -216,8 +216,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.ElementType, 0, 1, version: FileFormatVersions.Office2010), @@ -310,7 +310,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ElementType, 1, 1, version: FileFormatVersions.Office2010) @@ -460,21 +460,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2008_diagram.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2008_diagram.g.cs index 0431b17d2..5b245aca2 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2008_diagram.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2008_diagram.g.cs @@ -72,7 +72,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.ShapeTree()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ElementType, 1, 1, version: FileFormatVersions.Office2010) @@ -291,9 +291,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -423,8 +423,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeLocks()); builder.AddElement() .AddAttribute("txBox", a => a.TextBox); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -520,8 +520,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.ElementType, 1, 1, version: FileFormatVersions.Office2010), @@ -638,21 +638,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -771,10 +771,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FontReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FontReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, 1, 1), @@ -897,9 +897,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BodyProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ListStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ListStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Paragraph()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, 1, 1), @@ -1024,8 +1024,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) @@ -1122,7 +1122,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -1195,8 +1195,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupShapeLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, 0, 1), @@ -1290,8 +1290,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.ElementType, 1, 1, version: FileFormatVersions.Office2010), @@ -1404,17 +1404,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TransformGroup.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TransformGroup()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -1535,12 +1535,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.ShapeStyle()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.TextBody.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.TextBody()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.Transform2D()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties()); builder.AddElement() .AddAttribute("modelId", a => a.ModelId, aBuilder => { @@ -1853,11 +1853,11 @@ protected GroupShapeType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.GroupShape.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.GroupShape()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.Shape.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.Shape()); } /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_chartDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_chartDrawing.g.cs index 9ec35909d..e56e5379a 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_chartDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_chartDrawing.g.cs @@ -99,10 +99,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties()); builder.AddElement() .AddAttribute("r:id", a => a.RelationshipId, aBuilder => { @@ -284,9 +284,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -416,8 +416,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks()); builder.AddElement() .AddAttribute("isComment", a => a.IsComment); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -513,8 +513,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, 1, 1, version: FileFormatVersions.Office2010), @@ -692,8 +692,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) @@ -790,7 +790,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_diagram.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_diagram.g.cs index 62e7b24ed..9b2f0b0df 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_diagram.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_diagram.g.cs @@ -124,9 +124,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_main.g.cs index c1cf3bbf6..0a7040cb1 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_main.g.cs @@ -243,9 +243,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Transform2D()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -409,12 +409,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -620,18 +620,18 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomDash.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomDash()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HeadEnd.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HeadEnd()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TailEnd.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TailEnd()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineJoinBevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineJoinBevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Miter.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Miter()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Round.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Round()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetDash.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetDash()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.AddElement() .AddAttribute("w", a => a.Width, aBuilder => { @@ -744,8 +744,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -847,10 +847,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Backdrop.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Backdrop()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Camera.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Camera()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LightRig.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LightRig()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Camera.ElementType, 1, 1), @@ -1015,11 +1015,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BevelTop.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BevelTop()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BevelBottom.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BevelBottom()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtrusionColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtrusionColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ContourColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ContourColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("z", a => a.Z, aBuilder => { @@ -1171,7 +1171,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ElementType, 1, 1, version: FileFormatVersions.Office2010) @@ -1324,7 +1324,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -1496,7 +1496,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("noGrp", a => a.NoGrouping) .AddAttribute("noSelect", a => a.NoSelection) @@ -3117,8 +3117,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark()); builder.AddElement() .AddAttribute("t", a => a.MarqueeTop, aBuilder => { @@ -3440,33 +3440,33 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Saturation.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Saturation()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge()); builder.AddElement() .AddAttribute("visible", a => a.Visible); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) @@ -3924,7 +3924,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect()); builder.AddElement() .AddAttribute("r:embed", a => a.Embed); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -4044,9 +4044,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -4176,8 +4176,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks()); builder.AddElement() .AddAttribute("isComment", a => a.IsComment); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -4273,8 +4273,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.ElementType, 1, 1, version: FileFormatVersions.Office2010), @@ -4398,8 +4398,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_picture.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_picture.g.cs index 3cadd359f..ea40f5cea 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_picture.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_picture.g.cs @@ -75,10 +75,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FontReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FontReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, 1, 1), @@ -199,7 +199,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_slicer.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_slicer.g.cs index 86108f2d9..ee0488213 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_slicer.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_slicer.g.cs @@ -82,7 +82,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -166,7 +166,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chart.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chart.g.cs index 4e873728e..1930955f7 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chart.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chart.g.cs @@ -75,9 +75,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.FormatId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.FormatId()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PivotTableName()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.ElementType, 1, 1), @@ -265,21 +265,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -396,8 +396,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ManualLayout()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ElementType, 0, 1), @@ -490,7 +490,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -569,7 +569,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -648,7 +648,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -727,7 +727,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -806,7 +806,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -885,7 +885,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -964,7 +964,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -1043,7 +1043,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -1122,7 +1122,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -1201,7 +1201,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -1280,7 +1280,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -1359,7 +1359,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -1438,7 +1438,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ElementType, 1, 1, version: FileFormatVersions.Office2013) @@ -1518,8 +1518,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.ElementType, 1, 1, version: FileFormatVersions.Office2013), @@ -1612,7 +1612,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -1678,7 +1678,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.ElementType, 0, 0, version: FileFormatVersions.Office2013) @@ -1970,9 +1970,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RichText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RichText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringLiteral()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 1, 1) @@ -2082,7 +2082,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, 0, 1) @@ -2297,11 +2297,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringLiteral()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 1, 1) @@ -2452,20 +2452,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBars()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Trendline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Trendline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -2641,20 +2641,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Smooth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Smooth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBars()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Marker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Marker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Trendline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Trendline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -2831,19 +2831,19 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.XValues.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.XValues()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Smooth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Smooth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBars()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Marker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Marker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.YValues.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.YValues()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Trendline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Trendline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -3003,18 +3003,18 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBars()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Trendline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Trendline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -3172,17 +3172,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Explosion.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Explosion()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -3358,21 +3358,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.XValues.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.XValues()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Bubble3D()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBars()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.YValues.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.YValues()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BubbleSize()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Trendline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Trendline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -3548,17 +3548,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Marker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Marker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -3728,15 +3728,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Bubble3D()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -4075,9 +4075,9 @@ protected StringDataType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PointCount()); } /// @@ -4198,10 +4198,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Size.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Size()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Symbol.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Symbol()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Symbol.ElementType, 0, 1), @@ -4337,22 +4337,22 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Delete.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Delete()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowValue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowValue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowPercent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Layout()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Separator.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Separator()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, 1, 1), @@ -4467,13 +4467,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.ElementType, 1, 1, version: FileFormatVersions.Office2013), @@ -4638,9 +4638,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.ElementType, 1, 1, version: FileFormatVersions.Office2013), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chartStyle.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chartStyle.g.cs index 663cd7a7c..40240c7b8 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chartStyle.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chartStyle.g.cs @@ -99,14 +99,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation()); builder.AddElement() .AddAttribute("meth", a => a.Method, aBuilder => { @@ -268,38 +268,38 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall()); builder.AddElement() .AddAttribute("id", a => a.Id); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -872,34 +872,34 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Complement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Complement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gray.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gray()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InverseGamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InverseGamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Inverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Inverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Saturation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Saturation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Luminance.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Luminance()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Red.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Red()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Green.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Green()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shade.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shade()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Alpha.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Alpha()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueModulation()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 0) @@ -998,7 +998,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -1107,34 +1107,34 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Complement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Complement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gray.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gray()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InverseGamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InverseGamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Inverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Inverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Saturation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Saturation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Luminance.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Luminance()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Red.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Red()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Green.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Green()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shade.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shade()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Alpha.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Alpha()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueModulation()); builder.AddElement() .AddAttribute("val", a => a.Val, aBuilder => { @@ -1516,13 +1516,13 @@ public ListValue? Modifiers internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor()); builder.AddElement() .AddAttribute("idx", a => a.Index, aBuilder => { @@ -1658,13 +1658,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor()); builder.AddElement() .AddAttribute("idx", a => a.Index, aBuilder => { @@ -1773,21 +1773,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -2114,28 +2114,28 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RightToLeft.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RightToLeft()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Highlight.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Highlight()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Underline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Underline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LatinFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LatinFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EastAsianFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EastAsianFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ComplexScriptFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ComplexScriptFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SymbolFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SymbolFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.UnderlineFillText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.UnderlineFillText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.UnderlineFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.UnderlineFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.UnderlineFollowsText()); builder.AddElement() .AddAttribute("kumimoji", a => a.Kumimoji) .AddAttribute("lang", a => a.Language) @@ -2494,14 +2494,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FlatText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FlatText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetTextWarp.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetTextWarp()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoAutoFit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NormalAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NormalAutoFit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeAutoFit()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("spcFirstLastPara", a => a.UseParagraphSpacing) @@ -5962,15 +5962,15 @@ public ListValue? Modifiers internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale()); builder.AddElement() .AddAttribute("mods", a => a.Modifiers); } diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_timeslicer.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_timeslicer.g.cs index 5e84b1472..372ba9f6d 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_timeslicer.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_timeslicer.g.cs @@ -82,7 +82,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -166,7 +166,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2013_main_command.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2013_main_command.g.cs index 944bb9238..9c9e01855 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2013_main_command.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2013_main_command.g.cs @@ -522,8 +522,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) @@ -1297,16 +1297,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker()); builder.AddElement() .AddAttribute("verId", a => a.VerId) .AddAttribute("preventRegroup", a => a.PreventRegroup) @@ -2920,23 +2920,23 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AutoNumberedBullet()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PictureBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PictureBullet()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletColorText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletColorText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletSizeText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletSizeText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletSizePercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletSizePercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletSizePoints.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletSizePoints()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletFontText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletFontText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.DefaultRunProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.DefaultRunProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CharacterBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CharacterBullet()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoBullet()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineSpacing.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineSpacing()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SpaceBefore.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SpaceBefore()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SpaceAfter.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SpaceAfter()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TabStopList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TabStopList()); builder.AddElement() .AddAttribute("marL", a => a.LeftMargin, aBuilder => { @@ -3308,14 +3308,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FlatText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FlatText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetTextWarp.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetTextWarp()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoAutoFit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NormalAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NormalAutoFit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeAutoFit()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("spcFirstLastPara", a => a.UseParagraphSpacing) @@ -3701,21 +3701,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -4733,15 +4733,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -5188,12 +5188,12 @@ public UInt32Value? Index internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("idx", a => a.Index, aBuilder => { @@ -5350,12 +5350,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("idx", a => a.Index, aBuilder => { @@ -5519,10 +5519,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -5756,10 +5756,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blip.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blip()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SourceRectangle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SourceRectangle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Stretch.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Stretch()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tile.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tile()); builder.AddElement() .AddAttribute("dpi", a => a.Dpi) .AddAttribute("rotWithShape", a => a.RotateWithShape); @@ -5999,10 +5999,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.RotWithShapeEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.RotWithShapeEmpty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -6252,17 +6252,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TransformGroup.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TransformGroup()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -6373,12 +6373,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -6579,9 +6579,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -6701,8 +6701,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupShapeLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, 0, 1), @@ -7111,8 +7111,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection()); builder.AddElement() .AddAttribute("noGrp", a => a.NoGrp) .AddAttribute("noSelect", a => a.NoSelect) @@ -7227,18 +7227,18 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeShapeTypeEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeShapeTypeEmpty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -7703,7 +7703,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty.ElementType, 0, 1, version: FileFormatVersions.Office2016) @@ -7984,18 +7984,18 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomDash.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomDash()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HeadEnd.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HeadEnd()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TailEnd.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TailEnd()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineJoinBevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineJoinBevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Miter.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Miter()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Round.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Round()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetDash.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetDash()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.AddElement() .AddAttribute("w", a => a.Width, aBuilder => { @@ -8458,7 +8458,7 @@ public StringValue? SndName internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData()); builder.AddElement() .AddAttribute("source", a => a.Source) .AddAttribute("action", a => a.Action) @@ -8539,8 +8539,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -8634,8 +8634,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverEmpty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty.ElementType, 0, 1, version: FileFormatVersions.Office2016), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart.g.cs index e09753221..9d59219b2 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart.g.cs @@ -97,21 +97,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -376,10 +376,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Size.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Size()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Symbol.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Symbol()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Symbol.ElementType, 0, 1), @@ -515,22 +515,22 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Delete.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Delete()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowValue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowValue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowPercent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Layout()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Separator.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Separator()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, 1, 1), @@ -639,7 +639,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ElementType, 1, 0, version: FileFormatVersions.Office2016) @@ -705,7 +705,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.ElementType, 0, 1, version: FileFormatVersions.Office2016) @@ -784,7 +784,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -959,13 +959,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, 1, 1, version: FileFormatVersions.Office2016), @@ -1131,10 +1131,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumericPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PointCount()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.FormatCode.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.FormatCode()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.FormatCode.ElementType, 0, 1), @@ -1229,7 +1229,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.ElementType, 1, 1, version: FileFormatVersions.Office2016) @@ -1310,9 +1310,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PointCount()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, 0, 1), @@ -1393,7 +1393,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.ElementType, 1, 1, version: FileFormatVersions.Office2016) @@ -1474,9 +1474,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Level.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Level()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PointCount()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, 0, 1), @@ -1557,7 +1557,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.ElementType, 1, 1, version: FileFormatVersions.Office2016) @@ -1771,8 +1771,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.ElementType, 1, 1, version: FileFormatVersions.Office2016), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart_ac.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart_ac.g.cs index 38976b630..c81c71e4e 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart_ac.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart_ac.g.cs @@ -74,9 +74,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Level.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Level()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PointCount()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, 0, 1), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chartex.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chartex.g.cs index 3fdb2989a..6c9999dd6 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chartex.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chartex.g.cs @@ -80,14 +80,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormatOverrides.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormatOverrides()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ElementType, 1, 1, version: FileFormatVersions.Office2016), @@ -709,12 +709,12 @@ protected OpenXmlSolidColorFillPropertiesElement(string outerXml) : base(outerXm internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); } /// @@ -1069,7 +1069,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue()); builder.AddElement() .AddAttribute("ptCount", a => a.PtCount, aBuilder => { @@ -1230,7 +1230,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue()); builder.AddElement() .AddAttribute("ptCount", a => a.PtCount, aBuilder => { @@ -1315,9 +1315,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NfFormula.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NfFormula()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel()); builder.AddElement() .AddAttribute("type", a => a.Type, aBuilder => { @@ -1406,9 +1406,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NfFormula.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NfFormula()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel()); builder.AddElement() .AddAttribute("type", a => a.Type, aBuilder => { @@ -1485,7 +1485,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -1629,9 +1629,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -2104,8 +2104,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) { new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -2314,9 +2314,9 @@ protected TextBodyType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BodyProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ListStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ListStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Paragraph()); } /// @@ -2402,8 +2402,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 1, 1) @@ -2523,21 +2523,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -2656,10 +2656,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -2937,10 +2937,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -3072,8 +3072,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); builder.AddElement() .AddAttribute("unit", a => a.Unit); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -3301,8 +3301,8 @@ protected OpenXmlGridlinesElement(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); } /// @@ -3525,7 +3525,7 @@ public EnumValue(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); builder.AddElement() .AddAttribute("type", a => a.Type); } @@ -3599,7 +3599,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, 0, 1, version: FileFormatVersions.Office2016) @@ -3929,7 +3929,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Address.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Address()); builder.AddElement() .AddAttribute("latitude", a => a.Latitude) .AddAttribute("longitude", a => a.Longitude) @@ -4109,7 +4109,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocation.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocation()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocation.ElementType, 0, 1, version: FileFormatVersions.Office2016) @@ -4189,8 +4189,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQuery.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQuery()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocations.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocations()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQuery.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -4357,7 +4357,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoPolygon.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoPolygon()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoPolygon.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -4423,7 +4423,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CopyrightXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CopyrightXsdstring()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CopyrightXsdstring.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -4610,8 +4610,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Copyrights.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Copyrights()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoPolygons.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoPolygons()); builder.AddElement() .AddAttribute("entityName", a => a.EntityName, aBuilder => { @@ -4730,8 +4730,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoData.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoData()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQuery.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQuery()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQuery.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -4959,8 +4959,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointQuery.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointQuery()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQuery.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQuery()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointQuery.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -5098,7 +5098,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EntityType.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EntityType()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EntityType.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -5248,7 +5248,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildTypes.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildTypes()); builder.AddElement() .AddAttribute("entityId", a => a.EntityId, aBuilder => { @@ -5332,7 +5332,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoHierarchyEntity.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoHierarchyEntity()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoHierarchyEntity.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -5399,8 +5399,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntities.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntities()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQuery.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQuery()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQuery.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -5647,9 +5647,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoEntity.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoEntity()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQuery.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQuery()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntity.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntity()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQuery.ElementType, 1, 1, version: FileFormatVersions.Office2016), @@ -5756,7 +5756,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQueryResult.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQueryResult()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQueryResult.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -5822,7 +5822,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResult.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResult()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResult.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -5888,7 +5888,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResult.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResult()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResult.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -5954,7 +5954,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQueryResult.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQueryResult()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQueryResult.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -6020,7 +6020,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQueryResult.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQueryResult()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQueryResult.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -6135,11 +6135,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQueryResults.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQueryResults()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResults.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResults()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResults.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResults()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQueryResults.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQueryResults()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQueryResults.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQueryResults()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQueryResults.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -6285,8 +6285,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Clear.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Clear()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsdbase64Binary.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsdbase64Binary()); builder.AddElement() .AddAttribute("provider", a => a.Provider, aBuilder => { @@ -6599,8 +6599,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt()); builder.AddElement() .AddAttribute("intervalClosed", a => a.IntervalClosed) .AddAttribute("underflow", a => a.Underflow, aBuilder => @@ -6761,7 +6761,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoCache.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoCache()); builder.AddElement() .AddAttribute("projectionType", a => a.ProjectionType) .AddAttribute("viewedRegionType", a => a.ViewedRegionType) @@ -6899,7 +6899,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -7226,9 +7226,9 @@ protected OpenXmlValueColorEndPositionElement(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtremeValueColorPosition.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtremeValueColorPosition()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberColorPosition.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberColorPosition()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PercentageColorPosition.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PercentageColorPosition()); } /// @@ -7327,8 +7327,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberColorPosition.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberColorPosition()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PercentageColorPosition.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PercentageColorPosition()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberColorPosition.ElementType, 1, 1, version: FileFormatVersions.Office2016), @@ -7511,12 +7511,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring()); builder.AddElement() .AddAttribute("idx", a => a.Idx, aBuilder => { @@ -7719,9 +7719,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinColorSolidColorFillProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinColorSolidColorFillProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MidColorSolidColorFillProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MidColorSolidColorFillProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxColorSolidColorFillProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxColorSolidColorFillProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinColorSolidColorFillProperties.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -7840,9 +7840,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinValueColorEndPosition.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinValueColorEndPosition()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxValueColorEndPosition.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxValueColorEndPosition()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColorMiddlePosition.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColorMiddlePosition()); builder.AddElement() .AddAttribute("count", a => a.Count, aBuilder => { @@ -7965,8 +7965,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); builder.AddElement() .AddAttribute("idx", a => a.Idx, aBuilder => { @@ -8081,14 +8081,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring()); builder.AddElement() .AddAttribute("pos", a => a.Pos); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -8282,15 +8282,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Geography.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Geography()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RegionLabelLayout.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RegionLabelLayout()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -8452,8 +8452,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -8605,16 +8605,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColorPositions.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColorPositions()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColors.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColors()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId()); builder.AddElement() .AddAttribute("layoutId", a => a.LayoutId, aBuilder => { @@ -8752,9 +8752,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -8867,19 +8867,19 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -8999,10 +8999,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text()); builder.AddElement() .AddAttribute("pos", a => a.Pos) .AddAttribute("align", a => a.Align) @@ -9130,10 +9130,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.ElementType, 1, 1, version: FileFormatVersions.Office2016), @@ -9247,9 +9247,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); builder.AddElement() .AddAttribute("pos", a => a.Pos) .AddAttribute("align", a => a.Align) @@ -9371,8 +9371,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); builder.AddElement() .AddAttribute("idx", a => a.Idx, aBuilder => { @@ -9505,12 +9505,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring()); builder.AddElement() .AddAttribute("alignWithMargins", a => a.AlignWithMargins) .AddAttribute("differentOddEven", a => a.DifferentOddEven) @@ -9912,9 +9912,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -9998,10 +9998,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -10242,7 +10242,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("bg1", a => a.Background1, aBuilder => { @@ -10382,7 +10382,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormatOverride.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormatOverride()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormatOverride.ElementType, 0, 0, version: FileFormatVersions.Office2016) @@ -10450,9 +10450,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.ElementType, 0, 1, version: FileFormatVersions.Office2016), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_diagram.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_diagram.g.cs index 5f4533609..92ec954bc 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_diagram.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_diagram.g.cs @@ -72,7 +72,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.ElementType, 0, 0, version: FileFormatVersions.Office2019) @@ -161,10 +161,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AutoNumberedBullet()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PictureBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PictureBullet()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CharacterBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CharacterBullet()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoBullet()); builder.AddElement() .AddAttribute("prefix", a => a.AutoBulletPrefix) .AddAttribute("leadZeros", a => a.LeadZeros); @@ -311,7 +311,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet()); builder.AddElement() .AddAttribute("lvl", a => a.Lvl, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_12_diagram.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_12_diagram.g.cs index 65f0de861..eed3ec52d 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_12_diagram.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_12_diagram.g.cs @@ -96,21 +96,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -236,17 +236,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.ElementType, 0, 1), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_03_chart.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_03_chart.g.cs index 5ef85d966..cef6382b7 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_03_chart.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_03_chart.g.cs @@ -71,7 +71,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.ElementType, 0, 1, version: FileFormatVersions.Office2019) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_model3d.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_model3d.g.cs index 583eaade8..c8fc81226 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_model3d.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_model3d.g.cs @@ -112,19 +112,19 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport()); builder.AddElement() .AddAttribute("r:embed", a => a.Embed) .AddAttribute("r:link", a => a.Link); @@ -783,9 +783,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.ElementType, 1, 1, version: FileFormatVersions.Office2019), @@ -957,7 +957,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -1164,8 +1164,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.ElementType, 1, 1, version: FileFormatVersions.Office2019), @@ -1268,7 +1268,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("fov", a => a.Fov, aBuilder => { @@ -1406,24 +1406,24 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaBiLevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaBiLevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaCeiling.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaCeiling()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaFloor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaFloor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaInverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaInverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulationEffect()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulationFixed()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaReplace.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaReplace()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BiLevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BiLevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blur.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blur()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorChange.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorChange()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorReplacement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorReplacement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Duotone.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Duotone()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillOverlay.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillOverlay()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Grayscale.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Grayscale()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hsl.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hsl()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceEffect()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TintEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TintEffect()); builder.AddElement() .AddAttribute("r:embed", a => a.Embed) .AddAttribute("r:link", a => a.Link) @@ -1521,12 +1521,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -1692,8 +1692,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -1791,21 +1791,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -1926,12 +1926,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.ElementType, 1, 1, version: FileFormatVersions.Office2019), @@ -2049,12 +2049,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.ElementType, 0, 1, version: FileFormatVersions.Office2019), @@ -2272,7 +2272,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip()); builder.AddElement() .AddAttribute("rName", a => a.RName, aBuilder => { @@ -2360,7 +2360,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.ElementType, 0, 0, version: FileFormatVersions.Office2019) @@ -2436,7 +2436,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("viewportSz", a => a.ViewportSz, aBuilder => { @@ -2521,7 +2521,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.ElementType, 0, 1, version: FileFormatVersions.Office2019) @@ -2612,9 +2612,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio()); builder.AddElement() .AddAttribute("enabled", a => a.Enabled); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -2746,10 +2746,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio()); builder.AddElement() .AddAttribute("enabled", a => a.Enabled) .AddAttribute("rad", a => a.Rad, aBuilder => @@ -2911,11 +2911,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio()); builder.AddElement() .AddAttribute("enabled", a => a.Enabled) .AddAttribute("rad", a => a.Rad, aBuilder => @@ -3086,11 +3086,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio()); builder.AddElement() .AddAttribute("enabled", a => a.Enabled) .AddAttribute("angularRad", a => a.AngularRad, aBuilder => diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation.g.cs index 0cb3246ad..3a2ab2b08 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation.g.cs @@ -142,7 +142,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name) .AddAttribute("length", a => a.Length, aBuilder => @@ -239,7 +239,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation_model3d.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation_model3d.g.cs index bc32e4f6f..476511492 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation_model3d.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation_model3d.g.cs @@ -84,8 +84,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties()); builder.AddElement() .AddAttribute("animId", a => a.AnimId, aBuilder => { @@ -313,7 +313,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name) .AddAttribute("length", a => a.Length, aBuilder => @@ -410,7 +410,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_sketchyshapes.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_sketchyshapes.g.cs index 080bf3051..d7c5dbf93 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_sketchyshapes.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_sketchyshapes.g.cs @@ -236,11 +236,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchSeed.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchSeed()); builder.AddElement() .AddAttribute("sd", a => a.Sd); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -321,10 +321,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchNoneEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchNoneEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchCurvedEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchCurvedEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchFreehandEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchFreehandEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchScribbleEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchScribbleEmpty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1, version: FileFormatVersions.Office2021) @@ -496,7 +496,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_livefeed.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_livefeed.g.cs index 3b10427e7..f91b6c42f 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_livefeed.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_livefeed.g.cs @@ -72,7 +72,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.ElementType, 0, 1, version: FileFormatVersions.Office2021) @@ -151,7 +151,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.ElementType, 0, 1, version: FileFormatVersions.Office2021) @@ -230,7 +230,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.ElementType, 0, 1, version: FileFormatVersions.Office2021) @@ -309,7 +309,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.ElementType, 0, 1, version: FileFormatVersions.Office2021) @@ -389,8 +389,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties.ElementType, 0, 1, version: FileFormatVersions.Office2021), @@ -483,7 +483,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -559,11 +559,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundBlurProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundCustomProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundNormalProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1, version: FileFormatVersions.Office2021) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_oembed.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_oembed.g.cs index c2518eac0..9b802711f 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_oembed.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_oembed.g.cs @@ -92,7 +92,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("srcUrl", a => a.SrcUrl, aBuilder => { @@ -180,7 +180,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_scriptlink.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_scriptlink.g.cs index 58dba57ab..088ede783 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_scriptlink.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_scriptlink.g.cs @@ -82,7 +82,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("val", a => a.Val); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -163,7 +163,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2006_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2006_main.g.cs index 9aaad7008..065805f9f 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2006_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2006_main.g.cs @@ -97,33 +97,33 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.AutoFilter.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.AutoFilter()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Columns.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Columns()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.CustomProperties.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.CustomProperties()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.DataConsolidate()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Drawing.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Drawing()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.HeaderFooter()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.OleObjects.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.OleObjects()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.RowBreaks.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.RowBreaks()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PageMargins.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PageMargins()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PageSetup.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PageSetup()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PrintOptions.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PrintOptions()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Picture.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.SheetData.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.SheetData()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.SheetDimension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.SheetDimension()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.SheetProperties.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.SheetProperties()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.SheetProtection.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.SheetProtection()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.SheetViews.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.SheetViews()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.SortState.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.SortState()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Spreadsheet.SheetProperties.ElementType, 0, 1), @@ -298,8 +298,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.ColumnSortMap()); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.RowSortMap.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.RowSortMap()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Excel.RowSortMap.ElementType, 0, 1), @@ -531,7 +531,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.RowSortMapItem()); builder.AddElement() .AddAttribute("ref", a => a.Ref, aBuilder => { @@ -625,7 +625,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem()); builder.AddElement() .AddAttribute("ref", a => a.Ref, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2010_spreadsheetDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2010_spreadsheetDrawing.g.cs index 81d816b5b..b35915d8e 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2010_spreadsheetDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2010_spreadsheetDrawing.g.cs @@ -99,10 +99,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties()); builder.AddElement() .AddAttribute("r:id", a => a.RelationshipId, aBuilder => { @@ -284,9 +284,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -416,8 +416,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks()); builder.AddElement() .AddAttribute("isComment", a => a.IsComment); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -513,8 +513,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.ElementType, 1, 1, version: FileFormatVersions.Office2010), @@ -692,8 +692,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) @@ -790,7 +790,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2010_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2010_main.g.cs index 6f1a6d10a..30e0bd9f3 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2010_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2010_main.g.cs @@ -77,9 +77,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.ElementType, 1, 1, version: FileFormatVersions.Office2010), @@ -217,8 +217,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) @@ -325,7 +325,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Extension.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Extension()); builder.AddElement() .AddAttribute("mod", a => a.Modify); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -428,10 +428,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim()); builder.AddElement() .AddAttribute("r:embed", a => a.Embed) .AddAttribute("r:link", a => a.Link); @@ -1548,7 +1548,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -1614,7 +1614,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.Section()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -1728,12 +1728,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -2026,7 +2026,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.ElementType, 0, 0, version: FileFormatVersions.Office2010) @@ -2201,13 +2201,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 0, 0) @@ -2425,9 +2425,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -2557,8 +2557,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks()); builder.AddElement() .AddAttribute("isComment", a => a.IsComment); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -2680,14 +2680,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AudioFromCD.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AudioFromCD()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AudioFromFile.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AudioFromFile()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.WaveAudioFile.ElementType, static () => new DocumentFormat.OpenXml.Drawing.WaveAudioFile()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ElementType, static () => new DocumentFormat.OpenXml.Drawing.QuickTimeFromFile()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.VideoFromFile.ElementType, static () => new DocumentFormat.OpenXml.Drawing.VideoFromFile()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CustomerDataList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CustomerDataList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.PlaceholderShape.ElementType, static () => new DocumentFormat.OpenXml.Presentation.PlaceholderShape()); builder.AddElement() .AddAttribute("isPhoto", a => a.IsPhoto) .AddAttribute("userDrawn", a => a.UserDrawn); @@ -2946,7 +2946,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.ElementType, 0, 0, version: FileFormatVersions.Office2010) @@ -3012,7 +3012,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Extension.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -3114,7 +3114,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name) .AddAttribute("slideIdLst", a => a.SlideIdList, aBuilder => @@ -3250,7 +3250,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.ElementType, 0, 0, version: FileFormatVersions.Office2010) @@ -3337,8 +3337,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList()); builder.AddElement
() .AddAttribute("name", a => a.Name) .AddAttribute("id", a => a.Id, aBuilder => @@ -3513,7 +3513,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.ElementType, 0, 0, version: FileFormatVersions.Office2010) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_main.g.cs index 43aec0120..75ac59fd7 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_main.g.cs @@ -211,7 +211,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier()); builder.AddElement() .AddAttribute("timeZoneBias", a => a.TimeZoneBias); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -425,8 +425,8 @@ protected ExtendedGuideList(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide()); } } @@ -590,12 +590,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -750,7 +750,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Extension.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -873,8 +873,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_roamingSettings.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_roamingSettings.g.cs index 2e3b738c9..1ce9f609b 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_roamingSettings.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_roamingSettings.g.cs @@ -160,8 +160,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.ElementType, 1, 1, version: FileFormatVersions.Office2013), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2013_main_command.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2013_main_command.g.cs index 42fb5b041..684478e1e 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2013_main_command.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2013_main_command.g.cs @@ -603,8 +603,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMoniker.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMoniker()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMoniker.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMoniker()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMoniker.ElementType, 1, 1, version: FileFormatVersions.Office2016), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2017_3_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2017_3_main.g.cs index 029f8561b..76910f292 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2017_3_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2017_3_main.g.cs @@ -81,7 +81,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Presentation.TrackList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Presentation.TrackList()); builder.AddElement() .AddAttribute("displayLoc", a => a.DisplayLoc, aBuilder => { @@ -265,7 +265,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Presentation.Track.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Presentation.Track()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Presentation.Track.ElementType, 0, 0, version: FileFormatVersions.Office2019) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2018_8_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2018_8_main.g.cs index 36b7591a8..8d0006cab 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2018_8_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2018_8_main.g.cs @@ -108,9 +108,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BodyProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ListStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ListStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Paragraph()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, 1, 1), @@ -204,7 +204,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommentPropertiesExtension.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommentPropertiesExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -276,7 +276,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.ElementType, 0, 0, version: FileFormatVersions.Office2021) @@ -373,7 +373,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.ElementType, 0, 0, version: FileFormatVersions.Office2021) @@ -519,7 +519,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Extension.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -641,7 +641,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -800,8 +800,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -983,7 +983,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.ElementType, 0, 0, version: FileFormatVersions.Office2021) @@ -1182,20 +1182,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Point2DType.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Point2DType()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentUnknownAnchor.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentUnknownAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_12_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_12_main.g.cs index 36fbbf336..f95e38b47 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_12_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_12_main.g.cs @@ -83,8 +83,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistory.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistory()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -230,7 +230,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Extension.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -438,8 +438,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.CommentAnchor.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.CommentAnchor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.CommentAnchor.ElementType, 1, 1, version: FileFormatVersions.Office2021), @@ -924,19 +924,19 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AddEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AddEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.UnasgnAllEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.UnasgnAllEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AtrbtnTaskAssignUnassignUser.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AtrbtnTaskAssignUnassignUser()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AsgnTaskAssignUnassignUser.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AsgnTaskAssignUnassignUser()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.UnAsgnTaskAssignUnassignUser.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.UnAsgnTaskAssignUnassignUser()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskPriorityRecord.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskPriorityRecord()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskProgressEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskProgressEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskScheduleEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskScheduleEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskTitleEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskTitleEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUndo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUndo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUnknownRecord.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUnknownRecord()); builder.AddElement() .AddAttribute("time", a => a.Time, aBuilder => { @@ -1053,7 +1053,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.ElementType, 0, 0, version: FileFormatVersions.Office2021) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_9_main_command.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_9_main_command.g.cs index 8f230b048..67fb4877b 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_9_main_command.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_9_main_command.g.cs @@ -73,8 +73,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2Moniker.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2Moniker()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.ElementType, 1, 1, version: FileFormatVersions.Office2016), @@ -168,8 +168,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentReplyV2Moniker.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentReplyV2Moniker()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2MonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2MonikerList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2MonikerList.ElementType, 1, 1, version: FileFormatVersions.Microsoft365), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2020_02_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2020_02_main.g.cs index d2581f9bd..28d644ada 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2020_02_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2020_02_main.g.cs @@ -72,7 +72,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTag.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTag()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTag.ElementType, 0, 0, version: FileFormatVersions.Office2021) @@ -149,8 +149,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList()); builder.AddElement() .AddAttribute("edtDesignElem", a => a.EdtDesignElem); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -305,7 +305,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Extension.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2021_06_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2021_06_main.g.cs index 2801914af..aa2ceb404 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2021_06_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2021_06_main.g.cs @@ -83,8 +83,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -230,7 +230,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Extension.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -438,8 +438,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor.ElementType, 1, 1, version: FileFormatVersions.Microsoft365), @@ -924,19 +924,19 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AddEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AsgnTaskAssignUnassignUser()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnAsgnTaskAssignUnassignUser()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskPriorityRecord()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskProgressEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskScheduleEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskTitleEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUndo()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskUnknownRecord()); builder.AddElement() .AddAttribute("time", a => a.Time, aBuilder => { @@ -1053,7 +1053,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistoryEvent.ElementType, 0, 0, version: FileFormatVersions.Microsoft365) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_03_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_03_main.g.cs index 0ed5e227a..e9772f8b6 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_03_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_03_main.g.cs @@ -72,7 +72,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction.ElementType, 0, 0, version: FileFormatVersions.Microsoft365) @@ -138,7 +138,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Extension.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -230,7 +230,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList()); builder.AddElement() .AddAttribute("time", a => a.Time, aBuilder => { @@ -329,7 +329,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance()); builder.AddElement() .AddAttribute("type", a => a.Type, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_08_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_08_main.g.cs index d8ada328b..2d8f61265 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_08_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_08_main.g.cs @@ -93,8 +93,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistory.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistory()); builder.AddElement() .AddAttribute("deleted", a => a.Deleted) .AddAttribute("inactive", a => a.Inactive); @@ -237,7 +237,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Extension.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -414,8 +414,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.CommentAnchor.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.CommentAnchor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.CommentAnchor.ElementType, 1, 1, version: FileFormatVersions.Microsoft365), @@ -851,17 +851,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.AddEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.AddEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.UnasgnAllEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.UnasgnAllEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskAnchor.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.AtrbtnTaskAssignUnassignUser.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.AtrbtnTaskAssignUnassignUser()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.AsgnTaskAssignUnassignUser.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.AsgnTaskAssignUnassignUser()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskProgressEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskProgressEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskScheduleEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskScheduleEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskTitleEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskTitleEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskUndo.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskUndo()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskUnknownRecord.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskUnknownRecord()); builder.AddElement() .AddAttribute("time", a => a.Time, aBuilder => { @@ -976,7 +976,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistoryEvent.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistoryEvent()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistoryEvent.ElementType, 0, 0, version: FileFormatVersions.Microsoft365) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2023_02_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2023_02_main.g.cs index 783bd9aef..75f06e08c 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2023_02_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2023_02_main.g.cs @@ -72,7 +72,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeACB.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeACB()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeACB.ElementType, 1, 1, version: FileFormatVersions.Microsoft365) @@ -240,8 +240,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.CameoEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.CameoEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.UnknownEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.UnknownEmpty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2009_9_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2009_9_main.g.cs index 55d2f2229..e95a6c285 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2009_9_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2009_9_main.g.cs @@ -74,7 +74,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -180,7 +180,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.DataValidation()); builder.AddElement() .AddAttribute("disablePrompts", a => a.DisablePrompts) .AddAttribute("xWindow", a => a.XWindow) @@ -253,7 +253,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -319,7 +319,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SlicerRef()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -385,7 +385,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -452,8 +452,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.IgnoredError()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ElementType, 0, 0, version: FileFormatVersions.Office2010), @@ -520,7 +520,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.DefinedName()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -586,7 +586,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PivotCache.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PivotCache()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Spreadsheet.PivotCache.ElementType, 1, 0) @@ -652,7 +652,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SlicerCache()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -834,7 +834,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.TupleSet()); builder.AddElement() .AddAttribute("displayFolder", a => a.DisplayFolder) .AddAttribute("flattenHierarchies", a => a.FlattenHierarchies) @@ -961,7 +961,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SetLevels.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SetLevels()); builder.AddElement() .AddAttribute("flattenHierarchies", a => a.FlattenHierarchies) .AddAttribute("measuresSet", a => a.MeasuresSet) @@ -1271,9 +1271,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.PivotChanges()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.PivotEdits()); builder.AddElement() .AddAttribute("fillDownLabelsDefault", a => a.FillDownLabelsDefault) .AddAttribute("visualTotalsForSets", a => a.VisualTotalsForSets) @@ -1501,7 +1501,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers()); builder.AddElement() .AddAttribute("culture", a => a.Culture) .AddAttribute("embeddedDataId", a => a.EmbeddedDataId); @@ -1651,7 +1651,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle()); builder.AddElement() .AddAttribute("defaultSlicerStyle", a => a.DefaultSlicerStyle, aBuilder => { @@ -1733,7 +1733,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -1841,7 +1841,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.DdeValues.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.DdeValues()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -2172,7 +2172,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.CustomFilter()); builder.AddElement() .AddAttribute("and", a => a.And); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -2411,7 +2411,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -2838,8 +2838,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ListItems.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ListItems()); builder.AddElement() .AddAttribute("objectType", a => a.ObjectType, aBuilder => { @@ -3015,7 +3015,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Slicer.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Slicer()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.Slicer.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -3134,9 +3134,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -3295,9 +3295,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule()); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.ReferenceSequence()); builder.AddElement() .AddAttribute("pivot", a => a.Pivot); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -3512,12 +3512,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.DifferentialType()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.Formula()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ColorScale()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.DataBar.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.DataBar()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.IconSet.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.IconSet()); builder.AddElement() .AddAttribute("type", a => a.Type) .AddAttribute("priority", a => a.Priority) @@ -3615,7 +3615,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -3809,9 +3809,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2()); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.ReferenceSequence()); builder.AddElement() .AddAttribute("type", a => a.Type) .AddAttribute("errorStyle", a => a.ErrorStyle) @@ -4062,7 +4062,7 @@ protected DataValidationFormulaType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.Formula()); } /// @@ -4313,16 +4313,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SeriesColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.NegativeColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.AxisColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.AxisColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.MarkersColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor()); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.Formula()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Sparklines.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Sparklines()); builder.AddElement() .AddAttribute("manualMax", a => a.ManualMax) .AddAttribute("manualMin", a => a.ManualMin) @@ -5073,7 +5073,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Sparkline()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -5140,8 +5140,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.Formula()); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.ReferenceSequence()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Excel.Formula.ElementType, 0, 1), @@ -5348,7 +5348,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -5443,7 +5443,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -5592,8 +5592,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows()); builder.AddElement() .AddAttribute("rowCount", a => a.RowCount) .AddAttribute("columnCount", a => a.ColumnCount); @@ -5689,7 +5689,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -5755,7 +5755,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -5877,7 +5877,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -6056,7 +6056,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SetLevel.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SetLevel()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -6125,8 +6125,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Color.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Color()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ElementType, 2, 0, version: FileFormatVersions.Office2010), @@ -6288,12 +6288,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.FillColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.FillColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.BorderColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.BorderColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject()); builder.AddElement() .AddAttribute("minLength", a => a.MinLength) .AddAttribute("maxLength", a => a.MaxLength) @@ -6427,8 +6427,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject()); builder.AddElement() .AddAttribute("iconSet", a => a.IconSetTypes) .AddAttribute("showValue", a => a.ShowValue) @@ -6507,13 +6507,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Border.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Border()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Alignment.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Alignment()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Protection.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Protection()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Fill.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Font.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Font()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.NumberingFormat()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Spreadsheet.Font.ElementType, 0, 1), @@ -6697,8 +6697,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.Formula()); builder.AddElement() .AddAttribute("type", a => a.Type, aBuilder => { @@ -6857,7 +6857,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.PivotEdit()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -6923,7 +6923,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.PivotChange()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -6999,7 +6999,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -7077,7 +7077,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.CalculatedMember()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -7148,10 +7148,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.PivotArea()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.TupleItems.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.TupleItems()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.ElementType, 1, 1, version: FileFormatVersions.Office2010), @@ -7273,8 +7273,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.Formula()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Excel.Formula.ElementType, 1, 1), @@ -7367,7 +7367,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Xstring.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Xstring()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.Xstring.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -7554,8 +7554,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences()); builder.AddElement() .AddAttribute("field", a => a.Field) .AddAttribute("type", a => a.Type) @@ -7683,9 +7683,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.TupleItems.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.TupleItems()); builder.AddElement() .AddAttribute("allocationMethod", a => a.AllocationMethod) .AddAttribute("weightExpression", a => a.WeightExpression); @@ -7900,7 +7900,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -7986,7 +7986,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Value.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Value()); builder.AddElement() .AddAttribute("rows", a => a.Rows) .AddAttribute("cols", a => a.Columns); @@ -8096,8 +8096,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.PivotAreas()); builder.AddElement() .AddAttribute("scope", a => a.Scope) .AddAttribute("type", a => a.Type) @@ -8212,7 +8212,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PivotArea.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PivotArea()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -8290,7 +8290,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -8526,7 +8526,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.ReferenceSequence()); builder.AddElement() .AddAttribute("evalError", a => a.EvalError) .AddAttribute("twoDigitTextYear", a => a.TwoDigitTextYear) @@ -8685,7 +8685,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.ReferenceSequence()); builder.AddElement() .AddAttribute("password", a => a.Password, aBuilder => { @@ -8882,8 +8882,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ListItem.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ListItem()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.ListItem.ElementType, 0, 0, version: FileFormatVersions.Office2010), @@ -9050,7 +9050,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -9166,9 +9166,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections()); builder.AddElement() .AddAttribute("pivotCacheId", a => a.PivotCacheId, aBuilder => { @@ -9331,8 +9331,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems()); builder.AddElement() .AddAttribute("pivotCacheId", a => a.PivotCacheId, aBuilder => { @@ -9571,7 +9571,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent()); builder.AddElement() .AddAttribute("n", a => a.Name, aBuilder => { @@ -9655,7 +9655,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem()); builder.AddElement() .AddAttribute("startItem", a => a.StartItem, aBuilder => { @@ -9727,7 +9727,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.ElementType, 0, 0, version: FileFormatVersions.Office2010) @@ -9843,7 +9843,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges()); builder.AddElement() .AddAttribute("uniqueName", a => a.UniqueName, aBuilder => { @@ -9945,7 +9945,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -10023,7 +10023,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -10101,7 +10101,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent()); builder.AddElement() .AddAttribute("n", a => a.Name, aBuilder => { @@ -10182,7 +10182,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -10319,7 +10319,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -10386,8 +10386,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ElementType, 1, 1, version: FileFormatVersions.Office2010), @@ -10480,7 +10480,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.ElementType, 0, 0) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2010_11_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2010_11_main.g.cs index 40a740b34..f16744961 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2010_11_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2010_11_main.g.cs @@ -202,7 +202,7 @@ protected OpenXmlPivotCachesElement(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PivotCache.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PivotCache()); } } @@ -261,7 +261,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -392,7 +392,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.WebExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -458,7 +458,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -524,7 +524,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.TimelineReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -643,7 +643,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle()); builder.AddElement() .AddAttribute("defaultTimelineStyle", a => a.DefaultTimelineStyle, aBuilder => { @@ -724,7 +724,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -846,11 +846,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.RangeProperties()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -1080,8 +1080,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity()); builder.AddElement() .AddAttribute("sourceDataName", a => a.SourceDataName) .AddAttribute("relNeededHidden", a => a.RelNeededHidden); @@ -1197,7 +1197,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -1424,9 +1424,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ModelTables()); builder.AddElement() .AddAttribute("minVersionLoad", a => a.MinVersionLoad); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -1565,7 +1565,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.PivotRow.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.PivotRow()); builder.AddElement() .AddAttribute("rowCount", a => a.RowCount) .AddAttribute("columnCount", a => a.ColumnCount) @@ -1829,7 +1829,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SlicerCache()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -1945,7 +1945,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ExtensionList()); builder.AddElement() .AddAttribute("tableId", a => a.TableId, aBuilder => { @@ -2046,7 +2046,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -2114,7 +2114,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.ElementType, 1, 0, version: FileFormatVersions.Office2010) @@ -2224,11 +2224,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -2375,7 +2375,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.Timeline.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.Timeline()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.Timeline.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -2494,9 +2494,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.TimelineState()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -2702,7 +2702,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.Formula()); builder.AddElement() .AddAttribute("appRef", a => a.ApplicationReference, aBuilder => { @@ -2894,7 +2894,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -3035,7 +3035,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -3147,7 +3147,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.DbTable.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.DbTable()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.DbTable.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -3419,7 +3419,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.TextFields.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.TextFields()); builder.AddElement() .AddAttribute("prompt", a => a.Prompt) .AddAttribute("fileType", a => a.FileType) @@ -3615,8 +3615,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.DbCommand.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.DbCommand()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.DbTables.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.DbTables()); builder.AddElement() .AddAttribute("connection", a => a.Connection); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) @@ -3721,7 +3721,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.DbTables.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.DbTables()); builder.AddElement() .AddAttribute("connection", a => a.Connection, aBuilder => { @@ -3862,7 +3862,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -4156,7 +4156,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ModelTable.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ModelTable()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.ModelTable.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -4222,7 +4222,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -4309,8 +4309,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.Xstring.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.Xstring()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra()); builder.AddElement() .AddAttribute("i", a => a.Item) .AddAttribute("t", a => a.Text); @@ -4575,7 +4575,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ServerFormat()); builder.AddElement() .AddAttribute("count", a => a.Count, aBuilder => { @@ -5163,7 +5163,7 @@ public EnumValue? Positi internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ExtensionList()); builder.AddElement() .AddAttribute("cssClass", a => a.CssClass) .AddAttribute("bottom", a => a.Bottom) @@ -5245,8 +5245,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.ElementType, 0, 1, version: FileFormatVersions.Office2013), @@ -5417,8 +5417,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr()); builder.AddElement() .AddAttribute("binding", a => a.Binding, aBuilder => { @@ -5634,7 +5634,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -5927,9 +5927,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.FilterColumn()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.SortState.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.SortState()); builder.AddElement() .AddAttribute("ref", a => a.Reference); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -5999,7 +5999,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.ElementType, 1, 0, version: FileFormatVersions.Office2013) @@ -6148,10 +6148,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange()); builder.AddElement() .AddAttribute("singleRangeFilterState", a => a.SingleRangeFilterState) .AddAttribute("minimalRefreshVersion", a => a.MinimalRefreshVersion, aBuilder => @@ -6313,7 +6313,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell()); builder.AddElement() .AddAttribute("r", a => a.Reference) .AddAttribute("count", a => a.Count, aBuilder => diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_11_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_11_main.g.cs index 0773086ad..cae89e12e 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_11_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_11_main.g.cs @@ -71,7 +71,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ElementType, static () => new DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ElementType, 1, 0, version: FileFormatVersions.Office2016) @@ -167,7 +167,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ElementType, static () => new DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn()); builder.AddElement() .AddAttribute("tableName", a => a.TableName, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_revision.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_revision.g.cs index 71f7d7e60..57906b797 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_revision.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_revision.g.cs @@ -113,7 +113,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExHeader()); builder.AddElement() .AddAttribute("minRev", a => a.MinRev, aBuilder => { @@ -209,20 +209,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExFuture()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExMove.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExMove()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevGroup()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevisionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevisionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 0) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.ElementType, 0, 0, version: FileFormatVersions.Office2016), @@ -307,13 +307,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Border.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Border()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Alignment.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Alignment()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Protection.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Protection()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Fill.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Font.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Font()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.NumberingFormat()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Spreadsheet.Font.ElementType, 0, 1), @@ -541,12 +541,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.AutoFilter()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.Comments.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.Comments()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.DataValidation()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.Hyperlink()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ElementType, 1, 1, version: FileFormatVersions.Office2016), @@ -840,7 +840,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExTest.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExTest()); builder.AddElement() .AddAttribute("rev", a => a.Rev, aBuilder => { @@ -1513,8 +1513,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevCell.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevCell()); builder.AddElement() .AddAttribute("listUid", a => a.ListUid, aBuilder => { @@ -1803,8 +1803,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.ExtensionList()); builder.AddElement() .AddAttribute("rev", a => a.Rev, aBuilder => { @@ -2098,8 +2098,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula()); builder.AddElement() .AddAttribute("rev", a => a.Rev, aBuilder => { @@ -2276,7 +2276,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader()); builder.AddElement() .AddAttribute("rev", a => a.Rev, aBuilder => { @@ -2427,9 +2427,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevisionState()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader()); builder.AddElement() .AddAttribute("rev", a => a.Rev, aBuilder => { @@ -3068,19 +3068,19 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExFuture()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExMove.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExMove()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevisionList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevisionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw()); builder.AddElement() .AddAttribute("rev", a => a.Rev, aBuilder => { @@ -3251,9 +3251,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RstType.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RstType()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.FFormula.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.FFormula()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.Xstring.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.Xstring()); builder.AddElement() .AddAttribute("t", a => a.T) .AddAttribute("nop", a => a.Nop) @@ -3405,7 +3405,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RevCell.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RevCell()); builder.AddElement() .AddAttribute("r", a => a.R, aBuilder => { @@ -3479,7 +3479,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -3689,7 +3689,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RefMap.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RefMap()); builder.AddElement() .AddAttribute("uid", a => a.Uid, aBuilder => { @@ -3834,11 +3834,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.FreezePanes()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.Outlines.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.Outlines()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.ElementType, 0, 1, version: FileFormatVersions.Office2016), @@ -3977,11 +3977,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RefCell.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RefCell()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RefFuture.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RefFuture()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.RefTest.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.RefTest()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.SheetXluid()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 0) { new ElementParticle(DocumentFormat.OpenXml.Office2016.Excel.RefCell.ElementType, 1, 1, version: FileFormatVersions.Office2016), @@ -4295,7 +4295,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Excel.Outline.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Excel.Outline()); builder.AddElement() .AddAttribute("isRow", a => a.IsRow, aBuilder => { @@ -4473,10 +4473,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PhoneticRun()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Run.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Run()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Text.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Text()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Spreadsheet.Text.ElementType, 0, 1), @@ -5243,9 +5243,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Formula1.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Formula1()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Formula2.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Formula2()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.ExcelAc.List.ElementType, static () => new DocumentFormat.OpenXml.Office2010.ExcelAc.List()); builder.AddElement() .AddAttribute("type", a => a.Type) .AddAttribute("errorStyle", a => a.ErrorStyle) @@ -5641,16 +5641,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.SeriesColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.NegativeColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.AxisColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.AxisColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.MarkersColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor()); + builder.AddChild(DocumentFormat.OpenXml.Office.Excel.Formula.ElementType, static () => new DocumentFormat.OpenXml.Office.Excel.Formula()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Sparklines.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Sparklines()); builder.AddElement() .AddAttribute("manualMax", a => a.ManualMax) .AddAttribute("manualMin", a => a.ManualMin) @@ -5875,9 +5875,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Authors.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Authors()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.CommentList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.CommentList()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Spreadsheet.Authors.ElementType, 1, 1), @@ -5996,9 +5996,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.FilterColumn()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.SortState.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.SortState()); builder.AddElement() .AddAttribute("ref", a => a.Reference); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -6764,23 +6764,23 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2016; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ChartFormats()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ColumnFields()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ColumnItems()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.DataFields.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.DataFields()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Formats.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Formats()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Location.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Location()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PageFields.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PageFields()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PivotFields.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PivotFields()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PivotFilters.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PivotFilters()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.RowFields.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.RowFields()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.RowItems.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.RowItems()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_dynamicarray.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_dynamicarray.g.cs index 1df549f49..494a1e78c 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_dynamicarray.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_dynamicarray.g.cs @@ -92,7 +92,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList()); builder.AddElement() .AddAttribute("fDynamic", a => a.FDynamic) .AddAttribute("fCollapsed", a => a.FCollapsed); @@ -174,7 +174,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata.g.cs index f4ea1d744..346026b02 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata.g.cs @@ -129,8 +129,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue()); builder.AddElement() .AddAttribute("count", a => a.Count, aBuilder => { @@ -244,8 +244,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure()); builder.AddElement() .AddAttribute("count", a => a.Count, aBuilder => { @@ -359,8 +359,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData.Value()); builder.AddElement() .AddAttribute("s", a => a.S, aBuilder => { @@ -445,7 +445,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -627,7 +627,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData.Key()); builder.AddElement() .AddAttribute("t", a => a.T, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata2.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata2.g.cs index 9f32540f0..4528db988 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata2.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata2.g.cs @@ -76,11 +76,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 0, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.ElementType, 1, 1, version: FileFormatVersions.Office2019), @@ -339,8 +339,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.ElementType, 0, 1, version: FileFormatVersions.Office2019), @@ -475,8 +475,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure()); builder.AddElement() .AddAttribute("count", a => a.Count, aBuilder => { @@ -590,8 +590,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array()); builder.AddElement() .AddAttribute("count", a => a.Count, aBuilder => { @@ -697,10 +697,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.ElementType, 0, 1, version: FileFormatVersions.Office2019), @@ -854,9 +854,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ElementType, 0, 1, version: FileFormatVersions.Office2019), @@ -996,9 +996,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.ElementType, 0, 0, version: FileFormatVersions.Office2019), @@ -1167,8 +1167,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter()); builder.AddElement() .AddAttribute("and", a => a.And); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -1347,7 +1347,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -1697,8 +1697,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray()); builder.AddElement() .AddAttribute("count", a => a.Count, aBuilder => { @@ -1781,8 +1781,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag()); builder.AddElement() .AddAttribute("count", a => a.Count, aBuilder => { @@ -1864,7 +1864,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue()); builder.AddElement() .AddAttribute("s", a => a.S, aBuilder => { @@ -1979,7 +1979,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.ElementType, 1, 0, version: FileFormatVersions.Office2019) @@ -2112,7 +2112,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue()); builder.AddElement() .AddAttribute("count", a => a.Count, aBuilder => { @@ -2259,7 +2259,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue()); builder.AddElement() .AddAttribute("r", a => a.R, aBuilder => { @@ -2397,7 +2397,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -2465,7 +2465,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.ElementType, 1, 0, version: FileFormatVersions.Office2019) @@ -2531,7 +2531,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.ElementType, 1, 0, version: FileFormatVersions.Office2019) @@ -2667,7 +2667,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue()); builder.AddElement() .AddAttribute("dxfid", a => a.Dxfid); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -2795,8 +2795,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.ElementType, 0, 1, version: FileFormatVersions.Office2019), @@ -2889,7 +2889,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ElementType, 0, 0, version: FileFormatVersions.Office2019) @@ -2966,8 +2966,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -3065,7 +3065,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.ElementType, 1, 0, version: FileFormatVersions.Office2019) @@ -3141,7 +3141,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_calcfeatures.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_calcfeatures.g.cs index 7a5e65f5e..d497f1f9c 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_calcfeatures.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_calcfeatures.g.cs @@ -71,7 +71,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.ElementType, 1, 0, version: FileFormatVersions.Office2019) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_threadedcomments.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_threadedcomments.g.cs index 07430f3a5..5896dc8fe 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_threadedcomments.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_threadedcomments.g.cs @@ -73,8 +73,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ElementType, 0, 0, version: FileFormatVersions.Office2019), @@ -173,8 +173,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ElementType, 0, 0, version: FileFormatVersions.Office2019), @@ -312,7 +312,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList()); builder.AddElement() .AddAttribute("displayName", a => a.DisplayName, aBuilder => { @@ -403,7 +403,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -537,9 +537,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions()); builder.AddElement() .AddAttribute("ref", a => a.Ref) .AddAttribute("dT", a => a.DT) @@ -708,7 +708,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.ElementType, 0, 0, version: FileFormatVersions.Office2019) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2019_namedsheetviews.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2019_namedsheetviews.g.cs index c992f1e2f..cd5f73c58 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2019_namedsheetviews.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2019_namedsheetviews.g.cs @@ -75,8 +75,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView.ElementType, 0, 0, version: FileFormatVersions.Office2021), @@ -195,8 +195,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -273,7 +273,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -377,9 +377,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules()); builder.AddElement() .AddAttribute("filterId", a => a.FilterId, aBuilder => { @@ -477,9 +477,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn()); builder.AddElement() .AddAttribute("colId", a => a.ColId, aBuilder => { @@ -590,8 +590,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule()); builder.AddElement() .AddAttribute("sortMethod", a => a.SortMethod) .AddAttribute("caseSensitive", a => a.CaseSensitive); @@ -667,13 +667,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Border.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Border()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Alignment.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Alignment()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Protection.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Protection()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Fill.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Font.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Font()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.NumberingFormat()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Spreadsheet.Font.ElementType, 0, 1), @@ -874,15 +874,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ColorFilter.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ColorFilter()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.CustomFilters.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.CustomFilters()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.DynamicFilter()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Filters.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Filters()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.IconFilter.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.IconFilter()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Top10.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Top10()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.CustomFilters()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.IconFilter.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.IconFilter()); builder.AddElement() .AddAttribute("colId", a => a.ColumnId, aBuilder => { @@ -1102,9 +1102,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition()); builder.AddElement() .AddAttribute("colId", a => a.ColId, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richdatawebimage.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richdatawebimage.g.cs index f478800c7..791037ad1 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richdatawebimage.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richdatawebimage.g.cs @@ -73,8 +73,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.ElementType, 0, 0, version: FileFormatVersions.Office2021), @@ -174,9 +174,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.AddressWebImageSupportingRichDataRelationship.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.AddressWebImageSupportingRichDataRelationship()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.MoreImagesAddressWebImageSupportingRichDataRelationship.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.MoreImagesAddressWebImageSupportingRichDataRelationship()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.BlipWebImageSupportingRichDataRelationship.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.BlipWebImageSupportingRichDataRelationship()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.AddressWebImageSupportingRichDataRelationship.ElementType, 1, 1, version: FileFormatVersions.Office2021), @@ -283,7 +283,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richvaluerefresh.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richvaluerefresh.g.cs index 2b0b392dc..743387cc2 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richvaluerefresh.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richvaluerefresh.g.cs @@ -71,7 +71,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval.ElementType, 1, 0, version: FileFormatVersions.Office2021) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_threadedcomments2.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_threadedcomments2.g.cs index 240581a21..aa7b8954a 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_threadedcomments2.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_threadedcomments2.g.cs @@ -147,7 +147,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.ExtensionList()); builder.AddElement() .AddAttribute("startIndex", a => a.StartIndex, aBuilder => { @@ -239,7 +239,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2021_extlinks2021.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2021_extlinks2021.g.cs index bb11eb3be..244b4e107 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2021_extlinks2021.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2021_extlinks2021.g.cs @@ -92,8 +92,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.AbsoluteUrlAlternateUrl.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.AbsoluteUrlAlternateUrl()); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.RelativeUrlAlternateUrl.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.RelativeUrlAlternateUrl()); builder.AddElement() .AddAttribute("driveId", a => a.DriveId) .AddAttribute("itemId", a => a.ItemId); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_featurepropertybag.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_featurepropertybag.g.cs index 6e035f38f..4561e2db2 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_featurepropertybag.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_featurepropertybag.g.cs @@ -84,9 +84,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BagExtensions.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BagExtensions()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FeaturePropertyBag.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FeaturePropertyBag()); builder.AddElement() .AddAttribute("count", a => a.Count); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -266,9 +266,9 @@ public UInt32Value? Count internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BagExtensions.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BagExtensions()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FeaturePropertyBag.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FeaturePropertyBag()); builder.AddElement() .AddAttribute("count", a => a.Count); } @@ -422,8 +422,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.DifferentialFormatType.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.DifferentialFormatType()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FpbsFeaturePropertyBags.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FpbsFeaturePropertyBags()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FpbsFeaturePropertyBags.ElementType, 1, 1, version: FileFormatVersions.Microsoft365), @@ -1118,8 +1118,8 @@ protected OpenXmlTableRevDxfElement(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.DifferentialFormatType.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.DifferentialFormatType()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FpbsFeaturePropertyBags.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FpbsFeaturePropertyBags()); } /// @@ -1204,7 +1204,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ExtensionList.ElementType, 0, 1, version: FileFormatVersions.Microsoft365) @@ -1329,13 +1329,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ArrayFeatureProperty.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ArrayFeatureProperty()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BagFeatureProperty.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BagFeatureProperty()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BoolFeatureProperty.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BoolFeatureProperty()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.DecimalFeatureProperty.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.DecimalFeatureProperty()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.IntFeatureProperty.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.IntFeatureProperty()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.RelFeatureProperty.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.RelFeatureProperty()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.StringFeatureProperty.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.StringFeatureProperty()); builder.AddElement() .AddAttribute("type", a => a.Type, aBuilder => { @@ -1415,7 +1415,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -1502,12 +1502,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.Xsdboolean.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.Xsdboolean()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.Xsddouble.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.Xsddouble()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.Xsdinteger.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.Xsdinteger()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.SXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.SXsdstring()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.RelXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.RelXsdstring()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.XsdunsignedInt.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.XsdunsignedInt()); builder.AddElement() .AddAttribute("k", a => a.K, aBuilder => { @@ -1943,13 +1943,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Border.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Border()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Alignment.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Alignment()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Protection.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Protection()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Fill.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Font.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Font()); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.NumberingFormat()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Spreadsheet.Font.ElementType, 0, 1), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_pivotVersionInfo.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_pivotVersionInfo.g.cs index d0c577df3..c6475c80b 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_pivotVersionInfo.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_pivotVersionInfo.g.cs @@ -72,8 +72,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.RequiredFeatureXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.RequiredFeatureXsdstring()); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.LastRefreshFeatureXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.LastRefreshFeatureXsdstring()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.RequiredFeatureXsdstring.ElementType, 0, 0, version: FileFormatVersions.Microsoft365), @@ -141,8 +141,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.RequiredFeatureXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.RequiredFeatureXsdstring()); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.LastUpdateFeatureXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.LastUpdateFeatureXsdstring()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.RequiredFeatureXsdstring.ElementType, 0, 0, version: FileFormatVersions.Microsoft365), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_richvaluerel.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_richvaluerel.g.cs index de6a7966d..c19b6ae0c 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_richvaluerel.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_richvaluerel.g.cs @@ -73,8 +73,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.RichValueRel.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.RichValueRel.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.Y2022.RichValueRel.RichValueRelRelationship.ElementType, static () => new DocumentFormat.OpenXml.Office.Y2022.RichValueRel.RichValueRelRelationship()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Y2022.RichValueRel.RichValueRelRelationship.ElementType, 0, 0, version: FileFormatVersions.Microsoft365), @@ -190,7 +190,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_dataSourceVersioning.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_dataSourceVersioning.g.cs index 4138be49c..a51921001 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_dataSourceVersioning.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_dataSourceVersioning.g.cs @@ -73,9 +73,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.DataSourceVersioning.RequiredFeatureXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.DataSourceVersioning.RequiredFeatureXsdstring()); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.DataSourceVersioning.LastRefreshFeatureXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.DataSourceVersioning.LastRefreshFeatureXsdstring()); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.DataSourceVersioning.LastEditFeatureXsdstring.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.DataSourceVersioning.LastEditFeatureXsdstring()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.DataSourceVersioning.RequiredFeatureXsdstring.ElementType, 0, 0, version: FileFormatVersions.Microsoft365), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_msForms.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_msForms.g.cs index 8e5e14f02..4db9ea193 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_msForms.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_msForms.g.cs @@ -82,7 +82,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms.ExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -207,8 +207,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms.SyncedQuestionId.ElementType, static () => new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms.SyncedQuestionId()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -327,7 +327,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Microsoft365; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Spreadsheet.Extension.ElementType, static () => new DocumentFormat.OpenXml.Spreadsheet.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_tasks_2019_documenttasks.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_tasks_2019_documenttasks.g.cs index 91da7a316..15bfbf7ba 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_tasks_2019_documenttasks.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_tasks_2019_documenttasks.g.cs @@ -73,8 +73,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.Task()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.ElementType, 0, 0, version: FileFormatVersions.Office2021), @@ -184,9 +184,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistory.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistory()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -299,7 +299,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.OfficeExtLst.Extension.ElementType, static () => new DocumentFormat.OpenXml.Office2021.OfficeExtLst.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.OfficeExtLst.Extension.ElementType, 0, 0, version: FileFormatVersions.Office2021) @@ -366,8 +366,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.CommentAnchor.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.CommentAnchor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.DocumentTasks.CommentAnchor.ElementType, 0, 1, version: FileFormatVersions.Office2021), @@ -460,7 +460,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.ElementType, 0, 0, version: FileFormatVersions.Office2021) @@ -559,20 +559,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskCreateEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskCreateEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskDeleteEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskDeleteEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskPriorityEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskPriorityEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskProgressEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskProgressEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskScheduleEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskScheduleEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskTitleEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskTitleEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUnassignAll.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUnassignAll()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndeleteEventInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndeleteEventInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndo.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndo()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.AttributionTaskUser.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.AttributionTaskUser()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.AssignTaskUser.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.AssignTaskUser()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.DocumentTasks.UnassignTaskUser.ElementType, static () => new DocumentFormat.OpenXml.Office2021.DocumentTasks.UnassignTaskUser()); builder.AddElement() .AddAttribute("time", a => a.Time, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_thememl_2012_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_thememl_2012_main.g.cs index e20cb74e4..52591bfe2 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_thememl_2012_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_thememl_2012_main.g.cs @@ -103,7 +103,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -198,7 +198,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -323,7 +323,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -426,7 +426,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ElementType, 1, 0, version: FileFormatVersions.Office2013) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_taskpanes_2010_11.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_taskpanes_2010_11.g.cs index e77cf28b5..105cf08eb 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_taskpanes_2010_11.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_taskpanes_2010_11.g.cs @@ -74,7 +74,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.ElementType, 0, 0, version: FileFormatVersions.Office2013) @@ -221,7 +221,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -344,8 +344,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference()); builder.AddElement() .AddAttribute("dockstate", a => a.DockState, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_webextension_2010_11.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_webextension_2010_11.g.cs index 8bddbe068..10ad55126 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_webextension_2010_11.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_webextension_2010_11.g.cs @@ -98,12 +98,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -399,7 +399,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -501,7 +501,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -633,7 +633,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -724,7 +724,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.ElementType, 0, 0, version: FileFormatVersions.Office2013) @@ -790,7 +790,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.ElementType, 0, 0, version: FileFormatVersions.Office2013) @@ -856,7 +856,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.ElementType, 0, 0, version: FileFormatVersions.Office2013) @@ -975,24 +975,24 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaBiLevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaBiLevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaCeiling.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaCeiling()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaFloor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaFloor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaInverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaInverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulationEffect()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulationFixed()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaReplace.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaReplace()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BiLevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BiLevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blur.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blur()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorChange.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorChange()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorReplacement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorReplacement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Duotone.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Duotone()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillOverlay.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillOverlay()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Grayscale.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Grayscale()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hsl.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hsl()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceEffect()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TintEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TintEffect()); builder.AddElement() .AddAttribute("r:embed", a => a.Embed) .AddAttribute("r:link", a => a.Link) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2006_wordml.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2006_wordml.g.cs index bed427407..832765846 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2006_wordml.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2006_wordml.g.cs @@ -74,10 +74,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.AllocatedCommands.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.AllocatedCommands()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.Toolbars.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.Toolbars()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.ElementType, 0, 0), @@ -176,7 +176,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.Mcd.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.Mcd()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Word.Mcd.ElementType, 0, 0) @@ -242,8 +242,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.DocEvents.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.DocEvents()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.Mcds.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.Mcds()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Word.DocEvents.ElementType, 0, 1), @@ -366,7 +366,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.ElementType, 1, 0) @@ -830,11 +830,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.CharacterInsertion.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.CharacterInsertion()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization()); builder.AddElement() .AddAttribute("wne:chmPrimary", a => a.CharacterMapPrimary, aBuilder => { @@ -1757,19 +1757,19 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.ElementType, 0, 1), @@ -2015,7 +2015,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.ElementType, 0, 0) @@ -2255,7 +2255,7 @@ protected KeymapsType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.KeyMapEntry.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.KeyMapEntry()); } } @@ -2314,8 +2314,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.ToolbarData.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.ToolbarData()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.ElementType, 0, 0), @@ -2381,7 +2381,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.AllocatedCommand()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ElementType, 0, 0) @@ -2540,8 +2540,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.RecordHashCode.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.RecordHashCode()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.RecordIncluded.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.RecordIncluded()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.Word.RecordIncluded.ElementType, 0, 1), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordml.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordml.g.cs index 86ca5db4b..515ccba15 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordml.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordml.g.cs @@ -693,62 +693,62 @@ public StringValue? Id internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.Accent.ElementType, static () => new DocumentFormat.OpenXml.Math.Accent()); + builder.AddChild(DocumentFormat.OpenXml.Math.Bar.ElementType, static () => new DocumentFormat.OpenXml.Math.Bar()); + builder.AddChild(DocumentFormat.OpenXml.Math.BorderBox.ElementType, static () => new DocumentFormat.OpenXml.Math.BorderBox()); + builder.AddChild(DocumentFormat.OpenXml.Math.Box.ElementType, static () => new DocumentFormat.OpenXml.Math.Box()); + builder.AddChild(DocumentFormat.OpenXml.Math.Delimiter.ElementType, static () => new DocumentFormat.OpenXml.Math.Delimiter()); + builder.AddChild(DocumentFormat.OpenXml.Math.EquationArray.ElementType, static () => new DocumentFormat.OpenXml.Math.EquationArray()); + builder.AddChild(DocumentFormat.OpenXml.Math.Fraction.ElementType, static () => new DocumentFormat.OpenXml.Math.Fraction()); + builder.AddChild(DocumentFormat.OpenXml.Math.MathFunction.ElementType, static () => new DocumentFormat.OpenXml.Math.MathFunction()); + builder.AddChild(DocumentFormat.OpenXml.Math.GroupChar.ElementType, static () => new DocumentFormat.OpenXml.Math.GroupChar()); + builder.AddChild(DocumentFormat.OpenXml.Math.LimitLower.ElementType, static () => new DocumentFormat.OpenXml.Math.LimitLower()); + builder.AddChild(DocumentFormat.OpenXml.Math.LimitUpper.ElementType, static () => new DocumentFormat.OpenXml.Math.LimitUpper()); + builder.AddChild(DocumentFormat.OpenXml.Math.Matrix.ElementType, static () => new DocumentFormat.OpenXml.Math.Matrix()); + builder.AddChild(DocumentFormat.OpenXml.Math.Nary.ElementType, static () => new DocumentFormat.OpenXml.Math.Nary()); + builder.AddChild(DocumentFormat.OpenXml.Math.OfficeMath.ElementType, static () => new DocumentFormat.OpenXml.Math.OfficeMath()); + builder.AddChild(DocumentFormat.OpenXml.Math.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Math.Paragraph()); + builder.AddChild(DocumentFormat.OpenXml.Math.Phantom.ElementType, static () => new DocumentFormat.OpenXml.Math.Phantom()); + builder.AddChild(DocumentFormat.OpenXml.Math.Run.ElementType, static () => new DocumentFormat.OpenXml.Math.Run()); + builder.AddChild(DocumentFormat.OpenXml.Math.Radical.ElementType, static () => new DocumentFormat.OpenXml.Math.Radical()); + builder.AddChild(DocumentFormat.OpenXml.Math.PreSubSuper.ElementType, static () => new DocumentFormat.OpenXml.Math.PreSubSuper()); + builder.AddChild(DocumentFormat.OpenXml.Math.Subscript.ElementType, static () => new DocumentFormat.OpenXml.Math.Subscript()); + builder.AddChild(DocumentFormat.OpenXml.Math.SubSuperscript.ElementType, static () => new DocumentFormat.OpenXml.Math.SubSuperscript()); + builder.AddChild(DocumentFormat.OpenXml.Math.Superscript.ElementType, static () => new DocumentFormat.OpenXml.Math.Superscript()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.BookmarkStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.ContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.PermEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.PermEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.PermStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.PermStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.ProofError.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.ProofError()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Run.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Run()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.InsertedRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.InsertedRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.DeletedRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.DeletedRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRun()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.SdtRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.SdtRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart()); builder.AddElement() .AddAttribute("w:author", a => a.Author, aBuilder => { @@ -1492,16 +1492,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Saturation.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Saturation()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SaturationOffset()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SaturationModulation()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Luminance.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Luminance()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Tint.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Tint()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Shade.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Shade()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Alpha.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Alpha()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.HueModulation.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.HueModulation()); builder.AddElement() .AddAttribute("w14:val", a => a.Val, aBuilder => { @@ -1611,16 +1611,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Saturation.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Saturation()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SaturationOffset()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SaturationModulation()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Luminance.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Luminance()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Tint.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Tint()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Shade.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Shade()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Alpha.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Alpha()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.HueModulation.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.HueModulation()); builder.AddElement() .AddAttribute("w14:val", a => a.Val, aBuilder => { @@ -1787,7 +1787,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.FillToRectangle()); builder.AddElement() .AddAttribute("w14:path", a => a.Path, aBuilder => { @@ -2022,8 +2022,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1, version: FileFormatVersions.Office2010) @@ -2124,9 +2124,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.GradientStopList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.GradientStopList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Word.GradientStopList.ElementType, 0, 1, version: FileFormatVersions.Office2010), @@ -2326,8 +2326,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex()); builder.AddElement() .AddAttribute("w14:rad", a => a.GlowRadius, aBuilder => { @@ -2537,8 +2537,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex()); builder.AddElement() .AddAttribute("w14:blurRad", a => a.BlurRadius, aBuilder => { @@ -2996,13 +2996,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RoundEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.BevelEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties()); builder.AddElement() .AddAttribute("w14:w", a => a.LineWidth, aBuilder => { @@ -3112,9 +3112,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1, version: FileFormatVersions.Office2010) @@ -3228,8 +3228,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Camera.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Camera()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.LightRig.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.LightRig()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Word.Camera.ElementType, 1, 1, version: FileFormatVersions.Office2010), @@ -3364,10 +3364,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.BevelTop.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.BevelTop()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.BevelBottom.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.BevelBottom()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.ContourColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.ContourColor()); builder.AddElement() .AddAttribute("w14:extrusionH", a => a.ExtrusionHeight, aBuilder => { @@ -3654,7 +3654,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.StyleSet.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.StyleSet()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 0, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Word.StyleSet.ElementType, 0, 0, version: FileFormatVersions.Office2010) @@ -3916,9 +3916,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Transform2D()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties()); builder.AddElement() .AddAttribute("w14:bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -4250,9 +4250,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Checked.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Checked()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CheckedState.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CheckedState()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.UncheckedState.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.UncheckedState()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Word.Checked.ElementType, 0, 1, version: FileFormatVersions.Office2010), @@ -4373,8 +4373,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex()); builder.AddElement() .AddAttribute("w14:pos", a => a.StopPosition, aBuilder => { @@ -4580,7 +4580,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.GradientStop.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.GradientStop()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Word.GradientStop.ElementType, 2, 10, version: FileFormatVersions.Office2010) @@ -4812,7 +4812,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates()); builder.AddElement() .AddAttribute("w14:rig", a => a.LightRigType, aBuilder => { @@ -5192,8 +5192,8 @@ protected ColorType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex()); } /// @@ -5522,9 +5522,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -5654,8 +5654,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks()); builder.AddElement() .AddAttribute("isComment", a => a.IsComment); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -5751,8 +5751,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.ElementType, 0, 1, version: FileFormatVersions.Office2010), @@ -5876,8 +5876,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) @@ -5974,7 +5974,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingCanvas.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingCanvas.g.cs index 9c600ee07..18057e65d 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingCanvas.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingCanvas.g.cs @@ -83,14 +83,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Pictures.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Pictures.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.ContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.ElementType, 0, 1, version: FileFormatVersions.Office2010), @@ -199,14 +199,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -293,9 +293,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Outline.ElementType, 0, 1), @@ -386,11 +386,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Graphic.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Graphic()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.ElementType, 1, 1, version: FileFormatVersions.Office2010), @@ -525,7 +525,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingDrawing.g.cs index 08be6d204..8e00107fa 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingDrawing.g.cs @@ -172,7 +172,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth()); builder.AddElement() .AddAttribute("relativeFrom", a => a.ObjectId, aBuilder => { @@ -267,7 +267,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight()); builder.AddElement() .AddAttribute("relativeFrom", a => a.RelativeFrom, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingGroup.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingGroup.g.cs index 0a737cc9f..ad15ef7b2 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingGroup.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingGroup.g.cs @@ -249,15 +249,15 @@ protected WordprocessingGroupType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Pictures.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Pictures.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.ContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape()); } /// @@ -407,9 +407,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -529,8 +529,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GraphicFrameLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ElementType, 0, 1), @@ -654,8 +654,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) @@ -752,7 +752,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -825,8 +825,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupShapeLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, 0, 1), @@ -939,17 +939,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TransformGroup.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TransformGroup()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -1059,11 +1059,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Graphic.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Graphic()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.ElementType, 1, 1, version: FileFormatVersions.Office2010), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingShape.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingShape.g.cs index 2cab3a11d..167c67c26 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingShape.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingShape.g.cs @@ -91,15 +91,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2()); builder.AddElement() .AddAttribute("normalEastAsianFlow", a => a.NormalEastAsianFlow); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -194,7 +194,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -318,9 +318,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -450,8 +450,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeLocks()); builder.AddElement() .AddAttribute("txBox", a => a.TextBox); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -549,10 +549,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.StartConnection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.StartConnection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EndConnection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EndConnection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ElementType, 0, 1), @@ -697,21 +697,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -830,10 +830,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FontReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FontReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, 1, 1), @@ -965,8 +965,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.TextBoxContent()); builder.AddElement() .AddAttribute("id", a => a.Id); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -1081,7 +1081,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -1366,14 +1366,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FlatText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FlatText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetTextWarp.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetTextWarp()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoAutoFit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NormalAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NormalAutoFit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeAutoFit()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("spcFirstLastPara", a => a.UseParagraphSpacing) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2012_wordml.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2012_wordml.g.cs index ac999f41c..93fc0e154 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2012_wordml.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2012_wordml.g.cs @@ -304,7 +304,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.CommentEx.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.CommentEx()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Word.CommentEx.ElementType, 0, 0, version: FileFormatVersions.Office2013) @@ -401,7 +401,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.Person.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.Person()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Word.Person.ElementType, 0, 0, version: FileFormatVersions.Office2013) @@ -499,8 +499,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.SectionTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.SectionTitle()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2013.Word.SectionTitle.ElementType, 0, 1, version: FileFormatVersions.Office2013), @@ -1020,7 +1020,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2013; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.PresenceInfo()); builder.AddElement() .AddAttribute("w15:author", a => a.Author, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2016_wordml_cid.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2016_wordml_cid.g.cs index 3e3e4c960..a66b8ffa4 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2016_wordml_cid.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2016_wordml_cid.g.cs @@ -71,7 +71,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ElementType, 0, 0, version: FileFormatVersions.Office2019) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml_cex.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml_cex.g.cs index bb1502f8a..1fa1a8a6a 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml_cex.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml_cex.g.cs @@ -73,8 +73,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.ElementType, 0, 0, version: FileFormatVersions.Office2021), @@ -211,7 +211,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList()); builder.AddElement() .AddAttribute("w16cex:durableId", a => a.DurableId, aBuilder => { @@ -305,7 +305,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Word.ExtensionList.Extension.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Word.ExtensionList.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2021.Word.ExtensionList.Extension.ElementType, 0, 0, version: FileFormatVersions.Office2021) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chart.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chart.g.cs index 23216d252..8c29c40e6 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chart.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chart.g.cs @@ -156,20 +156,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -417,9 +417,9 @@ protected TextBodyType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BodyProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ListStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ListStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Paragraph()); } /// @@ -1916,8 +1916,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ManualLayout()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ElementType, 0, 1), @@ -2011,9 +2011,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RichText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RichText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringLiteral()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 1, 1) @@ -2505,7 +2505,7 @@ protected ChartLinesType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); } /// @@ -2866,8 +2866,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumericValue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumericValue()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 1, 1) @@ -3017,20 +3017,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Smooth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Smooth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBars()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Marker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Marker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Trendline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Trendline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -3207,22 +3207,22 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Delete.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Delete()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowValue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowValue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowPercent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LeaderLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Separator.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Separator()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.DataLabel.ElementType, 0, 0), @@ -3417,20 +3417,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBars()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Trendline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Trendline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -3603,18 +3603,18 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBars()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Trendline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Trendline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -3771,17 +3771,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Explosion.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Explosion()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -3948,15 +3948,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Bubble3D()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -4152,7 +4152,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BandFormat()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ElementType, 0, 0) @@ -4221,11 +4221,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LogBase.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LogBase()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Orientation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Orientation()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.LogBase.ElementType, 0, 1), @@ -4409,12 +4409,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Overlay.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Overlay()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Layout()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartText()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ChartText.ElementType, 0, 1), @@ -5198,21 +5198,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Date1904.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Date1904()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Chart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Chart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExternalData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PivotSource()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PrintSettings()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Protection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Protection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Style.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Style()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Date1904.ElementType, 0, 1), @@ -5365,8 +5365,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 0) @@ -6084,7 +6084,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumericValue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumericValue()); builder.AddElement() .AddAttribute("idx", a => a.Index, aBuilder => { @@ -6170,7 +6170,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Extension.ElementType, 0, 0) @@ -6237,9 +6237,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberingCache()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Formula.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Formula()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Formula.ElementType, 1, 1), @@ -6487,10 +6487,10 @@ protected NumberDataType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumericPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PointCount()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.FormatCode.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.FormatCode()); } /// @@ -6574,7 +6574,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringPoint()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.StringPoint.ElementType, 0, 0) @@ -6641,9 +6641,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Formula.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Formula()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Formula.ElementType, 1, 1), @@ -6751,9 +6751,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringCache.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringCache()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Formula.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Formula()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Formula.ElementType, 1, 1), @@ -6996,9 +6996,9 @@ protected StringDataType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PointCount()); } /// @@ -7278,16 +7278,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Left.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Left()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Top.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Top()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Width.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Width()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Height.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Height()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LeftMode.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LeftMode()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TopMode.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TopMode()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.WidthMode.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.WidthMode()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.HeightMode.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.HeightMode()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.ElementType, 0, 1), @@ -7809,10 +7809,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Size.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Size()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Symbol.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Symbol()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Symbol.ElementType, 0, 1), @@ -7936,11 +7936,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureFormat()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.ElementType, 0, 1), @@ -8214,12 +8214,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Layout()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartText()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementType, 0, 1), @@ -8847,8 +8847,8 @@ protected NumberDataSourceType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberReference()); } /// @@ -9160,7 +9160,7 @@ protected UpDownBarType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); } /// @@ -9321,7 +9321,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.ElementType, 0, 0) @@ -9432,8 +9432,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, 1, 1), @@ -9661,10 +9661,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Layout()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartText()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementType, 0, 1), @@ -9876,11 +9876,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Marker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Marker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, 1, 1), @@ -10059,10 +10059,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Delete.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Delete()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, 1, 1), @@ -10187,12 +10187,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.OddHeader.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.OddHeader()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.OddFooter.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.OddFooter()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.EvenHeader()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.EvenFooter()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.FirstHeader()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.FirstFooter()); builder.AddElement() .AddAttribute("alignWithMargins", a => a.AlignWithMargins) .AddAttribute("differentOddEven", a => a.DifferentOddEven) @@ -10621,21 +10621,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -10765,22 +10765,22 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Delete.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Delete()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowValue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowValue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowPercent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Layout()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Separator.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Separator()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, 1, 1), @@ -10894,13 +10894,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DropLines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DropLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Grouping.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Grouping()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -11010,14 +11010,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DropLines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DropLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.GapDepth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.GapDepth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Grouping.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Grouping()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -11131,17 +11131,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowMarker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Smooth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Smooth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DropLines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DropLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.HighLowLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Grouping.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Grouping()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.UpDownBars()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -11255,14 +11255,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DropLines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DropLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.GapDepth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.GapDepth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Grouping.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Grouping()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -11372,13 +11372,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DropLines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DropLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.HighLowLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.UpDownBars()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ElementType, 3, 4), @@ -11454,12 +11454,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RadarStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.ElementType, 1, 1), @@ -11560,12 +11560,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.ElementType, 1, 1), @@ -11665,11 +11665,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -11760,10 +11760,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -11855,12 +11855,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.HoleSize.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.HoleSize()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -11958,16 +11958,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarDirection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarDirection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarGrouping()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.GapWidth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.GapWidth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Overlap.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Overlap()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -12095,16 +12095,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarDirection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarDirection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarGrouping()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.GapWidth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.GapWidth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.GapDepth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.GapDepth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -12233,17 +12233,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CustomSplit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SplitPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.GapWidth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.GapWidth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.OfPieType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.OfPieType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SplitType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SplitType()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.OfPieType.ElementType, 1, 1), @@ -12354,11 +12354,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BandFormats.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BandFormats()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Wireframe.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Wireframe()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -12451,12 +12451,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BandFormats.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BandFormats()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Wireframe.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Wireframe()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Wireframe.ElementType, 0, 1), @@ -12560,15 +12560,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.VaryColors()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Bubble3D()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BubbleScale()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementType, 0, 1), @@ -12674,27 +12674,27 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MajorUnit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinorUnit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Delete.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Delete()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CrossBetween()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Crosses.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Crosses()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CrossesAt()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Scaling.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Scaling()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Title.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Title()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -12992,29 +12992,29 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Delete.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Delete()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Crosses.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Crosses()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CrossesAt()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LabelOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Scaling.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Scaling()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Title.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Title()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -13315,30 +13315,30 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MajorUnit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinorUnit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Delete.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Delete()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Crosses.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Crosses()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CrossesAt()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LabelOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Scaling.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Scaling()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Title.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Title()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -13635,25 +13635,25 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Delete.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Delete()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Crosses.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Crosses()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CrossesAt()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Scaling.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Scaling()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Title.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Title()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AxisId()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -13933,13 +13933,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowKeys()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.ElementType, 0, 1), @@ -14202,7 +14202,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumericValue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumericValue()); builder.AddElement() .AddAttribute("idx", a => a.Index, aBuilder => { @@ -14342,7 +14342,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -14424,7 +14424,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -14506,7 +14506,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -14590,9 +14590,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -14676,7 +14676,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -14760,9 +14760,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -14848,9 +14848,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -14940,13 +14940,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15034,7 +15034,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15116,7 +15116,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15198,7 +15198,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15280,7 +15280,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15362,7 +15362,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15444,7 +15444,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15526,7 +15526,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15608,7 +15608,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15690,7 +15690,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15772,7 +15772,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15854,7 +15854,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -15936,7 +15936,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -16018,7 +16018,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -16100,7 +16100,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -16182,7 +16182,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -16257,10 +16257,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.GapWidth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.GapWidth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.UpBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.UpBars()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DownBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DownBars()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.GapWidth.ElementType, 0, 1), @@ -16380,7 +16380,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.ElementType, 0, 0) @@ -16445,7 +16445,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.ElementType, 0, 0) @@ -16510,7 +16510,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.ElementType, 0, 0) @@ -16575,7 +16575,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.ElementType, 0, 0) @@ -16640,7 +16640,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.ElementType, 0, 0) @@ -16705,7 +16705,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.ElementType, 0, 0) @@ -16772,9 +16772,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Level.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Level()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PointCount()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementType, 0, 1), @@ -16854,7 +16854,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.ElementType, 0, 0) @@ -16919,7 +16919,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.ElementType, 0, 0) @@ -16984,7 +16984,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.ElementType, 0, 0) @@ -17049,7 +17049,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.ElementType, 0, 0) @@ -17168,19 +17168,19 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.XValues.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.XValues()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Smooth.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Smooth()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBars()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Marker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Marker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.YValues.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.YValues()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Trendline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Trendline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -17328,7 +17328,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ElementType, 0, 0) @@ -17448,17 +17448,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Marker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Marker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Values.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Values()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -17617,7 +17617,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.ElementType, 0, 0) @@ -17727,7 +17727,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.ElementType, 0, 0) @@ -17834,7 +17834,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.ElementType, 0, 0) @@ -17899,7 +17899,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.ElementType, 0, 0) @@ -17964,7 +17964,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.ElementType, 0, 0) @@ -18043,21 +18043,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.XValues.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.XValues()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Bubble3D()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataLabels()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBars()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.YValues.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.YValues()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BubbleSize()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Trendline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Trendline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Order.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Order()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -18307,7 +18307,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.ElementType, 0, 0) @@ -18372,7 +18372,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.ElementType, 0, 0) @@ -18437,7 +18437,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.ElementType, 0, 0) @@ -18694,7 +18694,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.ElementType, 0, 0) @@ -18989,7 +18989,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.ElementType, 0, 0) @@ -19054,7 +19054,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.ElementType, 0, 0) @@ -19167,10 +19167,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 1, 1) @@ -19241,7 +19241,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ElementType, 0, 0) @@ -19516,7 +19516,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("bg1", a => a.Background1, aBuilder => { @@ -19657,9 +19657,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.FormatId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.FormatId()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PivotTableName()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.ElementType, 1, 1), @@ -19769,11 +19769,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartObject.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartObject()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Data.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Data()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Formatting.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Formatting()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Selection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Selection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.UserInterface.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.UserInterface()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ChartObject.ElementType, 0, 1), @@ -19919,19 +19919,19 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Legend.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Legend()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PivotFormats()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PlotArea.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PlotArea()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Floor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Floor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SideWall.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SideWall()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BackWall.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BackWall()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Title.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Title()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.View3D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.View3D()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Title.ElementType, 0, 1), @@ -20191,7 +20191,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate()); builder.AddElement() .AddAttribute("r:id", a => a.Id, aBuilder => { @@ -20278,10 +20278,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PageMargins.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PageMargins()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PageSetup.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PageSetup()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.ElementType, 0, 1), @@ -20401,7 +20401,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ElementType, 0, 0) @@ -20478,9 +20478,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -20554,7 +20554,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DLblExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.ElementType, 0, 0) @@ -20634,12 +20634,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -20723,14 +20723,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Bubble3D()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Marker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Marker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Index()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Explosion.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Explosion()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Index.ElementType, 1, 1), @@ -20917,18 +20917,18 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Forward.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Forward()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Backward.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Backward()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Intercept.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Intercept()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Period.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Period()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TrendlineType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TrendlineName()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.ElementType, 0, 1), @@ -21168,15 +21168,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NoEndCap()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Plus.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Plus()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Minus.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Minus()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.ElementType, 0, 1), @@ -21519,11 +21519,11 @@ protected AxisDataSourceType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.NumberReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.NumberReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringLiteral()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StringReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StringReference()); } /// @@ -21646,7 +21646,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.ElementType, 0, 0) @@ -21727,13 +21727,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -21811,7 +21811,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ElementType, 0, 0) @@ -21892,13 +21892,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -21976,7 +21976,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.ElementType, 0, 0) @@ -22057,13 +22057,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -22141,7 +22141,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.ElementType, 0, 0) @@ -22223,14 +22223,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -22309,7 +22309,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.ElementType, 0, 0) @@ -22390,13 +22390,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -22474,7 +22474,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.ElementType, 0, 0) @@ -22555,13 +22555,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -22639,7 +22639,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.ElementType, 0, 0) @@ -22720,13 +22720,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -22804,7 +22804,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.ElementType, 0, 0) @@ -22884,12 +22884,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -22967,7 +22967,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2019; - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.ElementType, 0, 1, version: FileFormatVersions.Office2019) @@ -23045,7 +23045,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PivotFormat()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ElementType, 0, 0) @@ -23116,13 +23116,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DepthPercent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.HeightPercent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Perspective.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Perspective()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RotateX.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RotateX()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RotateY.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RotateY()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.RotateX.ElementType, 0, 1), @@ -23496,10 +23496,10 @@ protected SurfaceType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PictureOptions()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Thickness.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Thickness()); } /// @@ -23632,30 +23632,30 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Area3DChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.AreaChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.AreaChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BarChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BarChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.BubbleChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DateAxis()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataTable.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataTable()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Layout()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Line3DChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LineChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LineChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.OfPieChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.PieChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.PieChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.RadarChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.RadarChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ScatterChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.StockChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.StockChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ValueAxis()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementType, 0, 1), @@ -23768,13 +23768,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.TextProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Overlay.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Overlay()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.Layout()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LegendEntry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.LegendPosition()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.ElementType, 0, 1), @@ -23900,7 +23900,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.ElementType, 0, 0, version: FileFormatVersions.Office2019) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chartDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chartDrawing.g.cs index 223107008..b62458915 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chartDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chartDrawing.g.cs @@ -80,14 +80,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.ElementType, 1, 1), @@ -201,14 +201,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.ElementType, 1, 1), @@ -358,10 +358,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.Style()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties()); builder.AddElement() .AddAttribute("macro", a => a.Macro) .AddAttribute("textlink", a => a.TextLink) @@ -494,14 +494,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.ElementType, 1, 1), @@ -624,9 +624,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Graphic.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Graphic()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties()); builder.AddElement() .AddAttribute("macro", a => a.Macro) .AddAttribute("fPublished", a => a.Published); @@ -758,9 +758,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.Style()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties()); builder.AddElement() .AddAttribute("macro", a => a.Macro) .AddAttribute("fPublished", a => a.Published); @@ -893,10 +893,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.Style()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties()); builder.AddElement() .AddAttribute("macro", a => a.Macro) .AddAttribute("fPublished", a => a.Published); @@ -1072,9 +1072,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -1204,8 +1204,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeLocks()); builder.AddElement() .AddAttribute("txBox", a => a.TextBox); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -1300,8 +1300,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, 1, 1), @@ -1417,21 +1417,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -1549,10 +1549,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FontReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FontReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, 1, 1), @@ -1674,9 +1674,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BodyProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ListStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ListStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Paragraph()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, 1, 1), @@ -1772,10 +1772,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.StartConnection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.StartConnection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EndConnection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EndConnection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ElementType, 0, 1), @@ -1896,8 +1896,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, 1, 1), @@ -2000,8 +2000,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PictureLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PictureLocks()); builder.AddElement() .AddAttribute("preferRelativeResize", a => a.PreferRelativeResize); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -2096,8 +2096,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, 1, 1), @@ -2212,10 +2212,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blip.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blip()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SourceRectangle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SourceRectangle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Stretch.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Stretch()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tile.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tile()); builder.AddElement() .AddAttribute("dpi", a => a.Dpi) .AddAttribute("rotWithShape", a => a.RotateWithShape); @@ -2319,8 +2319,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GraphicFrameLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ElementType, 0, 1), @@ -2413,8 +2413,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, 1, 1), @@ -2537,8 +2537,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) @@ -2635,8 +2635,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupShapeLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, 0, 1), @@ -2948,8 +2948,8 @@ protected MarkerType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition()); } /// @@ -3095,8 +3095,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementType, 1, 1), @@ -3208,17 +3208,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TransformGroup.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TransformGroup()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.g.cs index 185952fe0..906a9bf9c 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.g.cs @@ -97,11 +97,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel()); builder.AddElement() .AddAttribute("uniqueId", a => a.UniqueId) .AddAttribute("minVer", a => a.MinVersion); @@ -238,10 +238,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle()); builder.AddElement() .AddAttribute("uniqueId", a => a.UniqueId, aBuilder => { @@ -316,7 +316,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ElementType, 0, 0) @@ -385,11 +385,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Background.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Background()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Whole.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Whole()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.PointList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.PointList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.PointList.ElementType, 1, 1), @@ -591,14 +591,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Description.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Description()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Title.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Title()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.SampleData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorData()); builder.AddElement() .AddAttribute("uniqueId", a => a.UniqueId) .AddAttribute("minVer", a => a.MinVersion) @@ -748,10 +748,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Description.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Description()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Title.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Title()); builder.AddElement() .AddAttribute("uniqueId", a => a.UniqueId, aBuilder => { @@ -827,7 +827,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ElementType, 0, 0) @@ -1021,12 +1021,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel()); builder.AddElement() .AddAttribute("uniqueId", a => a.UniqueId) .AddAttribute("minVer", a => a.MinVersion); @@ -1163,10 +1163,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle()); builder.AddElement() .AddAttribute("uniqueId", a => a.UniqueId, aBuilder => { @@ -1241,7 +1241,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ElementType, 0, 0) @@ -1870,12 +1870,12 @@ public EnumValue? Hu internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("meth", a => a.Method, aBuilder => { @@ -1942,7 +1942,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -2125,7 +2125,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 0, 0) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.ElementType, 0, 0) @@ -2206,13 +2206,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -2412,10 +2412,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.TextBody()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet()); builder.AddElement() .AddAttribute("modelId", a => a.ModelId, aBuilder => { @@ -2647,7 +2647,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); builder.AddElement() .AddAttribute("modelId", a => a.ModelId, aBuilder => { @@ -2894,7 +2894,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); builder.AddElement() .AddAttribute("type", a => a.Type, aBuilder => { @@ -3076,7 +3076,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); builder.AddElement() .AddAttribute("type", a => a.Type, aBuilder => { @@ -3232,7 +3232,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Adjust()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.ElementType, 0, 0) @@ -3416,8 +3416,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Parameter()); builder.AddElement() .AddAttribute("type", a => a.Type, aBuilder => { @@ -3564,8 +3564,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("type", a => a.Type, aBuilder => @@ -3734,7 +3734,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); builder.AddElement() .AddAttribute("axis", a => a.Axis) .AddAttribute("ptType", a => a.PointType) @@ -3819,7 +3819,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Constraint()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ElementType, 0, 0) @@ -3884,7 +3884,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Rule()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ElementType, 0, 0) @@ -4116,15 +4116,15 @@ protected LayoutVariablePropertySetType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Direction.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Direction()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles()); } /// @@ -4387,15 +4387,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Choose.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Choose()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Constraints()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ForEach()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.RuleList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Shape()); builder.AddElement() .AddAttribute("name", a => a.Name) .AddAttribute("ref", a => a.Reference) @@ -4527,16 +4527,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Choose.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Choose()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Constraints()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ForEach()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.VariableList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.RuleList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Shape()); builder.AddElement() .AddAttribute("name", a => a.Name) .AddAttribute("styleLbl", a => a.StyleLabel) @@ -4630,8 +4630,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf()); builder.AddElement() .AddAttribute("name", a => a.Name); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -4818,15 +4818,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Choose.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Choose()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Constraints()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ForEach()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.RuleList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Shape()); builder.AddElement() .AddAttribute("name", a => a.Name) .AddAttribute("axis", a => a.Axis) @@ -4957,15 +4957,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Choose.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Choose()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Constraints()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ForEach()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.RuleList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Shape()); builder.AddElement() .AddAttribute("name", a => a.Name); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 0, 0) @@ -5045,11 +5045,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Background.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Background()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Whole.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Whole()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.PointList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.PointList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.PointList.ElementType, 1, 1), @@ -5355,7 +5355,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Category.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Category()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.Category.ElementType, 0, 0) @@ -5423,10 +5423,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FontReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FontReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, 1, 1), @@ -6008,10 +6008,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Backdrop.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Backdrop()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Camera.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Camera()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LightRig.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LightRig()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Camera.ElementType, 1, 1), @@ -6175,11 +6175,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BevelTop.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BevelTop()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BevelBottom.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BevelBottom()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtrusionColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtrusionColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ContourColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ContourColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("z", a => a.Z, aBuilder => { @@ -6331,8 +6331,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FlatText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FlatText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -6542,7 +6542,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 0, 0) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.ElementType, 0, 0) @@ -6621,11 +6621,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Style.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Style()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -6764,7 +6764,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Point.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Point()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.Point.ElementType, 0, 0) @@ -6829,7 +6829,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Connection()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ElementType, 0, 0) @@ -6901,14 +6901,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -6994,9 +6994,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Outline.ElementType, 0, 1), @@ -7082,7 +7082,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.DataModelExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.DataModelExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.DataModelExtension.ElementType, 0, 0) @@ -7428,8 +7428,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.Style.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.Style()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables()); builder.AddElement() .AddAttribute("presAssocID", a => a.PresentationElementId, aBuilder => { @@ -7581,21 +7581,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -7712,9 +7712,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BodyProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ListStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ListStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Paragraph()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, 1, 1), @@ -7807,7 +7807,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PtExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PtExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.PtExtension.ElementType, 0, 0) @@ -7883,8 +7883,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -8158,7 +8158,7 @@ public BooleanValue? UseDefault internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.DataModel()); builder.AddElement() .AddAttribute("useDef", a => a.UseDefault); } @@ -8231,7 +8231,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.ElementType, 0, 0) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_lockedCanvas.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_lockedCanvas.g.cs index ed9325150..563d4b86a 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_lockedCanvas.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_lockedCanvas.g.cs @@ -81,16 +81,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ConnectionShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ConnectionShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GraphicFrame.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GraphicFrame()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TextShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TextShape()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.ElementType, 1, 1), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_main.g.cs index 703ff7238..1c2d45a59 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_main.g.cs @@ -90,9 +90,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.StartTime.ElementType, static () => new DocumentFormat.OpenXml.Drawing.StartTime()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EndTime.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EndTime()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.StartTime.ElementType, 1, 1), @@ -337,7 +337,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("r:link", a => a.Link, aBuilder => { @@ -433,7 +433,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("r:link", a => a.Link, aBuilder => { @@ -529,7 +529,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("r:link", a => a.Link, aBuilder => { @@ -1755,34 +1755,34 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Complement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Complement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gray.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gray()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InverseGamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InverseGamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Inverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Inverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Saturation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Saturation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Luminance.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Luminance()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Red.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Red()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Green.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Green()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shade.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shade()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Alpha.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Alpha()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueModulation()); builder.AddElement() .AddAttribute("r", a => a.RedPortion, aBuilder => { @@ -1943,34 +1943,34 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Complement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Complement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gray.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gray()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InverseGamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InverseGamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Inverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Inverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Saturation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Saturation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Luminance.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Luminance()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Red.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Red()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Green.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Green()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shade.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shade()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Alpha.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Alpha()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueModulation()); builder.AddElement() .AddAttribute("val", a => a.Val, aBuilder => { @@ -2136,34 +2136,34 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Complement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Complement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gray.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gray()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InverseGamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InverseGamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Inverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Inverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Saturation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Saturation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Luminance.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Luminance()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Red.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Red()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Green.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Green()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shade.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shade()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Alpha.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Alpha()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueModulation()); builder.AddElement() .AddAttribute("hue", a => a.HueValue, aBuilder => { @@ -2322,34 +2322,34 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Complement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Complement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gray.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gray()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InverseGamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InverseGamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Inverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Inverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Saturation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Saturation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Luminance.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Luminance()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Red.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Red()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Green.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Green()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shade.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shade()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Alpha.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Alpha()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueModulation()); builder.AddElement() .AddAttribute("val", a => a.Val, aBuilder => { @@ -2494,34 +2494,34 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Complement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Complement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gray.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gray()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InverseGamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InverseGamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Inverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Inverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Saturation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Saturation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Luminance.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Luminance()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Red.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Red()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Green.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Green()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shade.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shade()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Alpha.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Alpha()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueModulation()); builder.AddElement() .AddAttribute("val", a => a.Val, aBuilder => { @@ -2662,34 +2662,34 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Complement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Complement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Gray.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Gray()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InverseGamma.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InverseGamma()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Inverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Inverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Saturation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Saturation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SaturationModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SaturationModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Luminance.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Luminance()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Red.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Red()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RedModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RedModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Green.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Green()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GreenModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GreenModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlueModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hue.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hue()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shade.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shade()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Alpha.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Alpha()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulation()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HueModulation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HueModulation()); builder.AddElement() .AddAttribute("val", a => a.Val, aBuilder => { @@ -2837,11 +2837,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BevelTop.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BevelTop()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BevelBottom.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BevelBottom()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtrusionColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtrusionColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ContourColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ContourColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("z", a => a.Z, aBuilder => { @@ -3103,7 +3103,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillToRectangle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillToRectangle()); builder.AddElement() .AddAttribute("path", a => a.Path, aBuilder => { @@ -3295,7 +3295,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillRectangle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillRectangle()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.FillRectangle.ElementType, 0, 1) @@ -3408,12 +3408,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -3590,10 +3590,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientStopList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientStopList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LinearGradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LinearGradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PathGradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PathGradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TileRectangle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TileRectangle()); builder.AddElement() .AddAttribute("flip", a => a.Flip, aBuilder => { @@ -3709,10 +3709,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blip.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blip()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SourceRectangle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SourceRectangle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Stretch.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Stretch()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tile.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tile()); builder.AddElement() .AddAttribute("dpi", a => a.Dpi) .AddAttribute("rotWithShape", a => a.RotateWithShape); @@ -3826,8 +3826,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ForegroundColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ForegroundColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BackgroundColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BackgroundColor()); builder.AddElement() .AddAttribute("prst", a => a.Preset, aBuilder => { @@ -4252,36 +4252,36 @@ public StringValue? Name internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaBiLevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaBiLevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaCeiling.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaCeiling()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaFloor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaFloor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaInverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaInverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulationEffect()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulationFixed()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaOutset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaOutset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaReplace.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaReplace()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BiLevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BiLevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blend.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blend()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blur.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blur()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorChange.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorChange()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorReplacement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorReplacement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Duotone.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Duotone()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectContainer.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectContainer()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Effect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Effect()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Fill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillOverlay.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillOverlay()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Glow.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Glow()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Grayscale.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Grayscale()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hsl.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hsl()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InnerShadow.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InnerShadow()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceEffect()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.OuterShadow.ElementType, static () => new DocumentFormat.OpenXml.Drawing.OuterShadow()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetShadow.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetShadow()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Reflection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Reflection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RelativeOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RelativeOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SoftEdge.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SoftEdge()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TintEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TintEffect()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TransformEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TransformEffect()); builder.AddElement() .AddAttribute("type", a => a.Type, aBuilder => { @@ -4504,12 +4504,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -4663,7 +4663,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectContainer.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectContainer()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.EffectContainer.ElementType, 1, 1) @@ -4933,7 +4933,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectContainer.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectContainer()); builder.AddElement() .AddAttribute("blend", a => a.BlendMode, aBuilder => { @@ -5084,8 +5084,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorFrom.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorFrom()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorTo.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorTo()); builder.AddElement() .AddAttribute("useA", a => a.UseAlpha); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -5184,12 +5184,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -5348,12 +5348,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 2, 2) @@ -5434,12 +5434,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -5608,12 +5608,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.AddElement() .AddAttribute("blend", a => a.Blend, aBuilder => { @@ -5788,12 +5788,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("rad", a => a.Radius, aBuilder => { @@ -6090,12 +6090,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("blurRad", a => a.BlurRadius, aBuilder => { @@ -6417,12 +6417,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("blurRad", a => a.BlurRadius, aBuilder => { @@ -6639,12 +6639,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("prst", a => a.Preset, aBuilder => { @@ -7304,14 +7304,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blur.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blur()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillOverlay.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillOverlay()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Glow.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Glow()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InnerShadow.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InnerShadow()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.OuterShadow.ElementType, static () => new DocumentFormat.OpenXml.Drawing.OuterShadow()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetShadow.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetShadow()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Reflection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Reflection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SoftEdge.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SoftEdge()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Blur.ElementType, 0, 1), @@ -7492,12 +7492,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AdjustHandleList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AdjustHandleList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ConnectionSiteList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AdjustValueList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AdjustValueList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeGuideList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeGuideList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Rectangle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Rectangle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PathList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PathList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.AdjustValueList.ElementType, 0, 1), @@ -7655,7 +7655,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AdjustValueList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AdjustValueList()); builder.AddElement() .AddAttribute("prst", a => a.Preset, aBuilder => { @@ -7749,7 +7749,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AdjustValueList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AdjustValueList()); builder.AddElement() .AddAttribute("prst", a => a.Preset, aBuilder => { @@ -7983,7 +7983,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.DashStop.ElementType, static () => new DocumentFormat.OpenXml.Drawing.DashStop()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.DashStop.ElementType, 0, 0) @@ -8053,12 +8053,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -8466,12 +8466,12 @@ public UInt32Value? Index internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("idx", a => a.Index, aBuilder => { @@ -8613,8 +8613,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -8931,11 +8931,11 @@ protected FontCollectionType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SupplementalFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SupplementalFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LatinFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LatinFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EastAsianFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EastAsianFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ComplexScriptFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ComplexScriptFont()); } /// @@ -9047,12 +9047,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("idx", a => a.Index, aBuilder => { @@ -10005,12 +10005,12 @@ protected ColorType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); } /// @@ -10657,7 +10657,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blip.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blip()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Blip.ElementType, 1, 1) @@ -11647,18 +11647,18 @@ public EnumValue? Alignment internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomDash.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomDash()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HeadEnd.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HeadEnd()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TailEnd.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TailEnd()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineJoinBevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineJoinBevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Miter.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Miter()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Round.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Round()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetDash.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetDash()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.AddElement() .AddAttribute("w", a => a.Width, aBuilder => { @@ -11768,12 +11768,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.Particle = new CompositeParticle.Builder(ParticleType.Group, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 1, 1) @@ -11925,8 +11925,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RunProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RunProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Text.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Text()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.RunProperties.ElementType, 0, 1), @@ -12018,7 +12018,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RunProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RunProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.RunProperties.ElementType, 0, 1) @@ -12118,9 +12118,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RunProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RunProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Text.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Text()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -12233,7 +12233,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GraphicData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GraphicData()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GraphicData.ElementType, 1, 1) @@ -12364,24 +12364,24 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaBiLevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaBiLevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaCeiling.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaCeiling()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaFloor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaFloor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaInverse.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaInverse()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulationEffect()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaModulationFixed()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AlphaReplace.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AlphaReplace()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BiLevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BiLevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blur.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blur()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorChange.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorChange()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorReplacement.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorReplacement()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Duotone.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Duotone()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillOverlay.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillOverlay()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Grayscale.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Grayscale()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hsl.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hsl()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LuminanceEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LuminanceEffect()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TintEffect.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TintEffect()); builder.AddElement() .AddAttribute("r:embed", a => a.Embed) .AddAttribute("r:link", a => a.Link) @@ -12502,11 +12502,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ThemeElements.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ThemeElements()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomColorList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomColorList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ObjectDefaults.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ObjectDefaults()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name) .AddAttribute("thm15:id", a => a.ThemeId, aBuilder => @@ -12680,9 +12680,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorScheme.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorScheme()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FontScheme.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FontScheme()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FormatScheme.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FormatScheme()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ColorScheme.ElementType, 0, 1), @@ -12907,9 +12907,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableGrid.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableGrid()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableRow.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableRow()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.TableProperties.ElementType, 0, 1), @@ -13012,7 +13012,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableStyleEntry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableStyleEntry()); builder.AddElement() .AddAttribute("def", a => a.Default, aBuilder => { @@ -13114,7 +13114,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -13312,12 +13312,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("name", a => a.Name); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -13535,10 +13535,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Backdrop.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Backdrop()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Camera.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Camera()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LightRig.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LightRig()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Camera.ElementType, 1, 1), @@ -13661,10 +13661,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 1, 1) @@ -13743,12 +13743,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 3, 0) @@ -13824,7 +13824,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Outline.ElementType, 3, 0) @@ -13889,7 +13889,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectStyle()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.EffectStyle.ElementType, 3, 0) @@ -13959,12 +13959,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 3, 0) @@ -14062,19 +14062,19 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Dark1Color.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Dark1Color()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Light1Color.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Light1Color()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Dark2Color.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Dark2Color()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Light2Color.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Light2Color()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Accent1Color.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Accent1Color()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Accent2Color.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Accent2Color()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Accent3Color.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Accent3Color()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Accent4Color.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Accent4Color()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Accent5Color.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Accent5Color()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Accent6Color.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Accent6Color()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Hyperlink.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Hyperlink()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -14337,9 +14337,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.MajorFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.MajorFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.MinorFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.MinorFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("name", a => a.Name, aBuilder => { @@ -14463,10 +14463,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectStyleList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectStyleList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillStyleList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillStyleList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineStyleList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineStyleList()); builder.AddElement() .AddAttribute("name", a => a.Name); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -15455,11 +15455,11 @@ protected Color2Type(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); } /// @@ -16041,7 +16041,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("noGrp", a => a.NoGrouping) .AddAttribute("noSelect", a => a.NoSelection) @@ -16231,7 +16231,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList()); builder.AddElement() .AddAttribute("noGrp", a => a.NoGrouping) .AddAttribute("noSelect", a => a.NoSelection) @@ -16495,7 +16495,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("noGrp", a => a.NoGrouping) .AddAttribute("noDrilldown", a => a.NoDrilldown) @@ -16938,355 +16938,355 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ThemeOverride.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ThemeOverride()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blip.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blip()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ThemeManager.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ThemeManager()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Graphic.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Graphic()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Theme.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Theme()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Table.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Table()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableStyleList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableStyleList()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.CameraTool()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.TextMath.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.TextMath()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.CreationId.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.CreationId()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcome.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcome()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Decorative.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Decorative()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.Y2022.ImageFormula.ImageFormula.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.Y2022.ImageFormula.ImageFormula()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartSpace()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.ChartReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.ChartReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Charts.UserShapes.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Charts.UserShapes()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.Drawing.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.Drawing()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Arc.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Arc()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Derivation.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Derivation()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.DerivedFrom.ElementType, static () => new DocumentFormat.OpenXml.EMMA.DerivedFrom()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Emma.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Emma()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.EndPoint.ElementType, static () => new DocumentFormat.OpenXml.EMMA.EndPoint()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.EndPointInfo.ElementType, static () => new DocumentFormat.OpenXml.EMMA.EndPointInfo()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Grammar.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Grammar()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Group.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Group()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.GroupInfo.ElementType, static () => new DocumentFormat.OpenXml.EMMA.GroupInfo()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Info.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Info()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Interpretation.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Interpretation()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Lattice.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Lattice()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Literal.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Literal()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Model.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Model()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Node.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Node()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.OneOf.ElementType, static () => new DocumentFormat.OpenXml.EMMA.OneOf()); + builder.AddChild(DocumentFormat.OpenXml.EMMA.Sequence.ElementType, static () => new DocumentFormat.OpenXml.EMMA.Sequence()); + builder.AddChild(DocumentFormat.OpenXml.InkML.Ink.ElementType, static () => new DocumentFormat.OpenXml.InkML.Ink()); + builder.AddChild(DocumentFormat.OpenXml.Math.MathProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.MathProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.OfficeMath.ElementType, static () => new DocumentFormat.OpenXml.Math.OfficeMath()); + builder.AddChild(DocumentFormat.OpenXml.Math.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Math.Paragraph()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Ink.ContextNode()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Callout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Callout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ClipPath()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Complex.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Complex()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Diagram.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Diagram()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Extrusion()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Ink.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Ink()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Lock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Lock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.OleObject.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.OleObject()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ShapeDefaults()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ShapeLayout()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.Skew.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.Skew()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.LeftStroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.LeftStroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.TopStroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.TopStroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.RightStroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.RightStroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.BottomStroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.BottomStroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Office.ColumnStroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Office.ColumnStroke()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.OrigImgDataImgData.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.OrigImgDataImgData()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgLink.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgLink()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyPackage.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyPackage()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommentAuthorList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommentAuthorList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommentList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommentList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.HandoutMaster.ElementType, static () => new DocumentFormat.OpenXml.Presentation.HandoutMaster()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.NotesMaster.ElementType, static () => new DocumentFormat.OpenXml.Presentation.NotesMaster()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.NotesSlide.ElementType, static () => new DocumentFormat.OpenXml.Presentation.NotesSlide()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.OleObject.ElementType, static () => new DocumentFormat.OpenXml.Presentation.OleObject()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Presentation.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Presentation()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.PresentationProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.PresentationProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Slide.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Slide()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideLayout.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideLayout()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideMaster.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideMaster()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideSyncProperties()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.TagList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.TagList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ViewProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ViewProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.Media()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.ElementType, static () => new DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentRelationship.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentRelationship()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.ElementType, static () => new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reactions.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reactions()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskDetails.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskDetails()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Pictures.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Pictures.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Presentation.TextData()); + builder.AddChild(DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.ElementType, static () => new DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Arc.ElementType, static () => new DocumentFormat.OpenXml.Vml.Arc()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Background.ElementType, static () => new DocumentFormat.OpenXml.Vml.Background()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Curve.ElementType, static () => new DocumentFormat.OpenXml.Vml.Curve()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Fill.ElementType, static () => new DocumentFormat.OpenXml.Vml.Fill()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Formulas.ElementType, static () => new DocumentFormat.OpenXml.Vml.Formulas()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Group.ElementType, static () => new DocumentFormat.OpenXml.Vml.Group()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ShapeHandles.ElementType, static () => new DocumentFormat.OpenXml.Vml.ShapeHandles()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageFile.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageFile()); + builder.AddChild(DocumentFormat.OpenXml.Vml.ImageData.ElementType, static () => new DocumentFormat.OpenXml.Vml.ImageData()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Line.ElementType, static () => new DocumentFormat.OpenXml.Vml.Line()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Oval.ElementType, static () => new DocumentFormat.OpenXml.Vml.Oval()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Path.ElementType, static () => new DocumentFormat.OpenXml.Vml.Path()); + builder.AddChild(DocumentFormat.OpenXml.Vml.PolyLine.ElementType, static () => new DocumentFormat.OpenXml.Vml.PolyLine()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Rectangle.ElementType, static () => new DocumentFormat.OpenXml.Vml.Rectangle()); + builder.AddChild(DocumentFormat.OpenXml.Vml.RoundRectangle.ElementType, static () => new DocumentFormat.OpenXml.Vml.RoundRectangle()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shadow.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shadow()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shape.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Shapetype.ElementType, static () => new DocumentFormat.OpenXml.Vml.Shapetype()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Stroke.ElementType, static () => new DocumentFormat.OpenXml.Vml.Stroke()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextBox.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextBox()); + builder.AddChild(DocumentFormat.OpenXml.Vml.TextPath.ElementType, static () => new DocumentFormat.OpenXml.Vml.TextPath()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.Color.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.Color()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Comments.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Comments()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.DataBinding.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.DataBinding()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Document.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Document()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Endnotes.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Endnotes()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Fonts.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Fonts()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Footnotes.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Footnotes()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Header.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Header()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Footer.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Footer()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Numbering.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Numbering()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Recipients.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Recipients()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Settings.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Settings()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Styles.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Styles()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.TextBoxContent()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.WebSettings.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.WebSettings()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementType, static () => new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DocumentId.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DocumentId()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.ConflictMode.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.ConflictMode()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.ContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.CommentsEx.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.CommentsEx()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.People.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.People()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.Appearance.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.Appearance()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.ElementType, static () => new DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -17606,9 +17606,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BodyProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ListStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ListStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Paragraph()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, 1, 1), @@ -17762,8 +17762,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) @@ -17911,9 +17911,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -18042,8 +18042,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeLocks()); builder.AddElement() .AddAttribute("txBox", a => a.TextBox); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -18138,8 +18138,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.ElementType, 1, 1), @@ -18255,21 +18255,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -18387,10 +18387,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.UseShapeRectangle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.UseShapeRectangle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TextBody.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TextBody()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.TextBody.ElementType, 1, 1), @@ -18477,10 +18477,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FontReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FontReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, 1, 1), @@ -18603,10 +18603,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.StartConnection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.StartConnection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EndConnection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EndConnection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ElementType, 0, 1), @@ -18727,8 +18727,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.ElementType, 1, 1), @@ -18831,8 +18831,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PictureLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PictureLocks()); builder.AddElement() .AddAttribute("preferRelativeResize", a => a.PreferRelativeResize); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -18927,8 +18927,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.ElementType, 1, 1), @@ -19021,8 +19021,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GraphicFrameLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ElementType, 0, 1), @@ -19115,8 +19115,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.ElementType, 1, 1), @@ -19209,8 +19209,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupShapeLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, 0, 1), @@ -19408,7 +19408,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Rotation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Rotation()); builder.AddElement() .AddAttribute("prst", a => a.Preset, aBuilder => { @@ -19520,7 +19520,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Rotation.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Rotation()); builder.AddElement() .AddAttribute("rig", a => a.Rig, aBuilder => { @@ -19612,10 +19612,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Anchor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Anchor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Normal.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Normal()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.UpVector.ElementType, static () => new DocumentFormat.OpenXml.Drawing.UpVector()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Anchor.ElementType, 1, 1), @@ -20308,12 +20308,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("pos", a => a.Position, aBuilder => { @@ -20473,7 +20473,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientStop.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientStop()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GradientStop.ElementType, 2, 0) @@ -20783,7 +20783,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Position.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Position()); builder.AddElement() .AddAttribute("gdRefX", a => a.XAdjustmentGuide, aBuilder => { @@ -20962,7 +20962,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Position.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Position()); builder.AddElement() .AddAttribute("gdRefR", a => a.RadialAdjustmentGuide, aBuilder => { @@ -21091,7 +21091,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Position.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Position()); builder.AddElement() .AddAttribute("ang", a => a.Angle, aBuilder => { @@ -21209,7 +21209,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Point.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Point()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Point.ElementType, 1, 1) @@ -21287,7 +21287,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Point.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Point()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Point.ElementType, 1, 1) @@ -21472,7 +21472,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Point.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Point()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Point.ElementType, 2, 2) @@ -21537,7 +21537,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Point.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Point()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Point.ElementType, 3, 3) @@ -21657,12 +21657,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ArcTo.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ArcTo()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CloseShapePath.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CloseShapePath()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineTo.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineTo()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.MoveTo.ElementType, static () => new DocumentFormat.OpenXml.Drawing.MoveTo()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.ElementType, static () => new DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo()); builder.AddElement() .AddAttribute("w", a => a.Width, aBuilder => { @@ -21874,7 +21874,7 @@ protected GeometryGuideListType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeGuide.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeGuide()); } } @@ -21933,8 +21933,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AdjustHandlePolar()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AdjustHandleXY.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AdjustHandleXY()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 0, 0) { new ElementParticle(DocumentFormat.OpenXml.Drawing.AdjustHandleXY.ElementType, 1, 1), @@ -22000,7 +22000,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ConnectionSite.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ConnectionSite()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ConnectionSite.ElementType, 0, 0) @@ -22172,7 +22172,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Path.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Path()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Path.ElementType, 0, 0) @@ -22333,10 +22333,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChildOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChildOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ChildExtents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ChildExtents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) @@ -22657,14 +22657,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FlatText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FlatText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetTextWarp.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetTextWarp()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoAutoFit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NormalAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NormalAutoFit()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeAutoFit.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeAutoFit()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("spcFirstLastPara", a => a.UseParagraphSpacing) @@ -22812,17 +22812,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.ElementType, 0, 1), @@ -23259,11 +23259,11 @@ protected DefaultShapeDefinitionType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BodyProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ListStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ListStyle()); } /// @@ -23633,7 +23633,7 @@ public EnumValue? Followe internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("bg1", a => a.Background1, aBuilder => { @@ -23766,8 +23766,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorMap.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorMap()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorScheme.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorScheme()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ColorScheme.ElementType, 1, 1), @@ -23862,10 +23862,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ColorScheme.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ColorScheme()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FontScheme.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FontScheme()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FormatScheme.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FormatScheme()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ColorScheme.ElementType, 1, 1), @@ -23997,9 +23997,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Bevel.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Bevel()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LightRig.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LightRig()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("prstMaterial", a => a.PresetMaterial, aBuilder => { @@ -24203,20 +24203,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Cell3DProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Cell3DProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RightBorderLineProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TopBorderLineProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.AddElement() .AddAttribute("marL", a => a.LeftMargin) .AddAttribute("marR", a => a.RightMargin) @@ -24451,9 +24451,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableCellProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableCellProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TextBody.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TextBody()); builder.AddElement() .AddAttribute("rowSpan", a => a.RowSpan) .AddAttribute("gridSpan", a => a.GridSpan) @@ -24785,21 +24785,21 @@ public StringValue? StyleName internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableBackground.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableBackground()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.WholeTable.ElementType, static () => new DocumentFormat.OpenXml.Drawing.WholeTable()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Band1Horizontal.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Band1Horizontal()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Band2Horizontal.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Band2Horizontal()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Band1Vertical.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Band1Vertical()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Band2Vertical.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Band2Vertical()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LastColumn.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LastColumn()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FirstColumn.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FirstColumn()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LastRow.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LastRow()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SoutheastCell.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SoutheastCell()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SouthwestCell.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SouthwestCell()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FirstRow.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FirstRow()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NortheastCell.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NortheastCell()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NorthwestCell.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NorthwestCell()); builder.AddElement() .AddAttribute("styleId", a => a.StyleId, aBuilder => { @@ -25116,7 +25116,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("w", a => a.Width, aBuilder => { @@ -25280,17 +25280,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableStyleId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableStyleId()); builder.AddElement() .AddAttribute("rtl", a => a.RightToLeft) .AddAttribute("firstRow", a => a.FirstRow) @@ -25388,7 +25388,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GridColumn.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GridColumn()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GridColumn.ElementType, 1, 1000) @@ -25464,8 +25464,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableCell.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableCell()); builder.AddElement() .AddAttribute("h", a => a.Height, aBuilder => { @@ -26065,8 +26065,8 @@ protected ThemeableLineStyleType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineReference()); } /// @@ -26158,15 +26158,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LeftBorder()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RightBorder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TopBorder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TopBorder()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BottomBorder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BottomBorder()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.InsideVerticalBorder()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.LeftBorder.ElementType, 0, 1), @@ -26384,15 +26384,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Fonts.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Fonts()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FontReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FontReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("b", a => a.Bold, aBuilder => { @@ -26489,10 +26489,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Cell3DProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Cell3DProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableCellBorders.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableCellBorders()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.TableCellBorders.ElementType, 0, 1), @@ -26582,10 +26582,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectPropertiesType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectPropertiesType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -27523,8 +27523,8 @@ protected TablePartStyleType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableCellStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableCellStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TableCellTextStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TableCellTextStyle()); } /// @@ -29053,23 +29053,23 @@ public BooleanValue? Height internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.AutoNumberedBullet()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PictureBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PictureBullet()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletColorText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletColorText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletSizeText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletSizeText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletSizePercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletSizePercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletSizePoints.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletSizePoints()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletFontText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletFontText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.DefaultRunProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.DefaultRunProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CharacterBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CharacterBullet()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BulletFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BulletFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoBullet.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoBullet()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineSpacing.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineSpacing()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SpaceBefore.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SpaceBefore()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SpaceAfter.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SpaceAfter()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TabStopList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TabStopList()); builder.AddElement() .AddAttribute("marL", a => a.LeftMargin, aBuilder => { @@ -29796,28 +29796,28 @@ public StringValue? Bookmark internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RightToLeft.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RightToLeft()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Highlight.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Highlight()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Underline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Underline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LatinFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LatinFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EastAsianFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EastAsianFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ComplexScriptFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ComplexScriptFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SymbolFont.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SymbolFont()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.UnderlineFillText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.UnderlineFillText()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.UnderlineFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.UnderlineFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.ElementType, static () => new DocumentFormat.OpenXml.Drawing.UnderlineFollowsText()); builder.AddElement() .AddAttribute("kumimoji", a => a.Kumimoji) .AddAttribute("lang", a => a.Language) @@ -29931,12 +29931,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Run.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Run()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Field.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Field()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Break.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Break()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.TextMath.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.TextMath()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ParagraphProperties.ElementType, 0, 1), @@ -30371,8 +30371,8 @@ protected TextSpacingType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SpacingPercent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SpacingPercent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SpacingPoints.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SpacingPoints()); } /// @@ -30456,7 +30456,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TabStop.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TabStop()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.TabStop.ElementType, 0, 32) @@ -30579,12 +30579,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -30671,7 +30671,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -30743,7 +30743,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ElementType, 0, 0) @@ -30809,8 +30809,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.ElementType, 1, 1), @@ -30922,17 +30922,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TransformGroup.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TransformGroup()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -31041,11 +31041,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TextShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TextShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeStyle()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.ElementType, 1, 1), @@ -31182,10 +31182,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeStyle()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.ElementType, 1, 1), @@ -31309,11 +31309,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeStyle()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.ElementType, 1, 1), @@ -31450,10 +31450,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Graphic.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Graphic()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.ElementType, 1, 1), @@ -31582,16 +31582,16 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ConnectionShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ConnectionShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GraphicFrame.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GraphicFrame()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TextShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TextShape()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.ElementType, 1, 1), @@ -31694,7 +31694,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.ElementType, 0, 0) @@ -31769,7 +31769,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -31851,7 +31851,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -31933,7 +31933,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Graphic.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Graphic()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -32075,7 +32075,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("noGrp", a => a.NoGrouping) .AddAttribute("noUngrp", a => a.NoUngrouping) @@ -32161,7 +32161,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.ElementType, 0, 0) @@ -32229,10 +32229,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeDefault.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeDefault()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineDefault.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineDefault()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TextDefault.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TextDefault()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ShapeDefault.ElementType, 0, 1), @@ -32352,7 +32352,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtraColorScheme()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ElementType, 0, 0) @@ -32417,7 +32417,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomColor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.CustomColor.ElementType, 0, 0) @@ -32482,7 +32482,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.ElementType, 0, 0) @@ -32833,8 +32833,8 @@ public BooleanValue? EndSound internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkSound.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkSound()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList()); builder.AddElement() .AddAttribute("r:id", a => a.Id) .AddAttribute("invalidUrl", a => a.InvalidUrl) @@ -32969,7 +32969,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.ElementType, 0, 0) @@ -33034,7 +33034,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ElementType, 0, 0) @@ -33110,8 +33110,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -33194,7 +33194,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -33276,7 +33276,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -33348,7 +33348,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.HyperlinkExtension.ElementType, 0, 0) @@ -33423,7 +33423,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -33624,7 +33624,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LinePropertiesExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.ElementType, 0, 0) @@ -33705,13 +33705,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.CreationId.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.CreationId()); + builder.AddChild(DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.ElementType, static () => new DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcome.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcome()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.Decorative.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.Decorative()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.ScriptLink()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -33899,7 +33899,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("noGrp", a => a.NoGrouping) .AddAttribute("noSelect", a => a.NoSelection) @@ -33989,7 +33989,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.ElementType, 0, 0) @@ -34068,11 +34068,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.CameraTool()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.Y2022.ImageFormula.ImageFormula.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.Y2022.ImageFormula.ImageFormula()); + builder.AddChild(DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedProperties()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { @@ -34148,7 +34148,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipExtension.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipExtension()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.BlipExtension.ElementType, 0, 0) @@ -34229,13 +34229,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL()); + builder.AddChild(DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared.ElementType, static () => new DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OEmbedShared()); + builder.AddChild(DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.ElementType, static () => new DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip()); + builder.AddChild(DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed.ElementType, static () => new DocumentFormat.OpenXml.Office.Word.Y2020.OEmbed.OEmbed()); + builder.AddChild(DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.ElementType, static () => new DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty()); builder.AddElement() .AddAttribute("uri", a => a.Uri, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_picture.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_picture.g.cs index 30b130333..f3d2abe0f 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_picture.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_picture.g.cs @@ -76,11 +76,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Pictures.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.ElementType, 1, 1), @@ -266,9 +266,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -398,8 +398,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PictureLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PictureLocks()); builder.AddElement() .AddAttribute("preferRelativeResize", a => a.PreferRelativeResize); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -494,8 +494,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.ElementType, 1, 1), @@ -610,10 +610,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blip.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blip()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SourceRectangle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SourceRectangle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Stretch.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Stretch()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tile.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tile()); builder.AddElement() .AddAttribute("dpi", a => a.Dpi) .AddAttribute("rotWithShape", a => a.RotateWithShape); @@ -740,21 +740,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_spreadsheetDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_spreadsheetDrawing.g.cs index 580e0edf9..11c1d5fa9 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_spreadsheetDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_spreadsheetDrawing.g.cs @@ -91,15 +91,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart()); builder.AddElement() .AddAttribute("editAs", a => a.EditAs, aBuilder => { @@ -220,15 +220,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.ElementType, 1, 1), @@ -344,15 +344,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Position()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.ElementType, 1, 1), @@ -503,10 +503,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties()); builder.AddElement() .AddAttribute("macro", a => a.Macro) .AddAttribute("textlink", a => a.TextLink) @@ -639,14 +639,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.ElementType, 1, 1), @@ -769,9 +769,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Graphic.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Graphic()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties()); builder.AddElement() .AddAttribute("macro", a => a.Macro) .AddAttribute("fPublished", a => a.Published); @@ -903,9 +903,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties()); builder.AddElement() .AddAttribute("macro", a => a.Macro) .AddAttribute("fPublished", a => a.Published); @@ -1038,10 +1038,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties()); builder.AddElement() .AddAttribute("macro", a => a.Macro) .AddAttribute("fPublished", a => a.Published); @@ -1191,10 +1191,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties()); builder.AddElement() .AddAttribute("r:id", a => a.RelationshipId, aBuilder => { @@ -1325,9 +1325,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 0) @@ -1432,8 +1432,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.ElementType, 1, 1), @@ -1549,21 +1549,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.CustomGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Outline.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Outline()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetGeometry()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Shape3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Shape3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Transform2D()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { @@ -1681,10 +1681,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FontReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FontReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.LineReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.FillReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.FillReference()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectReference.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.LineReference.ElementType, 1, 1), @@ -1806,9 +1806,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BodyProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ListStyle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ListStyle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Paragraph()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.BodyProperties.ElementType, 1, 1), @@ -1902,8 +1902,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.ElementType, 1, 1), @@ -1996,8 +1996,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.ElementType, 1, 1), @@ -2102,10 +2102,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Blip.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Blip()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SourceRectangle.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SourceRectangle()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Stretch.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Stretch()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Tile.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Tile()); builder.AddElement() .AddAttribute("rotWithShape", a => a.RotateWithShape); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -2208,8 +2208,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.ElementType, 1, 1), @@ -2332,8 +2332,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Offset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Offset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Extents.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Extents()); builder.AddElement() .AddAttribute("rot", a => a.Rotation) .AddAttribute("flipH", a => a.HorizontalFlip) @@ -2747,10 +2747,10 @@ protected MarkerType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId()); } /// @@ -3087,9 +3087,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -3219,8 +3219,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ShapeLocks()); builder.AddElement() .AddAttribute("txBox", a => a.TextBox); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -3317,10 +3317,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.StartConnection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.StartConnection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EndConnection.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EndConnection()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ElementType, 0, 1), @@ -3451,8 +3451,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PictureLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PictureLocks()); builder.AddElement() .AddAttribute("preferRelativeResize", a => a.PreferRelativeResize); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -3547,8 +3547,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GraphicFrameLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ElementType, 0, 1), @@ -3641,8 +3641,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupShapeLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementType, 0, 1), @@ -3735,8 +3735,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.ElementType, 1, 1), @@ -3848,17 +3848,17 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GroupFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GroupFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.TransformGroup.ElementType, static () => new DocumentFormat.OpenXml.Drawing.TransformGroup()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Scene3DType.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Scene3DType()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); builder.AddElement() .AddAttribute("bwMode", a => a.BlackWhiteMode, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_wordprocessingDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_wordprocessingDrawing.g.cs index 2436a8d01..1881b6a6a 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_wordprocessingDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_wordprocessingDrawing.g.cs @@ -153,7 +153,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent()); builder.AddElement() .AddAttribute("wrapText", a => a.WrapText, aBuilder => { @@ -271,7 +271,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon()); builder.AddElement() .AddAttribute("wrapText", a => a.WrapText, aBuilder => { @@ -387,7 +387,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon()); builder.AddElement() .AddAttribute("wrapText", a => a.WrapText, aBuilder => { @@ -493,7 +493,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent()); builder.AddElement() .AddAttribute("distT", a => a.DistanceFromTop) .AddAttribute("distB", a => a.DistanceFromBottom); @@ -644,11 +644,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Graphic.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Graphic()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent()); builder.AddElement() .AddAttribute("distT", a => a.DistanceFromTop) .AddAttribute("distB", a => a.DistanceFromBottom) @@ -947,21 +947,21 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Graphic.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Graphic()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight()); builder.AddElement() .AddAttribute("distT", a => a.DistanceFromTop) .AddAttribute("distB", a => a.DistanceFromBottom) @@ -1400,8 +1400,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo()); builder.AddElement() .AddAttribute("edited", a => a.Edited); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -1494,9 +1494,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset()); builder.AddElement() .AddAttribute("relativeFrom", a => a.RelativeFrom, aBuilder => { @@ -1623,9 +1623,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.ElementType, static () => new DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset()); builder.AddElement() .AddAttribute("relativeFrom", a => a.RelativeFrom, aBuilder => { @@ -1853,9 +1853,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnClick()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList()); builder.AddElement() .AddAttribute("id", a => a.Id, aBuilder => { @@ -1975,8 +1975,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GraphicFrameLocks()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ElementType, 0, 1), diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_bibliography.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_bibliography.g.cs index 2e40d7499..2dce0fe80 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_bibliography.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_bibliography.g.cs @@ -100,7 +100,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Source.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Source()); builder.AddElement() .AddAttribute("SelectedStyle", a => a.SelectedStyle, aBuilder => { @@ -180,9 +180,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Last.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Last()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.First.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.First()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Middle.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Middle()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Bibliography.Last.ElementType, 0, 0), @@ -2625,7 +2625,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Person.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Person()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Bibliography.Person.ElementType, 1, 0) @@ -3585,7 +3585,7 @@ protected NameType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.NameList.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.NameList()); } /// @@ -3794,8 +3794,8 @@ protected NameOrCorporateType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.NameList.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.NameList()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Corporate.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Corporate()); } /// @@ -3894,22 +3894,22 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Author.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Author()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Performer.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Performer()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Artist.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Artist()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.BookAuthor.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.BookAuthor()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Compiler.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Compiler()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Composer.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Composer()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Conductor.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Conductor()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Counsel.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Counsel()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Director.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Director()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Editor.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Editor()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Interviewee.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Interviewee()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Interviewer.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Interviewer()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Inventor.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Inventor()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.ProducerName.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.ProducerName()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Translator.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Translator()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Writer.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Writer()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 0, 0) @@ -4295,58 +4295,58 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.AuthorList.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.AuthorList()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.SourceType.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.SourceType()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.AlbumTitle.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.AlbumTitle()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.BookTitle.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.BookTitle()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Broadcaster.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Broadcaster()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.BroadcastTitle.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.BroadcastTitle()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.CaseNumber.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.CaseNumber()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.ChapterNumber.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.ChapterNumber()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.City.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.City()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Comments.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Comments()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.ConferenceName.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.ConferenceName()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.CountryRegion.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.CountryRegion()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Court.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Court()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Day.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Day()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.DayAccessed.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.DayAccessed()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Department.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Department()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Distributor.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Distributor()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Edition.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Edition()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.GuidString.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.GuidString()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Institution.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Institution()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.InternetSiteTitle()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Issue.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Issue()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.JournalName.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.JournalName()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.LcId.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.LcId()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Medium.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Medium()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Month.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Month()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.MonthAccessed.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.MonthAccessed()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.NumberVolumes.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.NumberVolumes()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Pages.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Pages()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.PatentNumber.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.PatentNumber()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.PeriodicalTitle()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.ProductionCompany.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.ProductionCompany()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.PublicationTitle.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.PublicationTitle()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Publisher.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Publisher()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.RecordingNumber.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.RecordingNumber()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.ReferenceOrder()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Reporter.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Reporter()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.ShortTitle.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.ShortTitle()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.StandardNumber.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.StandardNumber()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.StateProvince.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.StateProvince()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Station.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Station()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Tag.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Tag()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Theater.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Theater()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.ThesisType.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.ThesisType()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Title.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Title()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.PatentType.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.PatentType()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.UrlString.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.UrlString()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Version.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Version()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Volume.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Volume()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.Year.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.Year()); + builder.AddChild(DocumentFormat.OpenXml.Bibliography.YearAccessed.ElementType, static () => new DocumentFormat.OpenXml.Bibliography.YearAccessed()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 0, 0) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_characteristics.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_characteristics.g.cs index a202aca55..5c5e66d53 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_characteristics.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_characteristics.g.cs @@ -70,7 +70,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.ElementType, static () => new DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.ElementType, 0, 0) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_custom-properties.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_custom-properties.g.cs index a9ed59b87..232ce53d6 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_custom-properties.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_custom-properties.g.cs @@ -72,7 +72,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.ElementType, static () => new DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.ElementType, 0, 0) @@ -241,40 +241,40 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTArray.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTArray()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTClipboardData.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTClipboardData()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTEmpty.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTEmpty()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTNull.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTNull()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTVector.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTVector()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTVStreamData.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTVStreamData()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTClassId.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTClassId()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTCurrency.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTCurrency()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTError.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTError()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTBlob.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTBlob()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTOBlob.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTOBlob()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTStreamData.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTStreamData()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTOStreamData.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTOStreamData()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTStorage.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTStorage()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTOStorage.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTOStorage()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTBool.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTBool()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTByte.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTByte()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTDate.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTDate()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTFileTime.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTFileTime()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTDecimal.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTDecimal()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTDouble.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTDouble()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTFloat.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTFloat()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTInt32.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTInt32()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTInteger.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTInteger()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTInt64.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTInt64()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTShort.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTShort()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTLPSTR.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTLPSTR()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTLPWSTR()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTBString.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTBString()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort()); builder.AddElement() .AddAttribute("fmtid", a => a.FormatId, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_customXml.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_customXml.g.cs index 1f1dfd2b1..10c25d56d 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_customXml.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_customXml.g.cs @@ -83,7 +83,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.ElementType, static () => new DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences()); builder.AddElement() .AddAttribute("ds:itemID", a => a.ItemId, aBuilder => { @@ -246,7 +246,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.ElementType, static () => new DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.ElementType, 0, 0) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_docPropsVTypes.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_docPropsVTypes.g.cs index 0fb250c20..61647199a 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_docPropsVTypes.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_docPropsVTypes.g.cs @@ -105,41 +105,41 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTArray.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTArray()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTClipboardData.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTClipboardData()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTEmpty.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTEmpty()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTNull.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTNull()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.Variant.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.Variant()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTVector.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTVector()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTVStreamData.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTVStreamData()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTClassId.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTClassId()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTCurrency.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTCurrency()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTError.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTError()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTBlob.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTBlob()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTOBlob.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTOBlob()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTStreamData.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTStreamData()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTOStreamData.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTOStreamData()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTStorage.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTStorage()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTOStorage.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTOStorage()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTBool.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTBool()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTByte.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTByte()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTDate.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTDate()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTFileTime.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTFileTime()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTDecimal.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTDecimal()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTDouble.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTDouble()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTFloat.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTFloat()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTInt32.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTInt32()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTInteger.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTInteger()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTInt64.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTInt64()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTShort.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTShort()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTLPSTR.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTLPSTR()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTLPWSTR()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTBString.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTBString()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.VariantTypes.Variant.ElementType, 1, 1), @@ -733,27 +733,27 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTClipboardData.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTClipboardData()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.Variant.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.Variant()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTClassId.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTClassId()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTCurrency.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTCurrency()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTError.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTError()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTBool.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTBool()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTByte.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTByte()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTDate.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTDate()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTFileTime.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTFileTime()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTDouble.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTDouble()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTFloat.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTFloat()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTInt32.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTInt32()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTInt64.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTInt64()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTShort.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTShort()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTLPSTR.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTLPSTR()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTLPWSTR()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTBString.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTBString()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort()); builder.AddElement() .AddAttribute("baseType", a => a.BaseType, aBuilder => { @@ -893,23 +893,23 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.Variant.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.Variant()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTCurrency.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTCurrency()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTError.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTError()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTBool.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTBool()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTByte.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTByte()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTDate.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTDate()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTDecimal.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTDecimal()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTDouble.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTDouble()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTFloat.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTFloat()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTInt32.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTInt32()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTInteger.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTInteger()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTShort.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTShort()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTBString.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTBString()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger()); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort()); builder.AddElement() .AddAttribute("lBound", a => a.LowerBounds, aBuilder => { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_extended-properties.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_extended-properties.g.cs index 181dd91df..e5bc9724f 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_extended-properties.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_extended-properties.g.cs @@ -97,33 +97,33 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.SharedDocument()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.Pages.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.Pages()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.Words.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.Words()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.Characters.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.Characters()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.Lines.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.Lines()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.Paragraphs()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.Slides.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.Slides()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.Notes.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.Notes()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.TotalTime.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.TotalTime()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.Template.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.Template()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.Manager.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.Manager()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.Company.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.Company()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.Application.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.Application()); + builder.AddChild(DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ElementType, static () => new DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion()); builder.Particle = new CompositeParticle.Builder(ParticleType.All, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.ExtendedProperties.Template.ElementType, 0, 1), @@ -1728,7 +1728,7 @@ protected VectorVariantType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTVector.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTVector()); } /// @@ -1799,7 +1799,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTVector.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTVector()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.VariantTypes.VTVector.ElementType, 1, 1) @@ -1877,7 +1877,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.VariantTypes.VTBlob.ElementType, static () => new DocumentFormat.OpenXml.VariantTypes.VTBlob()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.VariantTypes.VTBlob.ElementType, 1, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_math.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_math.g.cs index 13bc8575f..9984b7147 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_math.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_math.g.cs @@ -201,41 +201,41 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.RunProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.RunProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Text.ElementType, static () => new DocumentFormat.OpenXml.Math.Text()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Break.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Break()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Drawing.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Drawing()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.SoftHyphen()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.DayShort.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.DayShort()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MonthShort.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MonthShort()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.YearShort.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.YearShort()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.DayLong.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.DayLong()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MonthLong.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MonthLong()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.YearLong.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.YearLong()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.SeparatorMark()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.PageNumber.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.PageNumber()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CarriageReturn()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.TabChar.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.TabChar()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.FieldChar.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.FieldChar()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.FootnoteReference()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.EndnoteReference()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CommentReference.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CommentReference()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Picture.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Picture()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.PositionalTab.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.PositionalTab()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.RunProperties.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.RunProperties()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Ruby.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Ruby()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.SymbolChar.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.SymbolChar()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Text.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Text()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.DeletedText.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.DeletedText()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.FieldCode.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.FieldCode()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.RunProperties.ElementType, 0, 1), @@ -376,8 +376,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.AccentProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.AccentProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.AccentProperties.ElementType, 0, 1), @@ -470,8 +470,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.BarProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.BarProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.BarProperties.ElementType, 0, 1), @@ -564,8 +564,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.BoxProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.BoxProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.BoxProperties.ElementType, 0, 1), @@ -658,8 +658,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.BorderBoxProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.BorderBoxProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.BorderBoxProperties.ElementType, 0, 1), @@ -752,8 +752,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.DelimiterProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.DelimiterProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.DelimiterProperties.ElementType, 0, 1), @@ -833,8 +833,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.EquationArrayProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.EquationArrayProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.EquationArrayProperties.ElementType, 0, 1), @@ -915,9 +915,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.FractionProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.FractionProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Numerator.ElementType, static () => new DocumentFormat.OpenXml.Math.Numerator()); + builder.AddChild(DocumentFormat.OpenXml.Math.Denominator.ElementType, static () => new DocumentFormat.OpenXml.Math.Denominator()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.FractionProperties.ElementType, 0, 1), @@ -1025,9 +1025,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.FunctionProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.FunctionProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.FunctionName.ElementType, static () => new DocumentFormat.OpenXml.Math.FunctionName()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.FunctionProperties.ElementType, 0, 1), @@ -1134,8 +1134,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.GroupCharProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.GroupCharProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.GroupCharProperties.ElementType, 0, 1), @@ -1229,9 +1229,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.LimitLowerProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.LimitLowerProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); + builder.AddChild(DocumentFormat.OpenXml.Math.Limit.ElementType, static () => new DocumentFormat.OpenXml.Math.Limit()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.LimitLowerProperties.ElementType, 0, 1), @@ -1339,9 +1339,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.LimitUpperProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.LimitUpperProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); + builder.AddChild(DocumentFormat.OpenXml.Math.Limit.ElementType, static () => new DocumentFormat.OpenXml.Math.Limit()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.LimitUpperProperties.ElementType, 0, 1), @@ -1448,8 +1448,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.MatrixProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.MatrixProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.MatrixRow.ElementType, static () => new DocumentFormat.OpenXml.Math.MatrixRow()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.MatrixProperties.ElementType, 0, 1), @@ -1531,10 +1531,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.NaryProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.NaryProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.SubArgument.ElementType, static () => new DocumentFormat.OpenXml.Math.SubArgument()); + builder.AddChild(DocumentFormat.OpenXml.Math.SuperArgument.ElementType, static () => new DocumentFormat.OpenXml.Math.SuperArgument()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.NaryProperties.ElementType, 0, 1), @@ -1655,8 +1655,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); + builder.AddChild(DocumentFormat.OpenXml.Math.PhantomProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.PhantomProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.PhantomProperties.ElementType, 0, 1), @@ -1750,9 +1750,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.Degree.ElementType, static () => new DocumentFormat.OpenXml.Math.Degree()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); + builder.AddChild(DocumentFormat.OpenXml.Math.RadicalProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.RadicalProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.RadicalProperties.ElementType, 0, 1), @@ -1861,10 +1861,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.SubArgument.ElementType, static () => new DocumentFormat.OpenXml.Math.SubArgument()); + builder.AddChild(DocumentFormat.OpenXml.Math.SuperArgument.ElementType, static () => new DocumentFormat.OpenXml.Math.SuperArgument()); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); + builder.AddChild(DocumentFormat.OpenXml.Math.PreSubSuperProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.PreSubSuperProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.PreSubSuperProperties.ElementType, 0, 1), @@ -1986,9 +1986,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); + builder.AddChild(DocumentFormat.OpenXml.Math.SubArgument.ElementType, static () => new DocumentFormat.OpenXml.Math.SubArgument()); + builder.AddChild(DocumentFormat.OpenXml.Math.SubscriptProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.SubscriptProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.SubscriptProperties.ElementType, 0, 1), @@ -2097,10 +2097,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); + builder.AddChild(DocumentFormat.OpenXml.Math.SubArgument.ElementType, static () => new DocumentFormat.OpenXml.Math.SubArgument()); + builder.AddChild(DocumentFormat.OpenXml.Math.SuperArgument.ElementType, static () => new DocumentFormat.OpenXml.Math.SuperArgument()); + builder.AddChild(DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.SubSuperscriptProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ElementType, 0, 1), @@ -2222,9 +2222,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); + builder.AddChild(DocumentFormat.OpenXml.Math.SuperArgument.ElementType, static () => new DocumentFormat.OpenXml.Math.SuperArgument()); + builder.AddChild(DocumentFormat.OpenXml.Math.SuperscriptProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.SuperscriptProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.SuperscriptProperties.ElementType, 0, 1), @@ -2363,40 +2363,40 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.OfficeMath.ElementType, static () => new DocumentFormat.OpenXml.Math.OfficeMath()); + builder.AddChild(DocumentFormat.OpenXml.Math.ParagraphProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ParagraphProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Run.ElementType, static () => new DocumentFormat.OpenXml.Math.Run()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.BookmarkStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.ContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.PermEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.PermEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.PermStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.PermStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.ProofError.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.ProofError()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Run.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Run()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.InsertedRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.InsertedRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.DeletedRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.DeletedRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRun()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.ParagraphProperties.ElementType, 0, 1), @@ -2619,62 +2619,62 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.Accent.ElementType, static () => new DocumentFormat.OpenXml.Math.Accent()); + builder.AddChild(DocumentFormat.OpenXml.Math.Bar.ElementType, static () => new DocumentFormat.OpenXml.Math.Bar()); + builder.AddChild(DocumentFormat.OpenXml.Math.BorderBox.ElementType, static () => new DocumentFormat.OpenXml.Math.BorderBox()); + builder.AddChild(DocumentFormat.OpenXml.Math.Box.ElementType, static () => new DocumentFormat.OpenXml.Math.Box()); + builder.AddChild(DocumentFormat.OpenXml.Math.Delimiter.ElementType, static () => new DocumentFormat.OpenXml.Math.Delimiter()); + builder.AddChild(DocumentFormat.OpenXml.Math.EquationArray.ElementType, static () => new DocumentFormat.OpenXml.Math.EquationArray()); + builder.AddChild(DocumentFormat.OpenXml.Math.Fraction.ElementType, static () => new DocumentFormat.OpenXml.Math.Fraction()); + builder.AddChild(DocumentFormat.OpenXml.Math.MathFunction.ElementType, static () => new DocumentFormat.OpenXml.Math.MathFunction()); + builder.AddChild(DocumentFormat.OpenXml.Math.GroupChar.ElementType, static () => new DocumentFormat.OpenXml.Math.GroupChar()); + builder.AddChild(DocumentFormat.OpenXml.Math.LimitLower.ElementType, static () => new DocumentFormat.OpenXml.Math.LimitLower()); + builder.AddChild(DocumentFormat.OpenXml.Math.LimitUpper.ElementType, static () => new DocumentFormat.OpenXml.Math.LimitUpper()); + builder.AddChild(DocumentFormat.OpenXml.Math.Matrix.ElementType, static () => new DocumentFormat.OpenXml.Math.Matrix()); + builder.AddChild(DocumentFormat.OpenXml.Math.Nary.ElementType, static () => new DocumentFormat.OpenXml.Math.Nary()); + builder.AddChild(DocumentFormat.OpenXml.Math.OfficeMath.ElementType, static () => new DocumentFormat.OpenXml.Math.OfficeMath()); + builder.AddChild(DocumentFormat.OpenXml.Math.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Math.Paragraph()); + builder.AddChild(DocumentFormat.OpenXml.Math.Phantom.ElementType, static () => new DocumentFormat.OpenXml.Math.Phantom()); + builder.AddChild(DocumentFormat.OpenXml.Math.Run.ElementType, static () => new DocumentFormat.OpenXml.Math.Run()); + builder.AddChild(DocumentFormat.OpenXml.Math.Radical.ElementType, static () => new DocumentFormat.OpenXml.Math.Radical()); + builder.AddChild(DocumentFormat.OpenXml.Math.PreSubSuper.ElementType, static () => new DocumentFormat.OpenXml.Math.PreSubSuper()); + builder.AddChild(DocumentFormat.OpenXml.Math.Subscript.ElementType, static () => new DocumentFormat.OpenXml.Math.Subscript()); + builder.AddChild(DocumentFormat.OpenXml.Math.SubSuperscript.ElementType, static () => new DocumentFormat.OpenXml.Math.SubSuperscript()); + builder.AddChild(DocumentFormat.OpenXml.Math.Superscript.ElementType, static () => new DocumentFormat.OpenXml.Math.Superscript()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.BookmarkStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.ContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Hyperlink.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Hyperlink()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.PermEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.PermEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.PermStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.PermStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.ProofError.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.ProofError()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.InsertedRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.InsertedRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.DeletedRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.DeletedRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRun()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.SdtRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.SdtRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.SimpleField.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.SimpleField()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 0) @@ -2925,22 +2925,22 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.BreakBinary.ElementType, static () => new DocumentFormat.OpenXml.Math.BreakBinary()); + builder.AddChild(DocumentFormat.OpenXml.Math.BreakBinarySubtraction.ElementType, static () => new DocumentFormat.OpenXml.Math.BreakBinarySubtraction()); + builder.AddChild(DocumentFormat.OpenXml.Math.MathFont.ElementType, static () => new DocumentFormat.OpenXml.Math.MathFont()); + builder.AddChild(DocumentFormat.OpenXml.Math.IntegralLimitLocation.ElementType, static () => new DocumentFormat.OpenXml.Math.IntegralLimitLocation()); + builder.AddChild(DocumentFormat.OpenXml.Math.NaryLimitLocation.ElementType, static () => new DocumentFormat.OpenXml.Math.NaryLimitLocation()); + builder.AddChild(DocumentFormat.OpenXml.Math.DefaultJustification.ElementType, static () => new DocumentFormat.OpenXml.Math.DefaultJustification()); + builder.AddChild(DocumentFormat.OpenXml.Math.SmallFraction.ElementType, static () => new DocumentFormat.OpenXml.Math.SmallFraction()); + builder.AddChild(DocumentFormat.OpenXml.Math.DisplayDefaults.ElementType, static () => new DocumentFormat.OpenXml.Math.DisplayDefaults()); + builder.AddChild(DocumentFormat.OpenXml.Math.WrapRight.ElementType, static () => new DocumentFormat.OpenXml.Math.WrapRight()); + builder.AddChild(DocumentFormat.OpenXml.Math.LeftMargin.ElementType, static () => new DocumentFormat.OpenXml.Math.LeftMargin()); + builder.AddChild(DocumentFormat.OpenXml.Math.RightMargin.ElementType, static () => new DocumentFormat.OpenXml.Math.RightMargin()); + builder.AddChild(DocumentFormat.OpenXml.Math.PreSpacing.ElementType, static () => new DocumentFormat.OpenXml.Math.PreSpacing()); + builder.AddChild(DocumentFormat.OpenXml.Math.PostSpacing.ElementType, static () => new DocumentFormat.OpenXml.Math.PostSpacing()); + builder.AddChild(DocumentFormat.OpenXml.Math.InterSpacing.ElementType, static () => new DocumentFormat.OpenXml.Math.InterSpacing()); + builder.AddChild(DocumentFormat.OpenXml.Math.IntraSpacing.ElementType, static () => new DocumentFormat.OpenXml.Math.IntraSpacing()); + builder.AddChild(DocumentFormat.OpenXml.Math.WrapIndent.ElementType, static () => new DocumentFormat.OpenXml.Math.WrapIndent()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.MathFont.ElementType, 0, 1), @@ -4190,12 +4190,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.Break.ElementType, static () => new DocumentFormat.OpenXml.Math.Break()); + builder.AddChild(DocumentFormat.OpenXml.Math.Literal.ElementType, static () => new DocumentFormat.OpenXml.Math.Literal()); + builder.AddChild(DocumentFormat.OpenXml.Math.NormalText.ElementType, static () => new DocumentFormat.OpenXml.Math.NormalText()); + builder.AddChild(DocumentFormat.OpenXml.Math.Alignment.ElementType, static () => new DocumentFormat.OpenXml.Math.Alignment()); + builder.AddChild(DocumentFormat.OpenXml.Math.Script.ElementType, static () => new DocumentFormat.OpenXml.Math.Script()); + builder.AddChild(DocumentFormat.OpenXml.Math.Style.ElementType, static () => new DocumentFormat.OpenXml.Math.Style()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.Literal.ElementType, 0, 1), @@ -4517,11 +4517,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.RunProperties.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.RunProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Group, 0, 1) @@ -4615,8 +4615,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.AccentChar.ElementType, static () => new DocumentFormat.OpenXml.Math.AccentChar()); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.AccentChar.ElementType, 0, 1), @@ -7116,64 +7116,64 @@ protected OfficeMathArgumentType(string outerXml) : base(outerXml) internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.Accent.ElementType, static () => new DocumentFormat.OpenXml.Math.Accent()); + builder.AddChild(DocumentFormat.OpenXml.Math.Bar.ElementType, static () => new DocumentFormat.OpenXml.Math.Bar()); + builder.AddChild(DocumentFormat.OpenXml.Math.BorderBox.ElementType, static () => new DocumentFormat.OpenXml.Math.BorderBox()); + builder.AddChild(DocumentFormat.OpenXml.Math.Box.ElementType, static () => new DocumentFormat.OpenXml.Math.Box()); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Delimiter.ElementType, static () => new DocumentFormat.OpenXml.Math.Delimiter()); + builder.AddChild(DocumentFormat.OpenXml.Math.EquationArray.ElementType, static () => new DocumentFormat.OpenXml.Math.EquationArray()); + builder.AddChild(DocumentFormat.OpenXml.Math.Fraction.ElementType, static () => new DocumentFormat.OpenXml.Math.Fraction()); + builder.AddChild(DocumentFormat.OpenXml.Math.MathFunction.ElementType, static () => new DocumentFormat.OpenXml.Math.MathFunction()); + builder.AddChild(DocumentFormat.OpenXml.Math.GroupChar.ElementType, static () => new DocumentFormat.OpenXml.Math.GroupChar()); + builder.AddChild(DocumentFormat.OpenXml.Math.LimitLower.ElementType, static () => new DocumentFormat.OpenXml.Math.LimitLower()); + builder.AddChild(DocumentFormat.OpenXml.Math.LimitUpper.ElementType, static () => new DocumentFormat.OpenXml.Math.LimitUpper()); + builder.AddChild(DocumentFormat.OpenXml.Math.Matrix.ElementType, static () => new DocumentFormat.OpenXml.Math.Matrix()); + builder.AddChild(DocumentFormat.OpenXml.Math.Nary.ElementType, static () => new DocumentFormat.OpenXml.Math.Nary()); + builder.AddChild(DocumentFormat.OpenXml.Math.OfficeMath.ElementType, static () => new DocumentFormat.OpenXml.Math.OfficeMath()); + builder.AddChild(DocumentFormat.OpenXml.Math.ArgumentProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ArgumentProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Paragraph.ElementType, static () => new DocumentFormat.OpenXml.Math.Paragraph()); + builder.AddChild(DocumentFormat.OpenXml.Math.Phantom.ElementType, static () => new DocumentFormat.OpenXml.Math.Phantom()); + builder.AddChild(DocumentFormat.OpenXml.Math.Run.ElementType, static () => new DocumentFormat.OpenXml.Math.Run()); + builder.AddChild(DocumentFormat.OpenXml.Math.Radical.ElementType, static () => new DocumentFormat.OpenXml.Math.Radical()); + builder.AddChild(DocumentFormat.OpenXml.Math.PreSubSuper.ElementType, static () => new DocumentFormat.OpenXml.Math.PreSubSuper()); + builder.AddChild(DocumentFormat.OpenXml.Math.Subscript.ElementType, static () => new DocumentFormat.OpenXml.Math.Subscript()); + builder.AddChild(DocumentFormat.OpenXml.Math.SubSuperscript.ElementType, static () => new DocumentFormat.OpenXml.Math.SubSuperscript()); + builder.AddChild(DocumentFormat.OpenXml.Math.Superscript.ElementType, static () => new DocumentFormat.OpenXml.Math.Superscript()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.BookmarkStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.ContentPart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.ContentPart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.Hyperlink.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.Hyperlink()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.PermEnd.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.PermEnd()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.PermStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.PermStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.ProofError.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.ProofError()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.InsertedRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.InsertedRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.DeletedRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.DeletedRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveFromRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.MoveToRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.MoveToRun()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.SdtRun.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.SdtRun()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.SimpleField.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.SimpleField()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.ElementType, static () => new DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart()); } /// @@ -7349,8 +7349,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Position.ElementType, static () => new DocumentFormat.OpenXml.Math.Position()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.Position.ElementType, 0, 1), @@ -7447,12 +7447,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Break.ElementType, static () => new DocumentFormat.OpenXml.Math.Break()); + builder.AddChild(DocumentFormat.OpenXml.Math.OperatorEmulator.ElementType, static () => new DocumentFormat.OpenXml.Math.OperatorEmulator()); + builder.AddChild(DocumentFormat.OpenXml.Math.NoBreak.ElementType, static () => new DocumentFormat.OpenXml.Math.NoBreak()); + builder.AddChild(DocumentFormat.OpenXml.Math.Differential.ElementType, static () => new DocumentFormat.OpenXml.Math.Differential()); + builder.AddChild(DocumentFormat.OpenXml.Math.Alignment.ElementType, static () => new DocumentFormat.OpenXml.Math.Alignment()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.OperatorEmulator.ElementType, 0, 1), @@ -7608,15 +7608,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.HideTop.ElementType, static () => new DocumentFormat.OpenXml.Math.HideTop()); + builder.AddChild(DocumentFormat.OpenXml.Math.HideBottom.ElementType, static () => new DocumentFormat.OpenXml.Math.HideBottom()); + builder.AddChild(DocumentFormat.OpenXml.Math.HideLeft.ElementType, static () => new DocumentFormat.OpenXml.Math.HideLeft()); + builder.AddChild(DocumentFormat.OpenXml.Math.HideRight.ElementType, static () => new DocumentFormat.OpenXml.Math.HideRight()); + builder.AddChild(DocumentFormat.OpenXml.Math.StrikeHorizontal.ElementType, static () => new DocumentFormat.OpenXml.Math.StrikeHorizontal()); + builder.AddChild(DocumentFormat.OpenXml.Math.StrikeVertical.ElementType, static () => new DocumentFormat.OpenXml.Math.StrikeVertical()); + builder.AddChild(DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.ElementType, static () => new DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight()); + builder.AddChild(DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.ElementType, static () => new DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.HideTop.ElementType, 0, 1), @@ -7859,12 +7859,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.BeginChar.ElementType, static () => new DocumentFormat.OpenXml.Math.BeginChar()); + builder.AddChild(DocumentFormat.OpenXml.Math.SeparatorChar.ElementType, static () => new DocumentFormat.OpenXml.Math.SeparatorChar()); + builder.AddChild(DocumentFormat.OpenXml.Math.EndChar.ElementType, static () => new DocumentFormat.OpenXml.Math.EndChar()); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.GrowOperators.ElementType, static () => new DocumentFormat.OpenXml.Math.GrowOperators()); + builder.AddChild(DocumentFormat.OpenXml.Math.Shape.ElementType, static () => new DocumentFormat.OpenXml.Math.Shape()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.BeginChar.ElementType, 0, 1), @@ -8274,12 +8274,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.MaxDistribution.ElementType, static () => new DocumentFormat.OpenXml.Math.MaxDistribution()); + builder.AddChild(DocumentFormat.OpenXml.Math.ObjectDistribution.ElementType, static () => new DocumentFormat.OpenXml.Math.ObjectDistribution()); + builder.AddChild(DocumentFormat.OpenXml.Math.RowSpacingRule.ElementType, static () => new DocumentFormat.OpenXml.Math.RowSpacingRule()); + builder.AddChild(DocumentFormat.OpenXml.Math.RowSpacing.ElementType, static () => new DocumentFormat.OpenXml.Math.RowSpacing()); + builder.AddChild(DocumentFormat.OpenXml.Math.BaseJustification.ElementType, static () => new DocumentFormat.OpenXml.Math.BaseJustification()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.BaseJustification.ElementType, 0, 1), @@ -8476,8 +8476,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.FractionType.ElementType, static () => new DocumentFormat.OpenXml.Math.FractionType()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.FractionType.ElementType, 0, 1), @@ -8569,7 +8569,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, 0, 1) @@ -8650,10 +8650,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.AccentChar.ElementType, static () => new DocumentFormat.OpenXml.Math.AccentChar()); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.Position.ElementType, static () => new DocumentFormat.OpenXml.Math.Position()); + builder.AddChild(DocumentFormat.OpenXml.Math.VerticalJustification.ElementType, static () => new DocumentFormat.OpenXml.Math.VerticalJustification()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.AccentChar.ElementType, 0, 1), @@ -8773,7 +8773,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, 0, 1) @@ -8851,7 +8851,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, 0, 1) @@ -9027,8 +9027,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.MatrixColumnCount.ElementType, static () => new DocumentFormat.OpenXml.Math.MatrixColumnCount()); + builder.AddChild(DocumentFormat.OpenXml.Math.MatrixColumnJustification.ElementType, static () => new DocumentFormat.OpenXml.Math.MatrixColumnJustification()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.MatrixColumnCount.ElementType, 0, 1), @@ -9120,7 +9120,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.MatrixColumnProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.MatrixColumnProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.MatrixColumnProperties.ElementType, 0, 1) @@ -9483,7 +9483,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.MatrixColumn.ElementType, static () => new DocumentFormat.OpenXml.Math.MatrixColumn()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.MatrixColumn.ElementType, 1, 64) @@ -9556,15 +9556,15 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.MatrixColumns.ElementType, static () => new DocumentFormat.OpenXml.Math.MatrixColumns()); + builder.AddChild(DocumentFormat.OpenXml.Math.HidePlaceholder.ElementType, static () => new DocumentFormat.OpenXml.Math.HidePlaceholder()); + builder.AddChild(DocumentFormat.OpenXml.Math.RowSpacingRule.ElementType, static () => new DocumentFormat.OpenXml.Math.RowSpacingRule()); + builder.AddChild(DocumentFormat.OpenXml.Math.ColumnGapRule.ElementType, static () => new DocumentFormat.OpenXml.Math.ColumnGapRule()); + builder.AddChild(DocumentFormat.OpenXml.Math.ColumnSpacing.ElementType, static () => new DocumentFormat.OpenXml.Math.ColumnSpacing()); + builder.AddChild(DocumentFormat.OpenXml.Math.RowSpacing.ElementType, static () => new DocumentFormat.OpenXml.Math.RowSpacing()); + builder.AddChild(DocumentFormat.OpenXml.Math.ColumnGap.ElementType, static () => new DocumentFormat.OpenXml.Math.ColumnGap()); + builder.AddChild(DocumentFormat.OpenXml.Math.BaseJustification.ElementType, static () => new DocumentFormat.OpenXml.Math.BaseJustification()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.BaseJustification.ElementType, 0, 1), @@ -9754,7 +9754,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.Base.ElementType, static () => new DocumentFormat.OpenXml.Math.Base()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.Base.ElementType, 1, 64) @@ -9958,12 +9958,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.AccentChar.ElementType, static () => new DocumentFormat.OpenXml.Math.AccentChar()); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.LimitLocation.ElementType, static () => new DocumentFormat.OpenXml.Math.LimitLocation()); + builder.AddChild(DocumentFormat.OpenXml.Math.GrowOperators.ElementType, static () => new DocumentFormat.OpenXml.Math.GrowOperators()); + builder.AddChild(DocumentFormat.OpenXml.Math.HideSubArgument.ElementType, static () => new DocumentFormat.OpenXml.Math.HideSubArgument()); + builder.AddChild(DocumentFormat.OpenXml.Math.HideSuperArgument.ElementType, static () => new DocumentFormat.OpenXml.Math.HideSuperArgument()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.AccentChar.ElementType, 0, 1), @@ -10116,12 +10116,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.ShowPhantom.ElementType, static () => new DocumentFormat.OpenXml.Math.ShowPhantom()); + builder.AddChild(DocumentFormat.OpenXml.Math.ZeroWidth.ElementType, static () => new DocumentFormat.OpenXml.Math.ZeroWidth()); + builder.AddChild(DocumentFormat.OpenXml.Math.ZeroAscent.ElementType, static () => new DocumentFormat.OpenXml.Math.ZeroAscent()); + builder.AddChild(DocumentFormat.OpenXml.Math.ZeroDescent.ElementType, static () => new DocumentFormat.OpenXml.Math.ZeroDescent()); + builder.AddChild(DocumentFormat.OpenXml.Math.Transparent.ElementType, static () => new DocumentFormat.OpenXml.Math.Transparent()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.ShowPhantom.ElementType, 0, 1), @@ -10270,8 +10270,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.HideDegree.ElementType, static () => new DocumentFormat.OpenXml.Math.HideDegree()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.HideDegree.ElementType, 0, 1), @@ -10363,7 +10363,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, 0, 1) @@ -10441,7 +10441,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, 0, 1) @@ -10520,8 +10520,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); + builder.AddChild(DocumentFormat.OpenXml.Math.AlignScripts.ElementType, static () => new DocumentFormat.OpenXml.Math.AlignScripts()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.AlignScripts.ElementType, 0, 1), @@ -10613,7 +10613,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, static () => new DocumentFormat.OpenXml.Math.ControlProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.ControlProperties.ElementType, 0, 1) @@ -10740,7 +10740,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.ArgumentSize.ElementType, static () => new DocumentFormat.OpenXml.Math.ArgumentSize()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.ArgumentSize.ElementType, 0, 1) @@ -11065,7 +11065,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Math.Justification.ElementType, static () => new DocumentFormat.OpenXml.Math.Justification()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Math.Justification.ElementType, 0, 1) diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_presentationml_2006_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_presentationml_2006_main.g.cs index cfc1a356e..15efa8d47 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_presentationml_2006_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_presentationml_2006_main.g.cs @@ -965,7 +965,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.ExtensionList()); builder.AddElement() .AddAttribute("bg1", a => a.Background1, aBuilder => { @@ -1105,8 +1105,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.OverrideColorMapping.ElementType, static () => new DocumentFormat.OpenXml.Drawing.OverrideColorMapping()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.MasterColorMapping.ElementType, static () => new DocumentFormat.OpenXml.Drawing.MasterColorMapping()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new CompositeParticle.Builder(ParticleType.Choice, 1, 1) @@ -1218,14 +1218,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.BlipFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.BlipFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectDag.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectDag()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.EffectList.ElementType, static () => new DocumentFormat.OpenXml.Drawing.EffectList()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.GradientFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.GradientFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.NoFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.NoFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PatternFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PatternFill()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SolidFill.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SolidFill()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ExtensionList()); builder.AddElement() .AddAttribute("shadeToTitle", a => a.ShadeToTitle); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -1326,12 +1326,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Drawing.HslColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.HslColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.PresetColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.PresetColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SchemeColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SchemeColor()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementType, static () => new DocumentFormat.OpenXml.Drawing.RgbColorModelHex()); + builder.AddChild(DocumentFormat.OpenXml.Drawing.SystemColor.ElementType, static () => new DocumentFormat.OpenXml.Drawing.SystemColor()); builder.AddElement() .AddAttribute("idx", a => a.Index, aBuilder => { @@ -1492,8 +1492,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2021; - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reactions.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reactions()); + builder.AddChild(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskDetails.ElementType, static () => new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskDetails()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskDetails.ElementType, 0, 1, version: FileFormatVersions.Microsoft365), @@ -1585,7 +1585,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommentAuthor.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommentAuthor()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Presentation.CommentAuthor.ElementType, 0, 0) @@ -1681,7 +1681,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Comment.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Comment()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Presentation.Comment.ElementType, 0, 0) @@ -1852,9 +1852,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ElementType, static () => new DocumentFormat.OpenXml.Presentation.OleObjectEmbed()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.OleObjectLink.ElementType, static () => new DocumentFormat.OpenXml.Presentation.OleObjectLink()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Picture.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Picture()); builder.AddElement() .AddAttribute("spid", a => a.ShapeId, aBuilder => { @@ -2075,20 +2075,20 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.NotesSize.ElementType, static () => new DocumentFormat.OpenXml.Presentation.NotesSize()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.DefaultTextStyle.ElementType, static () => new DocumentFormat.OpenXml.Presentation.DefaultTextStyle()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CustomerDataList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CustomerDataList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CustomShowList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CustomShowList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.EmbeddedFontList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.EmbeddedFontList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.HandoutMasterIdList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Kinsoku.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Kinsoku()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ModificationVerifier.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ModificationVerifier()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.NotesMasterIdList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.NotesMasterIdList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.PhotoAlbum.ElementType, static () => new DocumentFormat.OpenXml.Presentation.PhotoAlbum()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.PresentationExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.PresentationExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideIdList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideIdList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideMasterIdList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideMasterIdList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideSize.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideSize()); builder.AddElement() .AddAttribute("serverZoom", a => a.ServerZoom) .AddAttribute("firstSlideNum", a => a.FirstSlideNum) @@ -2401,12 +2401,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.HtmlPublishProperties()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.PrintingProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.PrintingProperties()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ShowProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ShowProperties()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.WebProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.WebProperties()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ElementType, 0, 1), @@ -2619,11 +2619,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ColorMapOverride.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ColorMapOverride()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonSlideData.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonSlideData()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Timing.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Timing()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Transition.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Transition()); builder.AddElement() .AddAttribute("showMasterSp", a => a.ShowMasterShapes) .AddAttribute("showMasterPhAnim", a => a.ShowMasterPlaceholderAnimations) @@ -2864,12 +2864,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ColorMapOverride.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ColorMapOverride()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonSlideData.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonSlideData()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.HeaderFooter.ElementType, static () => new DocumentFormat.OpenXml.Presentation.HeaderFooter()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Timing.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Timing()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Transition.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Transition()); builder.AddElement() .AddAttribute("showMasterSp", a => a.ShowMasterShapes) .AddAttribute("showMasterPhAnim", a => a.ShowMasterPlaceholderAnimations) @@ -3081,14 +3081,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ColorMap.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ColorMap()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonSlideData.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonSlideData()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.HeaderFooter.ElementType, static () => new DocumentFormat.OpenXml.Presentation.HeaderFooter()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideLayoutIdList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.TextStyles.ElementType, static () => new DocumentFormat.OpenXml.Presentation.TextStyles()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Timing.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Timing()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Transition.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Transition()); builder.AddElement() .AddAttribute("preserve", a => a.Preserve); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -3306,10 +3306,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ColorMap.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ColorMap()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonSlideData.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonSlideData()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.HeaderFooter.ElementType, static () => new DocumentFormat.OpenXml.Presentation.HeaderFooter()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Presentation.CommonSlideData.ElementType, 1, 1), @@ -3470,11 +3470,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ColorMap.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ColorMap()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.NotesStyle.ElementType, static () => new DocumentFormat.OpenXml.Presentation.NotesStyle()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonSlideData.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonSlideData()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.HeaderFooter.ElementType, static () => new DocumentFormat.OpenXml.Presentation.HeaderFooter()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Presentation.CommonSlideData.ElementType, 1, 1), @@ -3667,9 +3667,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ColorMapOverride.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ColorMapOverride()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonSlideData.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonSlideData()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ExtensionListWithModification()); builder.AddElement() .AddAttribute("showMasterSp", a => a.ShowMasterShapes) .AddAttribute("showMasterPhAnim", a => a.ShowMasterPlaceholderAnimations); @@ -3845,7 +3845,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ExtensionList()); builder.AddElement() .AddAttribute("serverSldId", a => a.ServerSlideId, aBuilder => { @@ -3967,7 +3967,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Tag.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Tag()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Presentation.Tag.ElementType, 0, 0) @@ -4090,14 +4090,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.GridSpacing.ElementType, static () => new DocumentFormat.OpenXml.Presentation.GridSpacing()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ExtensionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ExtensionList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.NormalViewProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.NormalViewProperties()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.NotesTextViewProperties()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.NotesViewProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.NotesViewProperties()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.OutlineViewProperties()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SorterViewProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SorterViewProperties()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideViewProperties.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideViewProperties()); builder.AddElement() .AddAttribute("lastView", a => a.LastView, aBuilder => { @@ -4339,9 +4339,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) base.ConfigureMetadata(builder); builder.SetSchema(ElementType); builder.Availability = FileFormatVersions.Office2010; - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties()); builder.AddElement() .AddAttribute("p14:bwMode", a => a.BwMode, aBuilder => { @@ -4593,7 +4593,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Sound.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Sound()); builder.AddElement() .AddAttribute("loop", a => a.Loop); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) @@ -4779,11 +4779,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SoundTarget.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SoundTarget()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.SlideTarget.ElementType, static () => new DocumentFormat.OpenXml.Presentation.SlideTarget()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ShapeTarget.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ShapeTarget()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.InkTarget.ElementType, static () => new DocumentFormat.OpenXml.Presentation.InkTarget()); + builder.AddChild(DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ElementType, static () => new DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget()); builder.Particle = new CompositeParticle.Builder(ParticleType.Choice, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Presentation.SlideTarget.ElementType, 1, 1), @@ -5165,9 +5165,9 @@ public StringValue? Delay internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.TargetElement.ElementType, static () => new DocumentFormat.OpenXml.Presentation.TargetElement()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.ElementType, static () => new DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.TimeNode.ElementType, static () => new DocumentFormat.OpenXml.Presentation.TimeNode()); builder.AddElement() .AddAttribute("evt", a => a.Event, aBuilder => { @@ -5282,7 +5282,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonTimeNode.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonTimeNode()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Presentation.CommonTimeNode.ElementType, 1, 1) @@ -5392,9 +5392,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonTimeNode.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonTimeNode()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.PreviousConditionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.PreviousConditionList()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.NextConditionList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.NextConditionList()); builder.AddElement() .AddAttribute("concurrent", a => a.Concurrent) .AddAttribute("prevAc", a => a.PreviousAction, aBuilder => @@ -5510,7 +5510,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonTimeNode.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonTimeNode()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Presentation.CommonTimeNode.ElementType, 1, 1) @@ -5652,8 +5652,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonBehavior.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonBehavior()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.ElementType, static () => new DocumentFormat.OpenXml.Presentation.TimeAnimateValueList()); builder.AddElement() .AddAttribute("by", a => a.By) .AddAttribute("from", a => a.From) @@ -5785,10 +5785,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.FromColor.ElementType, static () => new DocumentFormat.OpenXml.Presentation.FromColor()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ToColor.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ToColor()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ByColor.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ByColor()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonBehavior.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonBehavior()); builder.AddElement() .AddAttribute("clrSpc", a => a.ColorSpace, aBuilder => { @@ -5948,8 +5948,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.Progress.ElementType, static () => new DocumentFormat.OpenXml.Presentation.Progress()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonBehavior.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonBehavior()); builder.AddElement() .AddAttribute("transition", a => a.Transition, aBuilder => { @@ -6115,11 +6115,11 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonBehavior.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonBehavior()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ByPosition.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ByPosition()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.FromPosition.ElementType, static () => new DocumentFormat.OpenXml.Presentation.FromPosition()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ToPosition.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ToPosition()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.RotationCenter.ElementType, static () => new DocumentFormat.OpenXml.Presentation.RotationCenter()); builder.AddElement() .AddAttribute("origin", a => a.Origin, aBuilder => { @@ -6314,7 +6314,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonBehavior.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonBehavior()); builder.AddElement() .AddAttribute("by", a => a.By) .AddAttribute("from", a => a.From) @@ -6430,10 +6430,10 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonBehavior.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonBehavior()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ByPosition.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ByPosition()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.FromPosition.ElementType, static () => new DocumentFormat.OpenXml.Presentation.FromPosition()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ToPosition.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ToPosition()); builder.AddElement() .AddAttribute("zoomContents", a => a.ZoomContents) .AddAttribute("p14:bounceEnd", a => a.BounceEnd, aBuilder => @@ -6580,7 +6580,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonBehavior.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonBehavior()); builder.AddElement() .AddAttribute("type", a => a.Type, aBuilder => { @@ -6665,8 +6665,8 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.ToVariantValue.ElementType, static () => new DocumentFormat.OpenXml.Presentation.ToVariantValue()); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonBehavior.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonBehavior()); builder.Particle = new CompositeParticle.Builder(ParticleType.Sequence, 1, 1) { new ElementParticle(DocumentFormat.OpenXml.Presentation.CommonBehavior.ElementType, 1, 1), @@ -6768,7 +6768,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) { base.ConfigureMetadata(builder); builder.SetSchema(ElementType); - builder.AddChild(); + builder.AddChild(DocumentFormat.OpenXml.Presentation.CommonMediaNode.ElementType, static () => new DocumentFormat.OpenXml.Presentation.CommonMediaNode()); builder.AddElement