diff --git a/schema/purl.org/dc/elements/ElementContainer.go b/schema/purl.org/dc/elements/ElementContainer.go index cb7c6e14..593bc2bd 100644 --- a/schema/purl.org/dc/elements/ElementContainer.go +++ b/schema/purl.org/dc/elements/ElementContainer.go @@ -55,7 +55,7 @@ lElementContainer: } m.Choice = append(m.Choice, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ElementContainer %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/purl.org/dc/elements/ElementsGroup.go b/schema/purl.org/dc/elements/ElementsGroup.go index 2123f868..6ba3a1d9 100644 --- a/schema/purl.org/dc/elements/ElementsGroup.go +++ b/schema/purl.org/dc/elements/ElementsGroup.go @@ -52,7 +52,7 @@ lElementsGroup: } m.Choice = append(m.Choice, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ElementsGroup %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/purl.org/dc/elements/ElementsGroupChoice.go b/schema/purl.org/dc/elements/ElementsGroupChoice.go index 1f1c1b4b..489d7796 100644 --- a/schema/purl.org/dc/elements/ElementsGroupChoice.go +++ b/schema/purl.org/dc/elements/ElementsGroupChoice.go @@ -51,7 +51,7 @@ lElementsGroupChoice: } m.Any = append(m.Any, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ElementsGroupChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/purl.org/dc/terms/ElementOrRefinementContainer.go b/schema/purl.org/dc/terms/ElementOrRefinementContainer.go index 9ce8eb9d..aa0da6ac 100644 --- a/schema/purl.org/dc/terms/ElementOrRefinementContainer.go +++ b/schema/purl.org/dc/terms/ElementOrRefinementContainer.go @@ -55,7 +55,7 @@ lElementOrRefinementContainer: } m.Choice = append(m.Choice, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ElementOrRefinementContainer %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/purl.org/dc/terms/ElementsAndRefinementsGroup.go b/schema/purl.org/dc/terms/ElementsAndRefinementsGroup.go index 1da0f5c6..98d0613a 100644 --- a/schema/purl.org/dc/terms/ElementsAndRefinementsGroup.go +++ b/schema/purl.org/dc/terms/ElementsAndRefinementsGroup.go @@ -52,7 +52,7 @@ lElementsAndRefinementsGroup: } m.Choice = append(m.Choice, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ElementsAndRefinementsGroup %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/purl.org/dc/terms/ElementsAndRefinementsGroupChoice.go b/schema/purl.org/dc/terms/ElementsAndRefinementsGroupChoice.go index 7519be42..392ba7d1 100644 --- a/schema/purl.org/dc/terms/ElementsAndRefinementsGroupChoice.go +++ b/schema/purl.org/dc/terms/ElementsAndRefinementsGroupChoice.go @@ -53,7 +53,7 @@ lElementsAndRefinementsGroupChoice: } m.Any = append(m.Any, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ElementsAndRefinementsGroupChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Area3DChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Area3DChart.go index 89e90830..938a083d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Area3DChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Area3DChart.go @@ -122,7 +122,7 @@ lCT_Area3DChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Area3DChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AreaChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AreaChart.go index 063a8659..d8835138 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AreaChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AreaChart.go @@ -112,7 +112,7 @@ lCT_AreaChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AreaChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AreaSer.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AreaSer.go index fad91084..e35b13b6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AreaSer.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AreaSer.go @@ -165,7 +165,7 @@ lCT_AreaSer: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AreaSer %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AxDataSource.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AxDataSource.go index 45ab0bd2..42f9a4fe 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AxDataSource.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AxDataSource.go @@ -75,7 +75,7 @@ lCT_AxDataSource: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AxDataSource %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AxDataSourceChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AxDataSourceChoice.go index e6381f25..38ead245 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AxDataSourceChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_AxDataSourceChoice.go @@ -89,7 +89,7 @@ lCT_AxDataSourceChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AxDataSourceChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BandFmt.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BandFmt.go index 0ef83397..ff1bbeb3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BandFmt.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BandFmt.go @@ -62,7 +62,7 @@ lCT_BandFmt: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BandFmt %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BandFmts.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BandFmts.go index 97f6b595..9ad53e4c 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BandFmts.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BandFmts.go @@ -53,7 +53,7 @@ lCT_BandFmts: } m.BandFmt = append(m.BandFmt, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BandFmts %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Bar3DChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Bar3DChart.go index ebd63324..562399d1 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Bar3DChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Bar3DChart.go @@ -141,7 +141,7 @@ lCT_Bar3DChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Bar3DChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BarChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BarChart.go index 253aa608..59875000 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BarChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BarChart.go @@ -142,7 +142,7 @@ lCT_BarChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BarChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BarSer.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BarSer.go index 384b992e..b04eba63 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BarSer.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BarSer.go @@ -184,7 +184,7 @@ lCT_BarSer: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BarSer %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BubbleChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BubbleChart.go index 5974dcc2..0faf7591 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BubbleChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BubbleChart.go @@ -132,7 +132,7 @@ lCT_BubbleChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BubbleChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BubbleSer.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BubbleSer.go index b3f35915..2ab230c8 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BubbleSer.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_BubbleSer.go @@ -185,7 +185,7 @@ lCT_BubbleSer: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BubbleSer %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_CatAx.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_CatAx.go index 446829ca..44baacc6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_CatAx.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_CatAx.go @@ -265,7 +265,7 @@ lCT_CatAx: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CatAx %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Chart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Chart.go index 49224060..371ec5c4 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Chart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Chart.go @@ -170,7 +170,7 @@ lCT_Chart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Chart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ChartLines.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ChartLines.go index 75f7d5f6..c41c50cc 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ChartLines.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ChartLines.go @@ -53,7 +53,7 @@ lCT_ChartLines: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ChartLines %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ChartSpace.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ChartSpace.go index 854d2a37..87a784e0 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ChartSpace.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ChartSpace.go @@ -182,7 +182,7 @@ lCT_ChartSpace: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ChartSpace %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_CustSplit.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_CustSplit.go index 8b69c80a..820ca999 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_CustSplit.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_CustSplit.go @@ -53,7 +53,7 @@ lCT_CustSplit: } m.SecondPiePt = append(m.SecondPiePt, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustSplit %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLbl.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLbl.go index b069ad24..6de545e9 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLbl.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLbl.go @@ -148,7 +148,7 @@ lCT_DLbl: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DLbl %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLblChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLblChoice.go index 342b9b9e..232cb8cd 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLblChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLblChoice.go @@ -183,7 +183,7 @@ lCT_DLblChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DLblChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLbls.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLbls.go index 1654e4b3..880efd83 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLbls.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLbls.go @@ -151,7 +151,7 @@ lCT_DLbls: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DLbls %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLblsChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLblsChoice.go index db2246c8..b29378c5 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLblsChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DLblsChoice.go @@ -183,7 +183,7 @@ lCT_DLblsChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DLblsChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DPt.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DPt.go index 05ed6de9..96fd6d06 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DPt.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DPt.go @@ -122,7 +122,7 @@ lCT_DPt: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DPt %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DTable.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DTable.go index 443848ae..7c5eec38 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DTable.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DTable.go @@ -113,7 +113,7 @@ lCT_DTable: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DTable %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DateAx.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DateAx.go index 08bd3d4d..1815ff74 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DateAx.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DateAx.go @@ -275,7 +275,7 @@ lCT_DateAx: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DateAx %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnits.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnits.go index 23313cdb..f2ec8a8b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnits.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnits.go @@ -77,7 +77,7 @@ lCT_DispUnits: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DispUnits %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnitsChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnitsChoice.go index 5f5b2ea2..28e71647 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnitsChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnitsChoice.go @@ -59,7 +59,7 @@ lCT_DispUnitsChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DispUnitsChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnitsLbl.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnitsLbl.go index 17946ba2..3117a08b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnitsLbl.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DispUnitsLbl.go @@ -83,7 +83,7 @@ lCT_DispUnitsLbl: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DispUnitsLbl %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DoughnutChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DoughnutChart.go index 7d8dd3e9..ae2cbaa7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DoughnutChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_DoughnutChart.go @@ -103,7 +103,7 @@ lCT_DoughnutChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DoughnutChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ErrBars.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ErrBars.go index ff173ada..50558d9a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ErrBars.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ErrBars.go @@ -131,7 +131,7 @@ lCT_ErrBars: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ErrBars %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ExtensionList.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ExtensionList.go index 7225fe55..66a223b5 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ExtensionList.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ExtensionList.go @@ -53,7 +53,7 @@ lCT_ExtensionList: } m.Ext = append(m.Ext, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExtensionList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ExternalData.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ExternalData.go index 88650bf0..11ae1a05 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ExternalData.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ExternalData.go @@ -64,7 +64,7 @@ lCT_ExternalData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExternalData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_HeaderFooter.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_HeaderFooter.go index 42d7f460..624684e1 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_HeaderFooter.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_HeaderFooter.go @@ -149,7 +149,7 @@ lCT_HeaderFooter: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_HeaderFooter %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Layout.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Layout.go index f21da35b..9319f0f2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Layout.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Layout.go @@ -61,7 +61,7 @@ lCT_Layout: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Layout %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Legend.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Legend.go index a112bf68..64639726 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Legend.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Legend.go @@ -115,7 +115,7 @@ lCT_Legend: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Legend %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LegendEntry.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LegendEntry.go index 0ce36d38..029baf58 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LegendEntry.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LegendEntry.go @@ -76,7 +76,7 @@ lCT_LegendEntry: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LegendEntry %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LegendEntryChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LegendEntryChoice.go index 7c3246eb..74936899 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LegendEntryChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LegendEntryChoice.go @@ -61,7 +61,7 @@ lCT_LegendEntryChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LegendEntryChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Line3DChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Line3DChart.go index 0769e78c..5340eeb1 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Line3DChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Line3DChart.go @@ -121,7 +121,7 @@ lCT_Line3DChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Line3DChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LineChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LineChart.go index 83876570..e37afcc1 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LineChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LineChart.go @@ -151,7 +151,7 @@ lCT_LineChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LineChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LineSer.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LineSer.go index 49193bb3..dbb2d926 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LineSer.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_LineSer.go @@ -174,7 +174,7 @@ lCT_LineSer: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LineSer %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Lvl.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Lvl.go index 16e76c8d..19ec35b6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Lvl.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Lvl.go @@ -53,7 +53,7 @@ lCT_Lvl: } m.Pt = append(m.Pt, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Lvl %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ManualLayout.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ManualLayout.go index 351f8809..54f6a125 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ManualLayout.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ManualLayout.go @@ -141,7 +141,7 @@ lCT_ManualLayout: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ManualLayout %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Marker.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Marker.go index 7da6d38c..c49f7a7c 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Marker.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Marker.go @@ -83,7 +83,7 @@ lCT_Marker: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Marker %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_MultiLvlStrData.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_MultiLvlStrData.go index a53bf540..912b3f58 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_MultiLvlStrData.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_MultiLvlStrData.go @@ -73,7 +73,7 @@ lCT_MultiLvlStrData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MultiLvlStrData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_MultiLvlStrRef.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_MultiLvlStrRef.go index aab3122d..d91ed422 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_MultiLvlStrRef.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_MultiLvlStrRef.go @@ -71,7 +71,7 @@ lCT_MultiLvlStrRef: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MultiLvlStrRef %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumData.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumData.go index 58747393..8fbc0d49 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumData.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumData.go @@ -86,7 +86,7 @@ lCT_NumData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NumData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumDataSource.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumDataSource.go index a8b95f88..d8f178bc 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumDataSource.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumDataSource.go @@ -57,7 +57,7 @@ lCT_NumDataSource: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NumDataSource %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumDataSourceChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumDataSourceChoice.go index 0b2edcc1..2cd0b755 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumDataSourceChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumDataSourceChoice.go @@ -59,7 +59,7 @@ lCT_NumDataSourceChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NumDataSourceChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumRef.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumRef.go index 082d5aa7..f7f077f0 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumRef.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumRef.go @@ -71,7 +71,7 @@ lCT_NumRef: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NumRef %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumVal.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumVal.go index 7600954c..4c757d45 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumVal.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_NumVal.go @@ -77,7 +77,7 @@ lCT_NumVal: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NumVal %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_OfPieChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_OfPieChart.go index a5a46338..e258a53e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_OfPieChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_OfPieChart.go @@ -153,7 +153,7 @@ lCT_OfPieChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OfPieChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PictureOptions.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PictureOptions.go index 8959bc8d..b598fb64 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PictureOptions.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PictureOptions.go @@ -91,7 +91,7 @@ lCT_PictureOptions: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PictureOptions %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Pie3DChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Pie3DChart.go index bb07dc5c..f0735d82 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Pie3DChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Pie3DChart.go @@ -83,7 +83,7 @@ lCT_Pie3DChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Pie3DChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PieChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PieChart.go index 2e3313f4..e22e0f6a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PieChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PieChart.go @@ -93,7 +93,7 @@ lCT_PieChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PieChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PieSer.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PieSer.go index de7ceee4..6207eb94 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PieSer.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PieSer.go @@ -143,7 +143,7 @@ lCT_PieSer: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PieSer %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotFmt.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotFmt.go index 306a1da2..8c827200 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotFmt.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotFmt.go @@ -102,7 +102,7 @@ lCT_PivotFmt: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotFmt %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotFmts.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotFmts.go index ef75d9e7..5f93d0f2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotFmts.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotFmts.go @@ -53,7 +53,7 @@ lCT_PivotFmts: } m.PivotFmt = append(m.PivotFmt, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotFmts %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotSource.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotSource.go index 506cf388..e3019920 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotSource.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PivotSource.go @@ -72,7 +72,7 @@ lCT_PivotSource: } m.ExtLst = append(m.ExtLst, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotSource %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotArea.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotArea.go index a38985b1..f006853b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotArea.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotArea.go @@ -214,7 +214,7 @@ lCT_PlotArea: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PlotArea %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotAreaChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotAreaChoice.go index 87269ad1..89f8f476 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotAreaChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotAreaChoice.go @@ -216,7 +216,7 @@ lCT_PlotAreaChoice: } m.BubbleChart = append(m.BubbleChart, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PlotAreaChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotAreaChoice1.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotAreaChoice1.go index d56408b5..6b509fbf 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotAreaChoice1.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PlotAreaChoice1.go @@ -84,7 +84,7 @@ lCT_PlotAreaChoice1: } m.SerAx = append(m.SerAx, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PlotAreaChoice1 %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PrintSettings.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PrintSettings.go index 26f56ab7..5d6bab2f 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PrintSettings.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_PrintSettings.go @@ -81,7 +81,7 @@ lCT_PrintSettings: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PrintSettings %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Protection.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Protection.go index 33d556b0..921f70ee 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Protection.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Protection.go @@ -91,7 +91,7 @@ lCT_Protection: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Protection %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_RadarChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_RadarChart.go index 5956957c..418beb93 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_RadarChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_RadarChart.go @@ -101,7 +101,7 @@ lCT_RadarChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RadarChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_RadarSer.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_RadarSer.go index 6853c44b..e7cf1b81 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_RadarSer.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_RadarSer.go @@ -143,7 +143,7 @@ lCT_RadarSer: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RadarSer %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Scaling.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Scaling.go index 56cf7916..7469555a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Scaling.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Scaling.go @@ -91,7 +91,7 @@ lCT_Scaling: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Scaling %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ScatterChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ScatterChart.go index d6a6cacb..77bdb0fa 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ScatterChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ScatterChart.go @@ -101,7 +101,7 @@ lCT_ScatterChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ScatterChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ScatterSer.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ScatterSer.go index 159a4793..ba4e7c4b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ScatterSer.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ScatterSer.go @@ -175,7 +175,7 @@ lCT_ScatterSer: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ScatterSer %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerAx.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerAx.go index d689b50e..0b8c825b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerAx.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerAx.go @@ -225,7 +225,7 @@ lCT_SerAx: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SerAx %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerTx.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerTx.go index b9316b8e..ee5c8ed6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerTx.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerTx.go @@ -57,7 +57,7 @@ lCT_SerTx: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SerTx %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerTxChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerTxChoice.go index 5c2ae7d2..d69e7dc6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerTxChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SerTxChoice.go @@ -62,7 +62,7 @@ lCT_SerTxChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SerTxChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StockChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StockChart.go index bce4b289..f8f94860 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StockChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StockChart.go @@ -110,7 +110,7 @@ lCT_StockChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_StockChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrData.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrData.go index f5572f01..897b9f55 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrData.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrData.go @@ -73,7 +73,7 @@ lCT_StrData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_StrData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrRef.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrRef.go index f5627668..08a83d7b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrRef.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrRef.go @@ -71,7 +71,7 @@ lCT_StrRef: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_StrRef %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrVal.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrVal.go index 6464aeb4..0e259fc3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrVal.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_StrVal.go @@ -65,7 +65,7 @@ lCT_StrVal: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_StrVal %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Surface.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Surface.go index 99d9beaa..568da418 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Surface.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Surface.go @@ -83,7 +83,7 @@ lCT_Surface: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Surface %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Surface3DChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Surface3DChart.go index 8b31bd01..c1826954 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Surface3DChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Surface3DChart.go @@ -92,7 +92,7 @@ lCT_Surface3DChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Surface3DChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SurfaceChart.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SurfaceChart.go index 9f668420..fc0f0da2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SurfaceChart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SurfaceChart.go @@ -92,7 +92,7 @@ lCT_SurfaceChart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SurfaceChart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SurfaceSer.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SurfaceSer.go index ca32d24b..95871ad3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SurfaceSer.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_SurfaceSer.go @@ -111,7 +111,7 @@ lCT_SurfaceSer: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SurfaceSer %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Title.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Title.go index b9b005e1..3085c4d6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Title.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Title.go @@ -103,7 +103,7 @@ lCT_Title: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Title %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Trendline.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Trendline.go index 5f46acfa..1b04e2f2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Trendline.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Trendline.go @@ -164,7 +164,7 @@ lCT_Trendline: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Trendline %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_TrendlineLbl.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_TrendlineLbl.go index fcbc1e69..546e156d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_TrendlineLbl.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_TrendlineLbl.go @@ -103,7 +103,7 @@ lCT_TrendlineLbl: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TrendlineLbl %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Tx.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Tx.go index 18fd2d1f..e93c9f2a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Tx.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_Tx.go @@ -57,7 +57,7 @@ lCT_Tx: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Tx %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_TxChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_TxChoice.go index 6a3ce06a..cac1eee8 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_TxChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_TxChoice.go @@ -61,7 +61,7 @@ lCT_TxChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TxChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_UpDownBar.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_UpDownBar.go index 9a3242f9..e7937017 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_UpDownBar.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_UpDownBar.go @@ -53,7 +53,7 @@ lCT_UpDownBar: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_UpDownBar %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_UpDownBars.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_UpDownBars.go index e88266b0..9a7b3c32 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_UpDownBars.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_UpDownBars.go @@ -81,7 +81,7 @@ lCT_UpDownBars: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_UpDownBars %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ValAx.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ValAx.go index ab9475d1..5abc369d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ValAx.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_ValAx.go @@ -245,7 +245,7 @@ lCT_ValAx: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ValAx %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_View3D.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_View3D.go index 2d1151c8..0bf44cee 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_View3D.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/CT_View3D.go @@ -111,7 +111,7 @@ lCT_View3D: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_View3D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/ChartSpace.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/ChartSpace.go index 8c043a62..58fbd951 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/ChartSpace.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/ChartSpace.go @@ -120,7 +120,7 @@ lChartSpace: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ChartSpace %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AreaChartShared.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AreaChartShared.go index dec5a6ab..3fad51e2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AreaChartShared.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AreaChartShared.go @@ -91,7 +91,7 @@ lEG_AreaChartShared: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_AreaChartShared %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AxShared.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AxShared.go index 3ec8bbda..c71c5b0d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AxShared.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AxShared.go @@ -193,7 +193,7 @@ lEG_AxShared: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_AxShared %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AxSharedChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AxSharedChoice.go index 6182c3e4..a1cc8e52 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AxSharedChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_AxSharedChoice.go @@ -59,7 +59,7 @@ lEG_AxSharedChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_AxSharedChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_BarChartShared.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_BarChartShared.go index 24862b97..5d044818 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_BarChartShared.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_BarChartShared.go @@ -90,7 +90,7 @@ lEG_BarChartShared: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_BarChartShared %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_DLblShared.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_DLblShared.go index e4ac6ec2..0d872dd2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_DLblShared.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_DLblShared.go @@ -153,7 +153,7 @@ lEG_DLblShared: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_DLblShared %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_LegendEntryData.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_LegendEntryData.go index 111d35ec..c5d11268 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_LegendEntryData.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_LegendEntryData.go @@ -51,7 +51,7 @@ lEG_LegendEntryData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_LegendEntryData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_LineChartShared.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_LineChartShared.go index 460e67ba..66ba993b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_LineChartShared.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_LineChartShared.go @@ -90,7 +90,7 @@ lEG_LineChartShared: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_LineChartShared %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_PieChartShared.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_PieChartShared.go index 18ed5193..d251e358 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_PieChartShared.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_PieChartShared.go @@ -71,7 +71,7 @@ lEG_PieChartShared: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_PieChartShared %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_SerShared.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_SerShared.go index a643c8bf..6357104c 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_SerShared.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_SerShared.go @@ -79,7 +79,7 @@ lEG_SerShared: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_SerShared %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_SurfaceChartShared.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_SurfaceChartShared.go index b853518d..d1cd43d2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_SurfaceChartShared.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/EG_SurfaceChartShared.go @@ -71,7 +71,7 @@ lEG_SurfaceChartShared: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_SurfaceChartShared %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/Group_DLbl.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/Group_DLbl.go index 7dada343..76c8b8cf 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/Group_DLbl.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/Group_DLbl.go @@ -173,7 +173,7 @@ lGroup_DLbl: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Group_DLbl %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chart/Group_DLbls.go b/schema/schemas.openxmlformats.org/drawingml/2006/chart/Group_DLbls.go index 11386bf6..ce0fb8c9 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chart/Group_DLbls.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chart/Group_DLbls.go @@ -173,7 +173,7 @@ lGroup_DLbls: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Group_DLbls %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_AbsSizeAnchor.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_AbsSizeAnchor.go index 956b3210..158eea8a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_AbsSizeAnchor.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_AbsSizeAnchor.go @@ -95,7 +95,7 @@ lCT_AbsSizeAnchor: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AbsSizeAnchor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Connector.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Connector.go index 775a3370..ac89677e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Connector.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Connector.go @@ -99,7 +99,7 @@ lCT_Connector: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Connector %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_ConnectorNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_ConnectorNonVisual.go index 863e95f0..5ada60d6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_ConnectorNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_ConnectorNonVisual.go @@ -61,7 +61,7 @@ lCT_ConnectorNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ConnectorNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Drawing.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Drawing.go index 67e94f07..e0ca7b12 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Drawing.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Drawing.go @@ -63,7 +63,7 @@ lCT_Drawing: } m.EG_Anchor = append(m.EG_Anchor, tmpanchor) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Drawing %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GraphicFrame.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GraphicFrame.go index d25d7d14..8ca3c853 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GraphicFrame.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GraphicFrame.go @@ -98,7 +98,7 @@ lCT_GraphicFrame: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GraphicFrame %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GraphicFrameNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GraphicFrameNonVisual.go index 5e7e00f0..00e8b3cb 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GraphicFrameNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GraphicFrameNonVisual.go @@ -61,7 +61,7 @@ lCT_GraphicFrameNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GraphicFrameNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShape.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShape.go index 45d44f4d..0fa62775 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShape.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShape.go @@ -98,7 +98,7 @@ lCT_GroupShape: } m.Choice = append(m.Choice, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupShape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShapeChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShapeChoice.go index 404ec2c0..5df6b7f5 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShapeChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShapeChoice.go @@ -95,7 +95,7 @@ lCT_GroupShapeChoice: } m.Pic = append(m.Pic, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupShapeChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShapeNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShapeNonVisual.go index 3e0dcf40..1f98957e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShapeNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_GroupShapeNonVisual.go @@ -61,7 +61,7 @@ lCT_GroupShapeNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupShapeNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Marker.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Marker.go index 78970e18..7dad5d26 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Marker.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Marker.go @@ -60,7 +60,7 @@ lCT_Marker: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Marker %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Picture.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Picture.go index 9809ff4f..f9cf87e7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Picture.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Picture.go @@ -108,7 +108,7 @@ lCT_Picture: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Picture %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_PictureNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_PictureNonVisual.go index fadca3e5..85731eaa 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_PictureNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_PictureNonVisual.go @@ -61,7 +61,7 @@ lCT_PictureNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PictureNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_RelSizeAnchor.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_RelSizeAnchor.go index c0d07faa..09da6353 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_RelSizeAnchor.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_RelSizeAnchor.go @@ -93,7 +93,7 @@ lCT_RelSizeAnchor: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RelSizeAnchor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Shape.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Shape.go index 216c1a32..af0e4c10 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Shape.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_Shape.go @@ -133,7 +133,7 @@ lCT_Shape: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Shape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_ShapeNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_ShapeNonVisual.go index 30ccb70f..b8bc1c9e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_ShapeNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/CT_ShapeNonVisual.go @@ -61,7 +61,7 @@ lCT_ShapeNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ShapeNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_Anchor.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_Anchor.go index ce9e4719..14840cd6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_Anchor.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_Anchor.go @@ -59,7 +59,7 @@ lEG_Anchor: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_Anchor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_ObjectChoices.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_ObjectChoices.go index dc0663e2..14a4c279 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_ObjectChoices.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_ObjectChoices.go @@ -73,7 +73,7 @@ lEG_ObjectChoices: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ObjectChoices %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_ObjectChoicesChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_ObjectChoicesChoice.go index 146a6d41..cd4b4334 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_ObjectChoicesChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/chartDrawing/EG_ObjectChoicesChoice.go @@ -89,7 +89,7 @@ lEG_ObjectChoicesChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ObjectChoicesChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_AdjLst.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_AdjLst.go index ee45ef48..34093ec8 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_AdjLst.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_AdjLst.go @@ -53,7 +53,7 @@ lCT_AdjLst: } m.Adj = append(m.Adj, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AdjLst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Algorithm.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Algorithm.go index fad917f4..1cf960c6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Algorithm.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Algorithm.go @@ -92,7 +92,7 @@ lCT_Algorithm: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Algorithm %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CTCategories.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CTCategories.go index e29a96cb..69c50a25 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CTCategories.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CTCategories.go @@ -53,7 +53,7 @@ lCT_CTCategories: } m.Cat = append(m.Cat, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CTCategories %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CTStyleLabel.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CTStyleLabel.go index 23089cb2..ab61138e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CTStyleLabel.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CTStyleLabel.go @@ -126,7 +126,7 @@ lCT_CTStyleLabel: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CTStyleLabel %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Categories.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Categories.go index b86a83a2..4ace4bcf 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Categories.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Categories.go @@ -53,7 +53,7 @@ lCT_Categories: } m.Cat = append(m.Cat, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Categories %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Choose.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Choose.go index b3c91773..157c69b7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Choose.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Choose.go @@ -75,7 +75,7 @@ lCT_Choose: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Choose %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransform.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransform.go index 34a6d1bb..6498eefc 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransform.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransform.go @@ -123,7 +123,7 @@ lCT_ColorTransform: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorTransform %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransformHeader.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransformHeader.go index 30982e49..7928b818 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransformHeader.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransformHeader.go @@ -120,7 +120,7 @@ lCT_ColorTransformHeader: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorTransformHeader %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransformHeaderLst.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransformHeaderLst.go index 2f9b73db..c845fdb5 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransformHeaderLst.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ColorTransformHeaderLst.go @@ -53,7 +53,7 @@ lCT_ColorTransformHeaderLst: } m.ColorsDefHdr = append(m.ColorsDefHdr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorTransformHeaderLst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Colors.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Colors.go index c10ae57c..b0fabcc7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Colors.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Colors.go @@ -74,7 +74,7 @@ lCT_Colors: case xml.StartElement: switch el.Name.Local { default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Colors %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Constraint.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Constraint.go index fb433239..53acd7d8 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Constraint.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Constraint.go @@ -137,7 +137,7 @@ lCT_Constraint: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Constraint %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Constraints.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Constraints.go index 8ed70a09..f2f3acb0 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Constraints.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Constraints.go @@ -53,7 +53,7 @@ lCT_Constraints: } m.Constr = append(m.Constr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Constraints %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Cxn.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Cxn.go index da897bcb..ea35c625 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Cxn.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Cxn.go @@ -154,7 +154,7 @@ lCT_Cxn: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Cxn %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CxnList.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CxnList.go index 61a71ee9..9c10b68c 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CxnList.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_CxnList.go @@ -53,7 +53,7 @@ lCT_CxnList: } m.Cxn = append(m.Cxn, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CxnList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DataModel.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DataModel.go index 45035ff3..f99144f3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DataModel.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DataModel.go @@ -92,7 +92,7 @@ lCT_DataModel: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DataModel %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinition.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinition.go index c0ec35bf..ffd4aa0d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinition.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinition.go @@ -163,7 +163,7 @@ lCT_DiagramDefinition: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DiagramDefinition %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinitionHeader.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinitionHeader.go index 6dbecddc..9b76ae03 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinitionHeader.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinitionHeader.go @@ -132,7 +132,7 @@ lCT_DiagramDefinitionHeader: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DiagramDefinitionHeader %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinitionHeaderLst.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinitionHeaderLst.go index 9408b842..a613644a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinitionHeaderLst.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_DiagramDefinitionHeaderLst.go @@ -53,7 +53,7 @@ lCT_DiagramDefinitionHeaderLst: } m.LayoutDefHdr = append(m.LayoutDefHdr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DiagramDefinitionHeaderLst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ElemPropSet.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ElemPropSet.go index d2c568ca..1473a0a7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ElemPropSet.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ElemPropSet.go @@ -408,7 +408,7 @@ lCT_ElemPropSet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ElemPropSet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ForEach.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ForEach.go index 5ca13bc3..7bd02279 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ForEach.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_ForEach.go @@ -241,7 +241,7 @@ lCT_ForEach: } m.ExtLst = append(m.ExtLst, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ForEach %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_LayoutNode.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_LayoutNode.go index c97c21ea..97c84af3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_LayoutNode.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_LayoutNode.go @@ -203,7 +203,7 @@ lCT_LayoutNode: } m.ExtLst = append(m.ExtLst, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LayoutNode %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_LayoutVariablePropertySet.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_LayoutVariablePropertySet.go index 26382d3c..31d28290 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_LayoutVariablePropertySet.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_LayoutVariablePropertySet.go @@ -131,7 +131,7 @@ lCT_LayoutVariablePropertySet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LayoutVariablePropertySet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_NumericRule.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_NumericRule.go index 54e62c4d..f4f3704e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_NumericRule.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_NumericRule.go @@ -138,7 +138,7 @@ lCT_NumericRule: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NumericRule %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Otherwise.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Otherwise.go index dcafb9e8..e9d16a99 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Otherwise.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Otherwise.go @@ -157,7 +157,7 @@ lCT_Otherwise: } m.ExtLst = append(m.ExtLst, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Otherwise %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_PresentationOf.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_PresentationOf.go index d6606c82..ab01f9f7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_PresentationOf.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_PresentationOf.go @@ -128,7 +128,7 @@ lCT_PresentationOf: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PresentationOf %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Pt.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Pt.go index 24c9907a..679574d4 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Pt.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Pt.go @@ -119,7 +119,7 @@ lCT_Pt: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Pt %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_PtList.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_PtList.go index e9a9e745..6919a258 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_PtList.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_PtList.go @@ -53,7 +53,7 @@ lCT_PtList: } m.Pt = append(m.Pt, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PtList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Rules.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Rules.go index 96d3ae09..e2bc4f0c 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Rules.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Rules.go @@ -53,7 +53,7 @@ lCT_Rules: } m.Rule = append(m.Rule, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Rules %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_SDCategories.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_SDCategories.go index c4ef2842..b9896b5b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_SDCategories.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_SDCategories.go @@ -53,7 +53,7 @@ lCT_SDCategories: } m.Cat = append(m.Cat, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SDCategories %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_SampleData.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_SampleData.go index c24688a9..66533347 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_SampleData.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_SampleData.go @@ -67,7 +67,7 @@ lCT_SampleData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SampleData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Shape.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Shape.go index 600e5a56..5ccdfe64 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Shape.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_Shape.go @@ -152,7 +152,7 @@ lCT_Shape: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Shape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinition.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinition.go index 9b7265ed..c0d71853 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinition.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinition.go @@ -131,7 +131,7 @@ lCT_StyleDefinition: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_StyleDefinition %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinitionHeader.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinitionHeader.go index 93c9c5f7..ee96f489 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinitionHeader.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinitionHeader.go @@ -120,7 +120,7 @@ lCT_StyleDefinitionHeader: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_StyleDefinitionHeader %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinitionHeaderLst.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinitionHeaderLst.go index 0cd5ffad..2ca2369f 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinitionHeaderLst.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleDefinitionHeaderLst.go @@ -53,7 +53,7 @@ lCT_StyleDefinitionHeaderLst: } m.StyleDefHdr = append(m.StyleDefHdr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_StyleDefinitionHeaderLst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleLabel.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleLabel.go index 79ce7272..5f32cc1a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleLabel.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_StyleLabel.go @@ -106,7 +106,7 @@ lCT_StyleLabel: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_StyleLabel %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_When.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_When.go index f6be87cb..7cb412e9 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_When.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/CT_When.go @@ -273,7 +273,7 @@ lCT_When: } m.ExtLst = append(m.ExtLst, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_When %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDef.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDef.go index b80847c6..fc53ba63 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDef.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDef.go @@ -94,7 +94,7 @@ lColorsDef: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ColorsDef %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDefHdr.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDefHdr.go index 22c0eafe..5cea968d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDefHdr.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDefHdr.go @@ -97,7 +97,7 @@ lColorsDefHdr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ColorsDefHdr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDefHdrLst.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDefHdrLst.go index 034fe814..edc2e852 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDefHdrLst.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/ColorsDefHdrLst.go @@ -54,7 +54,7 @@ lColorsDefHdrLst: } m.ColorsDefHdr = append(m.ColorsDefHdr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ColorsDefHdrLst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/DataModel.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/DataModel.go index b7ff33e9..ef821c15 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/DataModel.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/DataModel.go @@ -74,7 +74,7 @@ lDataModel: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on DataModel %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDef.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDef.go index f6a4fe9b..3cae54ee 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDef.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDef.go @@ -114,7 +114,7 @@ lLayoutDef: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on LayoutDef %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDefHdr.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDefHdr.go index a13ad581..a3997695 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDefHdr.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDefHdr.go @@ -104,7 +104,7 @@ lLayoutDefHdr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on LayoutDefHdr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDefHdrLst.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDefHdrLst.go index 8919e68e..ac62fadb 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDefHdrLst.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/LayoutDefHdrLst.go @@ -54,7 +54,7 @@ lLayoutDefHdrLst: } m.LayoutDefHdr = append(m.LayoutDefHdr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on LayoutDefHdrLst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDef.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDef.go index 261c27b1..6ea2b156 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDef.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDef.go @@ -99,7 +99,7 @@ lStyleDef: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on StyleDef %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDefHdr.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDefHdr.go index 536dea13..ddc9dc77 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDefHdr.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDefHdr.go @@ -97,7 +97,7 @@ lStyleDefHdr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on StyleDefHdr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDefHdrLst.go b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDefHdrLst.go index 1f834691..daedfb85 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDefHdrLst.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/diagram/StyleDefHdrLst.go @@ -54,7 +54,7 @@ lStyleDefHdrLst: } m.StyleDefHdr = append(m.StyleDefHdr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on StyleDefHdrLst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/picture/CT_Picture.go b/schema/schemas.openxmlformats.org/drawingml/2006/picture/CT_Picture.go index fc5081cd..c0bdf196 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/picture/CT_Picture.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/picture/CT_Picture.go @@ -70,7 +70,7 @@ lCT_Picture: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Picture %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/picture/CT_PictureNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/picture/CT_PictureNonVisual.go index f201df5e..72f747f2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/picture/CT_PictureNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/picture/CT_PictureNonVisual.go @@ -61,7 +61,7 @@ lCT_PictureNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PictureNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/picture/Pic.go b/schema/schemas.openxmlformats.org/drawingml/2006/picture/Pic.go index e25cd1bf..89abc20e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/picture/Pic.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/picture/Pic.go @@ -59,7 +59,7 @@ lPic: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Pic %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_AbsoluteAnchor.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_AbsoluteAnchor.go index 6a605dee..2447faf1 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_AbsoluteAnchor.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_AbsoluteAnchor.go @@ -110,7 +110,7 @@ lCT_AbsoluteAnchor: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AbsoluteAnchor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Connector.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Connector.go index cb7c0f0b..3e938bf2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Connector.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Connector.go @@ -99,7 +99,7 @@ lCT_Connector: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Connector %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_ConnectorNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_ConnectorNonVisual.go index 52be8c6c..f93345a3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_ConnectorNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_ConnectorNonVisual.go @@ -61,7 +61,7 @@ lCT_ConnectorNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ConnectorNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Drawing.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Drawing.go index 0b47b3b5..892e0891 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Drawing.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Drawing.go @@ -69,7 +69,7 @@ lCT_Drawing: } m.EG_Anchor = append(m.EG_Anchor, tmpanchor) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Drawing %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GraphicalObjectFrame.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GraphicalObjectFrame.go index c3236e2e..b11ac566 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GraphicalObjectFrame.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GraphicalObjectFrame.go @@ -98,7 +98,7 @@ lCT_GraphicalObjectFrame: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GraphicalObjectFrame %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GraphicalObjectFrameNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GraphicalObjectFrameNonVisual.go index 8e5d8ce7..2b3bf0f0 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GraphicalObjectFrameNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GraphicalObjectFrameNonVisual.go @@ -61,7 +61,7 @@ lCT_GraphicalObjectFrameNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GraphicalObjectFrameNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShape.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShape.go index 1ad2947e..cf05e775 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShape.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShape.go @@ -98,7 +98,7 @@ lCT_GroupShape: } m.Choice = append(m.Choice, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupShape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShapeChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShapeChoice.go index fcebf4f6..0240d802 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShapeChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShapeChoice.go @@ -95,7 +95,7 @@ lCT_GroupShapeChoice: } m.Pic = append(m.Pic, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupShapeChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShapeNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShapeNonVisual.go index 84aa5f4c..46ee683e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShapeNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_GroupShapeNonVisual.go @@ -61,7 +61,7 @@ lCT_GroupShapeNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupShapeNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Marker.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Marker.go index 1d480a2b..e8bc4760 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Marker.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Marker.go @@ -76,7 +76,7 @@ lCT_Marker: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Marker %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_OneCellAnchor.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_OneCellAnchor.go index 59fa73a8..56adb8a1 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_OneCellAnchor.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_OneCellAnchor.go @@ -110,7 +110,7 @@ lCT_OneCellAnchor: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OneCellAnchor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Picture.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Picture.go index 27d891f8..d2de65c6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Picture.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Picture.go @@ -108,7 +108,7 @@ lCT_Picture: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Picture %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_PictureNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_PictureNonVisual.go index 6ee1cc10..bbb21813 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_PictureNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_PictureNonVisual.go @@ -61,7 +61,7 @@ lCT_PictureNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PictureNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Shape.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Shape.go index 6e583e14..3b5803d9 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Shape.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_Shape.go @@ -133,7 +133,7 @@ lCT_Shape: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Shape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_ShapeNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_ShapeNonVisual.go index b9c93672..343709ba 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_ShapeNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_ShapeNonVisual.go @@ -61,7 +61,7 @@ lCT_ShapeNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ShapeNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_TwoCellAnchor.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_TwoCellAnchor.go index 9b2e0e22..ca688abe 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_TwoCellAnchor.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/CT_TwoCellAnchor.go @@ -121,7 +121,7 @@ lCT_TwoCellAnchor: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TwoCellAnchor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_Anchor.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_Anchor.go index 1970f0cd..8aa73d69 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_Anchor.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_Anchor.go @@ -69,7 +69,7 @@ lEG_Anchor: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_Anchor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_ObjectChoices.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_ObjectChoices.go index 4c433ac5..53622aed 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_ObjectChoices.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_ObjectChoices.go @@ -79,7 +79,7 @@ lEG_ObjectChoices: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ObjectChoices %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_ObjectChoicesChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_ObjectChoicesChoice.go index 8f77c926..21846e96 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_ObjectChoicesChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/EG_ObjectChoicesChoice.go @@ -99,7 +99,7 @@ lEG_ObjectChoicesChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ObjectChoicesChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/From.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/From.go index 3476bc30..3eb7aa41 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/From.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/From.go @@ -64,7 +64,7 @@ lFrom: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on From %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/To.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/To.go index fcd5af59..bc86fd74 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/To.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/To.go @@ -64,7 +64,7 @@ lTo: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on To %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/WsDr.go b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/WsDr.go index 3df83881..338ec560 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/WsDr.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing/WsDr.go @@ -69,7 +69,7 @@ lWsDr: } m.EG_Anchor = append(m.EG_Anchor, tmpanchor) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on WsDr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Anchor.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Anchor.go index f9a9301f..7b81e85b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Anchor.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Anchor.go @@ -200,7 +200,7 @@ lAnchor: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Anchor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_Anchor.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_Anchor.go index 8c90093e..8c9267f9 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_Anchor.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_Anchor.go @@ -281,7 +281,7 @@ lCT_Anchor: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Anchor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_GraphicFrame.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_GraphicFrame.go index 2b42bd1c..e1a08170 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_GraphicFrame.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_GraphicFrame.go @@ -89,7 +89,7 @@ lCT_GraphicFrame: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GraphicFrame %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_Inline.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_Inline.go index 84829bab..73874454 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_Inline.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_Inline.go @@ -146,7 +146,7 @@ lCT_Inline: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Inline %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_LinkedTextboxInformation.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_LinkedTextboxInformation.go index 685252f4..b1909956 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_LinkedTextboxInformation.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_LinkedTextboxInformation.go @@ -77,7 +77,7 @@ lCT_LinkedTextboxInformation: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LinkedTextboxInformation %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosH.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosH.go index ea6e8e86..747f8603 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosH.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosH.go @@ -71,7 +71,7 @@ lCT_PosH: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PosH %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosHChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosHChoice.go index 081e3a67..734af413 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosHChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosHChoice.go @@ -59,7 +59,7 @@ lCT_PosHChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PosHChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosV.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosV.go index 70b17918..073b5a30 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosV.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosV.go @@ -71,7 +71,7 @@ lCT_PosV: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PosV %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosVChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosVChoice.go index 5fda1bb4..31861f83 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosVChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_PosVChoice.go @@ -59,7 +59,7 @@ lCT_PosVChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PosVChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_TextboxInfo.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_TextboxInfo.go index eed4e0ec..edffcccb 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_TextboxInfo.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_TextboxInfo.go @@ -79,7 +79,7 @@ lCT_TextboxInfo: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextboxInfo %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingCanvas.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingCanvas.go index 283f8ec1..70af4158 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingCanvas.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingCanvas.go @@ -110,7 +110,7 @@ lCT_WordprocessingCanvas: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WordprocessingCanvas %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingCanvasChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingCanvasChoice.go index 6a9e59b5..5c5a9e5f 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingCanvasChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingCanvasChoice.go @@ -97,7 +97,7 @@ lCT_WordprocessingCanvasChoice: } m.GraphicFrame = append(m.GraphicFrame, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WordprocessingCanvasChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingContentPart.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingContentPart.go index 29455437..0e1edafd 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingContentPart.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingContentPart.go @@ -97,7 +97,7 @@ lCT_WordprocessingContentPart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WordprocessingContentPart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingContentPartNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingContentPartNonVisual.go index 319496cd..8631b478 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingContentPartNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingContentPartNonVisual.go @@ -63,7 +63,7 @@ lCT_WordprocessingContentPartNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WordprocessingContentPartNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingGroup.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingGroup.go index aa94e4da..008765e4 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingGroup.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingGroup.go @@ -118,7 +118,7 @@ lCT_WordprocessingGroup: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WordprocessingGroup %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingGroupChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingGroupChoice.go index 373c39ef..c819da5c 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingGroupChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingGroupChoice.go @@ -97,7 +97,7 @@ lCT_WordprocessingGroupChoice: } m.ContentPart = append(m.ContentPart, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WordprocessingGroupChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShape.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShape.go index 0754eb1c..d2c4ac32 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShape.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShape.go @@ -139,7 +139,7 @@ lCT_WordprocessingShape: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WordprocessingShape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShapeChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShapeChoice.go index a196a0b6..e77b28fa 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShapeChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShapeChoice.go @@ -61,7 +61,7 @@ lCT_WordprocessingShapeChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WordprocessingShapeChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShapeChoice1.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShapeChoice1.go index d0234f89..49f2e28e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShapeChoice1.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WordprocessingShapeChoice1.go @@ -59,7 +59,7 @@ lCT_WordprocessingShapeChoice1: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WordprocessingShapeChoice1 %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapPath.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapPath.go index 165edb3e..6cd2adc0 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapPath.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapPath.go @@ -77,7 +77,7 @@ lCT_WrapPath: } m.LineTo = append(m.LineTo, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WrapPath %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapSquare.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapSquare.go index 8ea0a9f1..7ed38a23 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapSquare.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapSquare.go @@ -118,7 +118,7 @@ lCT_WrapSquare: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WrapSquare %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapThrough.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapThrough.go index ea4cb9ca..1036537d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapThrough.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapThrough.go @@ -91,7 +91,7 @@ lCT_WrapThrough: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WrapThrough %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapTight.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapTight.go index 4054b8c5..2500d155 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapTight.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapTight.go @@ -91,7 +91,7 @@ lCT_WrapTight: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WrapTight %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapTopBottom.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapTopBottom.go index b1365ec4..e5b49586 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapTopBottom.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/CT_WrapTopBottom.go @@ -81,7 +81,7 @@ lCT_WrapTopBottom: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WrapTopBottom %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/EG_WrapType.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/EG_WrapType.go index e05d34ca..7253f998 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/EG_WrapType.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/EG_WrapType.go @@ -73,7 +73,7 @@ lEG_WrapType: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_WrapType %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/EG_WrapTypeChoice.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/EG_WrapTypeChoice.go index 9f9e4fd5..0dbcdf95 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/EG_WrapTypeChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/EG_WrapTypeChoice.go @@ -89,7 +89,7 @@ lEG_WrapTypeChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_WrapTypeChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Inline.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Inline.go index 9d93997a..8bc8fb30 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Inline.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Inline.go @@ -109,7 +109,7 @@ lInline: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Inline %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wgp.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wgp.go index b6e63223..e9dde27b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wgp.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wgp.go @@ -92,7 +92,7 @@ lWgp: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Wgp %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wpc.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wpc.go index 094abdda..349cbc93 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wpc.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wpc.go @@ -97,7 +97,7 @@ lWpc: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Wpc %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wsp.go b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wsp.go index 7a398ea7..037f0feb 100644 --- a/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wsp.go +++ b/schema/schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing/Wsp.go @@ -101,7 +101,7 @@ lWsp: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Wsp %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/Blip.go b/schema/schemas.openxmlformats.org/drawingml/Blip.go index 9685d526..a778367d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/Blip.go +++ b/schema/schemas.openxmlformats.org/drawingml/Blip.go @@ -174,7 +174,7 @@ lBlip: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Blip %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_AdjustHandleList.go b/schema/schemas.openxmlformats.org/drawingml/CT_AdjustHandleList.go index 259d41c3..4c8aa0e1 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_AdjustHandleList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_AdjustHandleList.go @@ -64,7 +64,7 @@ lCT_AdjustHandleList: } m.AhPolar = append(m.AhPolar, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AdjustHandleList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_AlphaInverseEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_AlphaInverseEffect.go index e4afbd65..47d7fc1b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_AlphaInverseEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_AlphaInverseEffect.go @@ -101,7 +101,7 @@ lCT_AlphaInverseEffect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AlphaInverseEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_AlphaModulateEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_AlphaModulateEffect.go index c699ba93..1bc6a49c 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_AlphaModulateEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_AlphaModulateEffect.go @@ -50,7 +50,7 @@ lCT_AlphaModulateEffect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AlphaModulateEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_AnimationElementChoice.go b/schema/schemas.openxmlformats.org/drawingml/CT_AnimationElementChoice.go index 80ec3bcc..4f21ee33 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_AnimationElementChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_AnimationElementChoice.go @@ -62,7 +62,7 @@ lCT_AnimationElementChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AnimationElementChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_AnimationGraphicalObjectBuildProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_AnimationGraphicalObjectBuildProperties.go index d6cc27e7..269eff68 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_AnimationGraphicalObjectBuildProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_AnimationGraphicalObjectBuildProperties.go @@ -62,7 +62,7 @@ lCT_AnimationGraphicalObjectBuildProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AnimationGraphicalObjectBuildProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_AudioCD.go b/schema/schemas.openxmlformats.org/drawingml/CT_AudioCD.go index cb3f834c..b316f8f3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_AudioCD.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_AudioCD.go @@ -69,7 +69,7 @@ lCT_AudioCD: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AudioCD %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_AudioFile.go b/schema/schemas.openxmlformats.org/drawingml/CT_AudioFile.go index 14caf53b..3f847b6d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_AudioFile.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_AudioFile.go @@ -76,7 +76,7 @@ lCT_AudioFile: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AudioFile %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Backdrop.go b/schema/schemas.openxmlformats.org/drawingml/CT_Backdrop.go index b5547be2..d686f16d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Backdrop.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Backdrop.go @@ -78,7 +78,7 @@ lCT_Backdrop: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Backdrop %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_BackgroundFillStyleList.go b/schema/schemas.openxmlformats.org/drawingml/CT_BackgroundFillStyleList.go index d565fc34..39537c15 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_BackgroundFillStyleList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_BackgroundFillStyleList.go @@ -88,7 +88,7 @@ lCT_BackgroundFillStyleList: } m.EG_FillProperties = append(m.EG_FillProperties, tmpfillproperties) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BackgroundFillStyleList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_BackgroundFormatting.go b/schema/schemas.openxmlformats.org/drawingml/CT_BackgroundFormatting.go index 77ff5465..b92a0397 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_BackgroundFormatting.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_BackgroundFormatting.go @@ -122,7 +122,7 @@ lCT_BackgroundFormatting: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BackgroundFormatting %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_BaseStyles.go b/schema/schemas.openxmlformats.org/drawingml/CT_BaseStyles.go index c3bd5f0b..cb198a3b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_BaseStyles.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_BaseStyles.go @@ -78,7 +78,7 @@ lCT_BaseStyles: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BaseStyles %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_BaseStylesOverride.go b/schema/schemas.openxmlformats.org/drawingml/CT_BaseStylesOverride.go index 3533829d..57d06ae7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_BaseStylesOverride.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_BaseStylesOverride.go @@ -71,7 +71,7 @@ lCT_BaseStylesOverride: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BaseStylesOverride %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_BlendEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_BlendEffect.go index a7818308..d0abb630 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_BlendEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_BlendEffect.go @@ -64,7 +64,7 @@ lCT_BlendEffect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BlendEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Blip.go b/schema/schemas.openxmlformats.org/drawingml/CT_Blip.go index 6222eba0..e72009e2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Blip.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Blip.go @@ -197,7 +197,7 @@ lCT_Blip: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Blip %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_BlipChoice.go b/schema/schemas.openxmlformats.org/drawingml/CT_BlipChoice.go index 25e0231d..d532acfd 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_BlipChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_BlipChoice.go @@ -227,7 +227,7 @@ lCT_BlipChoice: } m.Tint = append(m.Tint, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BlipChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_BlipFillProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_BlipFillProperties.go index 3d2902d9..dbc6e1b7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_BlipFillProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_BlipFillProperties.go @@ -110,7 +110,7 @@ lCT_BlipFillProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BlipFillProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Camera.go b/schema/schemas.openxmlformats.org/drawingml/CT_Camera.go index 3122f545..d3539c1e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Camera.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Camera.go @@ -91,7 +91,7 @@ lCT_Camera: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Camera %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Cell3D.go b/schema/schemas.openxmlformats.org/drawingml/CT_Cell3D.go index 867f0a8e..682cba3c 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Cell3D.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Cell3D.go @@ -83,7 +83,7 @@ lCT_Cell3D: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Cell3D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ClipboardStyleSheet.go b/schema/schemas.openxmlformats.org/drawingml/CT_ClipboardStyleSheet.go index 7adb6594..b99f7dee 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ClipboardStyleSheet.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ClipboardStyleSheet.go @@ -60,7 +60,7 @@ lCT_ClipboardStyleSheet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ClipboardStyleSheet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Color.go b/schema/schemas.openxmlformats.org/drawingml/CT_Color.go index 9846f9bd..67ab8f37 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Color.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Color.go @@ -101,7 +101,7 @@ lCT_Color: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Color %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ColorChangeEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_ColorChangeEffect.go index 7301a9d3..7ea9260d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ColorChangeEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ColorChangeEffect.go @@ -75,7 +75,7 @@ lCT_ColorChangeEffect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorChangeEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ColorMRU.go b/schema/schemas.openxmlformats.org/drawingml/CT_ColorMRU.go index 032cf874..0950fb63 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ColorMRU.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ColorMRU.go @@ -91,7 +91,7 @@ lCT_ColorMRU: } m.EG_ColorChoice = append(m.EG_ColorChoice, tmpcolorchoice) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorMRU %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ColorMapping.go b/schema/schemas.openxmlformats.org/drawingml/CT_ColorMapping.go index 195eb9b2..28b2f34a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ColorMapping.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ColorMapping.go @@ -186,7 +186,7 @@ lCT_ColorMapping: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorMapping %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ColorMappingOverride.go b/schema/schemas.openxmlformats.org/drawingml/CT_ColorMappingOverride.go index 4a69c9fd..91d4d650 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ColorMappingOverride.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ColorMappingOverride.go @@ -58,7 +58,7 @@ lCT_ColorMappingOverride: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorMappingOverride %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ColorMappingOverrideChoice.go b/schema/schemas.openxmlformats.org/drawingml/CT_ColorMappingOverrideChoice.go index faaacf58..d68a0088 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ColorMappingOverrideChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ColorMappingOverrideChoice.go @@ -59,7 +59,7 @@ lCT_ColorMappingOverrideChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorMappingOverrideChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ColorReplaceEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_ColorReplaceEffect.go index 455b10d1..1c0c2d94 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ColorReplaceEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ColorReplaceEffect.go @@ -101,7 +101,7 @@ lCT_ColorReplaceEffect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorReplaceEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ColorScheme.go b/schema/schemas.openxmlformats.org/drawingml/CT_ColorScheme.go index 906ab5e1..280a1bd7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ColorScheme.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ColorScheme.go @@ -172,7 +172,7 @@ lCT_ColorScheme: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorScheme %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ColorSchemeAndMapping.go b/schema/schemas.openxmlformats.org/drawingml/CT_ColorSchemeAndMapping.go index 64b368a7..56d04bec 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ColorSchemeAndMapping.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ColorSchemeAndMapping.go @@ -60,7 +60,7 @@ lCT_ColorSchemeAndMapping: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorSchemeAndMapping %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ColorSchemeList.go b/schema/schemas.openxmlformats.org/drawingml/CT_ColorSchemeList.go index b3f8396f..91ae841e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ColorSchemeList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ColorSchemeList.go @@ -53,7 +53,7 @@ lCT_ColorSchemeList: } m.ExtraClrScheme = append(m.ExtraClrScheme, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorSchemeList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ConnectionSite.go b/schema/schemas.openxmlformats.org/drawingml/CT_ConnectionSite.go index 6fab8137..d6adc6c2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ConnectionSite.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ConnectionSite.go @@ -63,7 +63,7 @@ lCT_ConnectionSite: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ConnectionSite %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ConnectionSiteList.go b/schema/schemas.openxmlformats.org/drawingml/CT_ConnectionSiteList.go index abc25661..c6b514d8 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ConnectionSiteList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ConnectionSiteList.go @@ -53,7 +53,7 @@ lCT_ConnectionSiteList: } m.Cxn = append(m.Cxn, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ConnectionSiteList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ConnectorLocking.go b/schema/schemas.openxmlformats.org/drawingml/CT_ConnectorLocking.go index afe45020..a12269ae 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ConnectorLocking.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ConnectorLocking.go @@ -175,7 +175,7 @@ lCT_ConnectorLocking: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ConnectorLocking %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ContentPartLocking.go b/schema/schemas.openxmlformats.org/drawingml/CT_ContentPartLocking.go index 8f6b153c..50ace14e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ContentPartLocking.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ContentPartLocking.go @@ -175,7 +175,7 @@ lCT_ContentPartLocking: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ContentPartLocking %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_CustomColor.go b/schema/schemas.openxmlformats.org/drawingml/CT_CustomColor.go index 6e662ccb..375eab8a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_CustomColor.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_CustomColor.go @@ -116,7 +116,7 @@ lCT_CustomColor: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomColor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_CustomColorList.go b/schema/schemas.openxmlformats.org/drawingml/CT_CustomColorList.go index e0309af3..fbc77f5b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_CustomColorList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_CustomColorList.go @@ -53,7 +53,7 @@ lCT_CustomColorList: } m.CustClr = append(m.CustClr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomColorList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_CustomGeometry2D.go b/schema/schemas.openxmlformats.org/drawingml/CT_CustomGeometry2D.go index a9db4a12..b6b6d429 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_CustomGeometry2D.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_CustomGeometry2D.go @@ -100,7 +100,7 @@ lCT_CustomGeometry2D: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomGeometry2D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_DashStopList.go b/schema/schemas.openxmlformats.org/drawingml/CT_DashStopList.go index 1a36f667..953c7885 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_DashStopList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_DashStopList.go @@ -53,7 +53,7 @@ lCT_DashStopList: } m.Ds = append(m.Ds, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DashStopList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_DefaultShapeDefinition.go b/schema/schemas.openxmlformats.org/drawingml/CT_DefaultShapeDefinition.go index e29ecde1..fbae986d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_DefaultShapeDefinition.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_DefaultShapeDefinition.go @@ -88,7 +88,7 @@ lCT_DefaultShapeDefinition: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DefaultShapeDefinition %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_DuotoneEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_DuotoneEffect.go index db851cc2..160022e3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_DuotoneEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_DuotoneEffect.go @@ -88,7 +88,7 @@ lCT_DuotoneEffect: } m.EG_ColorChoice = append(m.EG_ColorChoice, tmpcolorchoice) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DuotoneEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_EffectContainer.go b/schema/schemas.openxmlformats.org/drawingml/CT_EffectContainer.go index e162f0de..be9c4ae7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_EffectContainer.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_EffectContainer.go @@ -367,7 +367,7 @@ lCT_EffectContainer: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_EffectContainer %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_EffectList.go b/schema/schemas.openxmlformats.org/drawingml/CT_EffectList.go index e6c8cd23..c3364c4d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_EffectList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_EffectList.go @@ -121,7 +121,7 @@ lCT_EffectList: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_EffectList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_EffectProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_EffectProperties.go index f4fea53d..f8bfacff 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_EffectProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_EffectProperties.go @@ -61,7 +61,7 @@ lCT_EffectProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_EffectProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_EffectStyleItem.go b/schema/schemas.openxmlformats.org/drawingml/CT_EffectStyleItem.go index d04f436e..c2eff814 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_EffectStyleItem.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_EffectStyleItem.go @@ -81,7 +81,7 @@ lCT_EffectStyleItem: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_EffectStyleItem %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_EffectStyleList.go b/schema/schemas.openxmlformats.org/drawingml/CT_EffectStyleList.go index a70beaa6..70ae037e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_EffectStyleList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_EffectStyleList.go @@ -51,7 +51,7 @@ lCT_EffectStyleList: } m.EffectStyle = append(m.EffectStyle, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_EffectStyleList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_FillEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_FillEffect.go index 3de2c590..42412dae 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_FillEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_FillEffect.go @@ -101,7 +101,7 @@ lCT_FillEffect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FillEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_FillOverlayEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_FillOverlayEffect.go index dcb08448..b4385d65 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_FillOverlayEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_FillOverlayEffect.go @@ -115,7 +115,7 @@ lCT_FillOverlayEffect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FillOverlayEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_FillProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_FillProperties.go index f7ed99e2..24cdef72 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_FillProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_FillProperties.go @@ -101,7 +101,7 @@ lCT_FillProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FillProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_FillStyleList.go b/schema/schemas.openxmlformats.org/drawingml/CT_FillStyleList.go index c8c72151..d03941b6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_FillStyleList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_FillStyleList.go @@ -88,7 +88,7 @@ lCT_FillStyleList: } m.EG_FillProperties = append(m.EG_FillProperties, tmpfillproperties) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FillStyleList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_FontCollection.go b/schema/schemas.openxmlformats.org/drawingml/CT_FontCollection.go index 82a9ffe1..40947356 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_FontCollection.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_FontCollection.go @@ -90,7 +90,7 @@ lCT_FontCollection: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FontCollection %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_FontReference.go b/schema/schemas.openxmlformats.org/drawingml/CT_FontReference.go index e672a437..3d9075d7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_FontReference.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_FontReference.go @@ -115,7 +115,7 @@ lCT_FontReference: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FontReference %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_FontScheme.go b/schema/schemas.openxmlformats.org/drawingml/CT_FontScheme.go index 0a5523c9..3f138e50 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_FontScheme.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_FontScheme.go @@ -82,7 +82,7 @@ lCT_FontScheme: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FontScheme %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GeomGuideList.go b/schema/schemas.openxmlformats.org/drawingml/CT_GeomGuideList.go index 81eddffc..e4d85a96 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GeomGuideList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GeomGuideList.go @@ -53,7 +53,7 @@ lCT_GeomGuideList: } m.Gd = append(m.Gd, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GeomGuideList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GlowEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_GlowEffect.go index 734d74e7..f653c647 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GlowEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GlowEffect.go @@ -117,7 +117,7 @@ lCT_GlowEffect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GlowEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GradientFillProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_GradientFillProperties.go index e9896e2b..77222a6e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GradientFillProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GradientFillProperties.go @@ -108,7 +108,7 @@ lCT_GradientFillProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GradientFillProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GradientStop.go b/schema/schemas.openxmlformats.org/drawingml/CT_GradientStop.go index ed4aac2c..c30d9d0d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GradientStop.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GradientStop.go @@ -114,7 +114,7 @@ lCT_GradientStop: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GradientStop %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GradientStopList.go b/schema/schemas.openxmlformats.org/drawingml/CT_GradientStopList.go index 1a65ce51..c7b671c4 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GradientStopList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GradientStopList.go @@ -51,7 +51,7 @@ lCT_GradientStopList: } m.Gs = append(m.Gs, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GradientStopList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GraphicalObject.go b/schema/schemas.openxmlformats.org/drawingml/CT_GraphicalObject.go index cca3c05c..5f1a5840 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GraphicalObject.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GraphicalObject.go @@ -50,7 +50,7 @@ lCT_GraphicalObject: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GraphicalObject %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GraphicalObjectFrameLocking.go b/schema/schemas.openxmlformats.org/drawingml/CT_GraphicalObjectFrameLocking.go index e59eed08..dcde5434 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GraphicalObjectFrameLocking.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GraphicalObjectFrameLocking.go @@ -127,7 +127,7 @@ lCT_GraphicalObjectFrameLocking: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GraphicalObjectFrameLocking %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GroupLocking.go b/schema/schemas.openxmlformats.org/drawingml/CT_GroupLocking.go index 195078e3..30aea32f 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GroupLocking.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GroupLocking.go @@ -139,7 +139,7 @@ lCT_GroupLocking: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupLocking %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GroupShapeProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_GroupShapeProperties.go index 4a8a4442..fbe6324c 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GroupShapeProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GroupShapeProperties.go @@ -164,7 +164,7 @@ lCT_GroupShapeProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupShapeProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GroupTransform2D.go b/schema/schemas.openxmlformats.org/drawingml/CT_GroupTransform2D.go index fa06f2bf..d92c1786 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GroupTransform2D.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GroupTransform2D.go @@ -122,7 +122,7 @@ lCT_GroupTransform2D: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupTransform2D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlConnector.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlConnector.go index c8d0c24d..bd7e40f6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlConnector.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlConnector.go @@ -79,7 +79,7 @@ lCT_GvmlConnector: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlConnector %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlConnectorNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlConnectorNonVisual.go index 834acece..79b802ab 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlConnectorNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlConnectorNonVisual.go @@ -59,7 +59,7 @@ lCT_GvmlConnectorNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlConnectorNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGraphicFrameNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGraphicFrameNonVisual.go index 49b9426c..a9845fde 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGraphicFrameNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGraphicFrameNonVisual.go @@ -59,7 +59,7 @@ lCT_GvmlGraphicFrameNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlGraphicFrameNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGraphicalObjectFrame.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGraphicalObjectFrame.go index d9651a56..d3bc0c7b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGraphicalObjectFrame.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGraphicalObjectFrame.go @@ -78,7 +78,7 @@ lCT_GvmlGraphicalObjectFrame: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlGraphicalObjectFrame %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShape.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShape.go index e2451bba..dc31d420 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShape.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShape.go @@ -112,7 +112,7 @@ lCT_GvmlGroupShape: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlGroupShape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShapeChoice.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShapeChoice.go index f69481af..7676173d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShapeChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShapeChoice.go @@ -106,7 +106,7 @@ lCT_GvmlGroupShapeChoice: } m.GrpSp = append(m.GrpSp, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlGroupShapeChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShapeNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShapeNonVisual.go index 85c86161..dc8d4b2e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShapeNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlGroupShapeNonVisual.go @@ -59,7 +59,7 @@ lCT_GvmlGroupShapeNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlGroupShapeNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlPicture.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlPicture.go index db85ba10..8202ddc2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlPicture.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlPicture.go @@ -88,7 +88,7 @@ lCT_GvmlPicture: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlPicture %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlPictureNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlPictureNonVisual.go index 06898760..4ea3d064 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlPictureNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlPictureNonVisual.go @@ -59,7 +59,7 @@ lCT_GvmlPictureNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlPictureNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlShape.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlShape.go index 763a6ccf..84d79d28 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlShape.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlShape.go @@ -89,7 +89,7 @@ lCT_GvmlShape: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlShape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlShapeNonVisual.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlShapeNonVisual.go index 82a52f88..42f959ee 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlShapeNonVisual.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlShapeNonVisual.go @@ -59,7 +59,7 @@ lCT_GvmlShapeNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlShapeNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlTextShape.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlTextShape.go index a6e8a81f..f377c7d4 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlTextShape.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlTextShape.go @@ -76,7 +76,7 @@ lCT_GvmlTextShape: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlTextShape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlTextShapeChoice.go b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlTextShapeChoice.go index 75d837aa..7a66ca11 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_GvmlTextShapeChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_GvmlTextShapeChoice.go @@ -59,7 +59,7 @@ lCT_GvmlTextShapeChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GvmlTextShapeChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Headers.go b/schema/schemas.openxmlformats.org/drawingml/CT_Headers.go index 3cf2caaa..2e810d66 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Headers.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Headers.go @@ -50,7 +50,7 @@ lCT_Headers: } m.Header = append(m.Header, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Headers %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_HslColor.go b/schema/schemas.openxmlformats.org/drawingml/CT_HslColor.go index fdc8a713..004b17fe 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_HslColor.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_HslColor.go @@ -279,7 +279,7 @@ lCT_HslColor: } m.EG_ColorTransform = append(m.EG_ColorTransform, tmpcolortransform) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_HslColor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Hyperlink.go b/schema/schemas.openxmlformats.org/drawingml/CT_Hyperlink.go index 88996f75..37ef0ff1 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Hyperlink.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Hyperlink.go @@ -161,7 +161,7 @@ lCT_Hyperlink: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Hyperlink %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_InnerShadowEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_InnerShadowEffect.go index a6a512bc..18d755a4 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_InnerShadowEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_InnerShadowEffect.go @@ -142,7 +142,7 @@ lCT_InnerShadowEffect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_InnerShadowEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_LightRig.go b/schema/schemas.openxmlformats.org/drawingml/CT_LightRig.go index c7f85545..e937fb01 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_LightRig.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_LightRig.go @@ -76,7 +76,7 @@ lCT_LightRig: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LightRig %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_LineProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_LineProperties.go index 4279eda1..73cfb988 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_LineProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_LineProperties.go @@ -211,7 +211,7 @@ lCT_LineProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LineProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_LineStyleList.go b/schema/schemas.openxmlformats.org/drawingml/CT_LineStyleList.go index d9e592f4..2366a804 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_LineStyleList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_LineStyleList.go @@ -51,7 +51,7 @@ lCT_LineStyleList: } m.Ln = append(m.Ln, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LineStyleList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualConnectorProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualConnectorProperties.go index ecff4337..417c9b34 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualConnectorProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualConnectorProperties.go @@ -81,7 +81,7 @@ lCT_NonVisualConnectorProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NonVisualConnectorProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualContentPartProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualContentPartProperties.go index 9398dd74..45580c68 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualContentPartProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualContentPartProperties.go @@ -78,7 +78,7 @@ lCT_NonVisualContentPartProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NonVisualContentPartProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualDrawingProps.go b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualDrawingProps.go index 89297184..836da9e7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualDrawingProps.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualDrawingProps.go @@ -131,7 +131,7 @@ lCT_NonVisualDrawingProps: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NonVisualDrawingProps %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualDrawingShapeProps.go b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualDrawingShapeProps.go index fff40e47..68df1475 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualDrawingShapeProps.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualDrawingShapeProps.go @@ -77,7 +77,7 @@ lCT_NonVisualDrawingShapeProps: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NonVisualDrawingShapeProps %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualGraphicFrameProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualGraphicFrameProperties.go index 17e95657..c921fce3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualGraphicFrameProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualGraphicFrameProperties.go @@ -61,7 +61,7 @@ lCT_NonVisualGraphicFrameProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NonVisualGraphicFrameProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualGroupDrawingShapeProps.go b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualGroupDrawingShapeProps.go index d1c7764e..ebc3e667 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualGroupDrawingShapeProps.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualGroupDrawingShapeProps.go @@ -61,7 +61,7 @@ lCT_NonVisualGroupDrawingShapeProps: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NonVisualGroupDrawingShapeProps %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualPictureProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualPictureProperties.go index 6897018a..085d5a51 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualPictureProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_NonVisualPictureProperties.go @@ -77,7 +77,7 @@ lCT_NonVisualPictureProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NonVisualPictureProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ObjectStyleDefaults.go b/schema/schemas.openxmlformats.org/drawingml/CT_ObjectStyleDefaults.go index 17b9bb11..8fa39ccf 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ObjectStyleDefaults.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ObjectStyleDefaults.go @@ -81,7 +81,7 @@ lCT_ObjectStyleDefaults: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ObjectStyleDefaults %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_OfficeArtExtensionList.go b/schema/schemas.openxmlformats.org/drawingml/CT_OfficeArtExtensionList.go index 11c4dbeb..bf30d7a2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_OfficeArtExtensionList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_OfficeArtExtensionList.go @@ -53,7 +53,7 @@ lCT_OfficeArtExtensionList: } m.Ext = append(m.Ext, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OfficeArtExtensionList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_OfficeStyleSheet.go b/schema/schemas.openxmlformats.org/drawingml/CT_OfficeStyleSheet.go index d129965a..9a23637e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_OfficeStyleSheet.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_OfficeStyleSheet.go @@ -105,7 +105,7 @@ lCT_OfficeStyleSheet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OfficeStyleSheet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_OuterShadowEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_OuterShadowEffect.go index 85addc68..6d69a40a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_OuterShadowEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_OuterShadowEffect.go @@ -215,7 +215,7 @@ lCT_OuterShadowEffect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OuterShadowEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Path2D.go b/schema/schemas.openxmlformats.org/drawingml/CT_Path2D.go index 295e62ba..25f0642d 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Path2D.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Path2D.go @@ -170,7 +170,7 @@ lCT_Path2D: } m.CubicBezTo = append(m.CubicBezTo, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Path2D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Path2DCubicBezierTo.go b/schema/schemas.openxmlformats.org/drawingml/CT_Path2DCubicBezierTo.go index bf0cd0f9..ce3cd5dc 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Path2DCubicBezierTo.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Path2DCubicBezierTo.go @@ -51,7 +51,7 @@ lCT_Path2DCubicBezierTo: } m.Pt = append(m.Pt, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Path2DCubicBezierTo %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Path2DLineTo.go b/schema/schemas.openxmlformats.org/drawingml/CT_Path2DLineTo.go index 77db3f5d..b7417885 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Path2DLineTo.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Path2DLineTo.go @@ -50,7 +50,7 @@ lCT_Path2DLineTo: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Path2DLineTo %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Path2DList.go b/schema/schemas.openxmlformats.org/drawingml/CT_Path2DList.go index 5ed5596e..7d6fe746 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Path2DList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Path2DList.go @@ -53,7 +53,7 @@ lCT_Path2DList: } m.Path = append(m.Path, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Path2DList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Path2DMoveTo.go b/schema/schemas.openxmlformats.org/drawingml/CT_Path2DMoveTo.go index a83ae1dc..e76a8f95 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Path2DMoveTo.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Path2DMoveTo.go @@ -50,7 +50,7 @@ lCT_Path2DMoveTo: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Path2DMoveTo %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Path2DQuadBezierTo.go b/schema/schemas.openxmlformats.org/drawingml/CT_Path2DQuadBezierTo.go index 0a8a31bd..b809c56f 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Path2DQuadBezierTo.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Path2DQuadBezierTo.go @@ -51,7 +51,7 @@ lCT_Path2DQuadBezierTo: } m.Pt = append(m.Pt, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Path2DQuadBezierTo %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_PathShadeProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_PathShadeProperties.go index 0eee0829..5bf87629 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_PathShadeProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_PathShadeProperties.go @@ -64,7 +64,7 @@ lCT_PathShadeProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PathShadeProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_PatternFillProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_PatternFillProperties.go index 00e2e014..4f01dccf 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_PatternFillProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_PatternFillProperties.go @@ -74,7 +74,7 @@ lCT_PatternFillProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PatternFillProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_PictureLocking.go b/schema/schemas.openxmlformats.org/drawingml/CT_PictureLocking.go index e320442c..e6e829b0 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_PictureLocking.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_PictureLocking.go @@ -187,7 +187,7 @@ lCT_PictureLocking: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PictureLocking %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_PolarAdjustHandle.go b/schema/schemas.openxmlformats.org/drawingml/CT_PolarAdjustHandle.go index 6ccf28c1..7ee623c5 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_PolarAdjustHandle.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_PolarAdjustHandle.go @@ -125,7 +125,7 @@ lCT_PolarAdjustHandle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PolarAdjustHandle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_PresetColor.go b/schema/schemas.openxmlformats.org/drawingml/CT_PresetColor.go index e9fa6ab9..2fcefe88 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_PresetColor.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_PresetColor.go @@ -257,7 +257,7 @@ lCT_PresetColor: } m.EG_ColorTransform = append(m.EG_ColorTransform, tmpcolortransform) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PresetColor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_PresetGeometry2D.go b/schema/schemas.openxmlformats.org/drawingml/CT_PresetGeometry2D.go index 39cff02d..c5ed0135 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_PresetGeometry2D.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_PresetGeometry2D.go @@ -65,7 +65,7 @@ lCT_PresetGeometry2D: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PresetGeometry2D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_PresetShadowEffect.go b/schema/schemas.openxmlformats.org/drawingml/CT_PresetShadowEffect.go index 264abe20..23e6a51c 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_PresetShadowEffect.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_PresetShadowEffect.go @@ -141,7 +141,7 @@ lCT_PresetShadowEffect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PresetShadowEffect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_PresetTextShape.go b/schema/schemas.openxmlformats.org/drawingml/CT_PresetTextShape.go index b33427b5..fdc8e532 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_PresetTextShape.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_PresetTextShape.go @@ -65,7 +65,7 @@ lCT_PresetTextShape: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PresetTextShape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_QuickTimeFile.go b/schema/schemas.openxmlformats.org/drawingml/CT_QuickTimeFile.go index fccfdc2d..82b58b1c 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_QuickTimeFile.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_QuickTimeFile.go @@ -64,7 +64,7 @@ lCT_QuickTimeFile: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_QuickTimeFile %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_RegularTextRun.go b/schema/schemas.openxmlformats.org/drawingml/CT_RegularTextRun.go index b9bc0a34..49c0b250 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_RegularTextRun.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_RegularTextRun.go @@ -61,7 +61,7 @@ lCT_RegularTextRun: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RegularTextRun %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_SRgbColor.go b/schema/schemas.openxmlformats.org/drawingml/CT_SRgbColor.go index ad193cab..63a998c2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_SRgbColor.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_SRgbColor.go @@ -256,7 +256,7 @@ lCT_SRgbColor: } m.EG_ColorTransform = append(m.EG_ColorTransform, tmpcolortransform) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SRgbColor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ScRgbColor.go b/schema/schemas.openxmlformats.org/drawingml/CT_ScRgbColor.go index 44ec2d63..9e5b5ca4 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ScRgbColor.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ScRgbColor.go @@ -276,7 +276,7 @@ lCT_ScRgbColor: } m.EG_ColorTransform = append(m.EG_ColorTransform, tmpcolortransform) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ScRgbColor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Scale2D.go b/schema/schemas.openxmlformats.org/drawingml/CT_Scale2D.go index 93156975..9edf50b3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Scale2D.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Scale2D.go @@ -60,7 +60,7 @@ lCT_Scale2D: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Scale2D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Scene3D.go b/schema/schemas.openxmlformats.org/drawingml/CT_Scene3D.go index a356d0ef..ec1c7d80 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Scene3D.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Scene3D.go @@ -79,7 +79,7 @@ lCT_Scene3D: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Scene3D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_SchemeColor.go b/schema/schemas.openxmlformats.org/drawingml/CT_SchemeColor.go index bf551e6e..e7e754fc 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_SchemeColor.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_SchemeColor.go @@ -257,7 +257,7 @@ lCT_SchemeColor: } m.EG_ColorTransform = append(m.EG_ColorTransform, tmpcolortransform) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SchemeColor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Shape3D.go b/schema/schemas.openxmlformats.org/drawingml/CT_Shape3D.go index 58a48f61..9d98d6e2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Shape3D.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Shape3D.go @@ -142,7 +142,7 @@ lCT_Shape3D: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Shape3D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ShapeLocking.go b/schema/schemas.openxmlformats.org/drawingml/CT_ShapeLocking.go index d2e9d288..c16694b3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ShapeLocking.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ShapeLocking.go @@ -187,7 +187,7 @@ lCT_ShapeLocking: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ShapeLocking %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ShapeProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_ShapeProperties.go index a11fbc31..423bd879 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ShapeProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ShapeProperties.go @@ -204,7 +204,7 @@ lCT_ShapeProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ShapeProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ShapeStyle.go b/schema/schemas.openxmlformats.org/drawingml/CT_ShapeStyle.go index 0bdc9035..da5e90b2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ShapeStyle.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ShapeStyle.go @@ -77,7 +77,7 @@ lCT_ShapeStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ShapeStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_SolidColorFillProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_SolidColorFillProperties.go index d322e049..8fe742e3 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_SolidColorFillProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_SolidColorFillProperties.go @@ -101,7 +101,7 @@ lCT_SolidColorFillProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SolidColorFillProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_StretchInfoProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_StretchInfoProperties.go index 93b46482..c559bdff 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_StretchInfoProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_StretchInfoProperties.go @@ -51,7 +51,7 @@ lCT_StretchInfoProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_StretchInfoProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_StyleMatrix.go b/schema/schemas.openxmlformats.org/drawingml/CT_StyleMatrix.go index 7a22d9d0..0ecf5c96 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_StyleMatrix.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_StyleMatrix.go @@ -92,7 +92,7 @@ lCT_StyleMatrix: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_StyleMatrix %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_StyleMatrixReference.go b/schema/schemas.openxmlformats.org/drawingml/CT_StyleMatrixReference.go index 84747402..481d11ea 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_StyleMatrixReference.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_StyleMatrixReference.go @@ -115,7 +115,7 @@ lCT_StyleMatrixReference: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_StyleMatrixReference %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_SystemColor.go b/schema/schemas.openxmlformats.org/drawingml/CT_SystemColor.go index 8cceac64..27fd287a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_SystemColor.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_SystemColor.go @@ -269,7 +269,7 @@ lCT_SystemColor: } m.EG_ColorTransform = append(m.EG_ColorTransform, tmpcolortransform) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SystemColor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Table.go b/schema/schemas.openxmlformats.org/drawingml/CT_Table.go index cf3fe8c6..481dc8b2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Table.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Table.go @@ -72,7 +72,7 @@ lCT_Table: } m.Tr = append(m.Tr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Table %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableBackgroundStyle.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableBackgroundStyle.go index 19441fc9..8187c30b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableBackgroundStyle.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableBackgroundStyle.go @@ -81,7 +81,7 @@ lCT_TableBackgroundStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableBackgroundStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableCell.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableCell.go index c066f4ff..d4892d97 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableCell.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableCell.go @@ -137,7 +137,7 @@ lCT_TableCell: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableCell %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableCellBorderStyle.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableCellBorderStyle.go index 1699fa03..8bf31b13 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableCellBorderStyle.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableCellBorderStyle.go @@ -131,7 +131,7 @@ lCT_TableCellBorderStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableCellBorderStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableCellProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableCellProperties.go index 90c7c74b..16c0e347 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableCellProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableCellProperties.go @@ -288,7 +288,7 @@ lCT_TableCellProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableCellProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableCol.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableCol.go index d9e36f0c..b1b896b6 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableCol.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableCol.go @@ -64,7 +64,7 @@ lCT_TableCol: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableCol %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableGrid.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableGrid.go index 07661c2e..4cad7b5f 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableGrid.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableGrid.go @@ -53,7 +53,7 @@ lCT_TableGrid: } m.GridCol = append(m.GridCol, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableGrid %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TablePartStyle.go b/schema/schemas.openxmlformats.org/drawingml/CT_TablePartStyle.go index bed37bb2..10537107 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TablePartStyle.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TablePartStyle.go @@ -61,7 +61,7 @@ lCT_TablePartStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TablePartStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableProperties.go index 8cc2b69f..3e52a402 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableProperties.go @@ -235,7 +235,7 @@ lCT_TableProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TablePropertiesChoice.go b/schema/schemas.openxmlformats.org/drawingml/CT_TablePropertiesChoice.go index d3ddb8f3..bbfb8758 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TablePropertiesChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TablePropertiesChoice.go @@ -64,7 +64,7 @@ lCT_TablePropertiesChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TablePropertiesChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableRow.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableRow.go index 5eade204..d2c0a690 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableRow.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableRow.go @@ -75,7 +75,7 @@ lCT_TableRow: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableRow %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableStyle.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableStyle.go index e705483c..e57e31b2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableStyle.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableStyle.go @@ -218,7 +218,7 @@ lCT_TableStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleCellStyle.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleCellStyle.go index 34d16ca0..130c0569 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleCellStyle.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleCellStyle.go @@ -81,7 +81,7 @@ lCT_TableStyleCellStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableStyleCellStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleList.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleList.go index 890eab6a..b49ae364 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleList.go @@ -69,7 +69,7 @@ lCT_TableStyleList: } m.TblStyle = append(m.TblStyle, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableStyleList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleTextStyle.go b/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleTextStyle.go index 4075eac8..7db24599 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleTextStyle.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TableStyleTextStyle.go @@ -155,7 +155,7 @@ lCT_TableStyleTextStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableStyleTextStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextBlipBullet.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextBlipBullet.go index e1b2abf9..abbfd534 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextBlipBullet.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextBlipBullet.go @@ -50,7 +50,7 @@ lCT_TextBlipBullet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextBlipBullet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextBody.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextBody.go index f6e1b967..c846d595 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextBody.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextBody.go @@ -70,7 +70,7 @@ lCT_TextBody: } m.P = append(m.P, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextBody %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextBodyProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextBodyProperties.go index c71d76da..a657de1a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextBodyProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextBodyProperties.go @@ -351,7 +351,7 @@ lCT_TextBodyProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextBodyProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextCharacterProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextCharacterProperties.go index 75979c9b..a01e8da7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextCharacterProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextCharacterProperties.go @@ -493,7 +493,7 @@ lCT_TextCharacterProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextCharacterProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextField.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextField.go index 5d7b70a1..7763b158 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextField.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextField.go @@ -102,7 +102,7 @@ lCT_TextField: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextField %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextLineBreak.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextLineBreak.go index cd0e6400..891ab3d7 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextLineBreak.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextLineBreak.go @@ -51,7 +51,7 @@ lCT_TextLineBreak: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextLineBreak %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextListStyle.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextListStyle.go index dd974b90..174f9f56 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextListStyle.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextListStyle.go @@ -151,7 +151,7 @@ lCT_TextListStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextListStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextParagraph.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextParagraph.go index 9cbbe2d2..07e3ec58 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextParagraph.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextParagraph.go @@ -89,7 +89,7 @@ lCT_TextParagraph: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextParagraph %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextParagraphProperties.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextParagraphProperties.go index b90899e4..c7edb4fb 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextParagraphProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextParagraphProperties.go @@ -349,7 +349,7 @@ lCT_TextParagraphProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextParagraphProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextSpacing.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextSpacing.go index 5799cd91..d76cfbc0 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextSpacing.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextSpacing.go @@ -61,7 +61,7 @@ lCT_TextSpacing: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextSpacing %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextTabStopList.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextTabStopList.go index a62c8ec7..2575ebd2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextTabStopList.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextTabStopList.go @@ -53,7 +53,7 @@ lCT_TextTabStopList: } m.Tab = append(m.Tab, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextTabStopList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_TextUnderlineFillGroupWrapper.go b/schema/schemas.openxmlformats.org/drawingml/CT_TextUnderlineFillGroupWrapper.go index b226ffb8..1bf08b0b 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_TextUnderlineFillGroupWrapper.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_TextUnderlineFillGroupWrapper.go @@ -101,7 +101,7 @@ lCT_TextUnderlineFillGroupWrapper: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextUnderlineFillGroupWrapper %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_ThemeableLineStyle.go b/schema/schemas.openxmlformats.org/drawingml/CT_ThemeableLineStyle.go index 2a2de8fe..d4be67d9 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_ThemeableLineStyle.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_ThemeableLineStyle.go @@ -61,7 +61,7 @@ lCT_ThemeableLineStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ThemeableLineStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_Transform2D.go b/schema/schemas.openxmlformats.org/drawingml/CT_Transform2D.go index 20707145..834891be 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_Transform2D.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_Transform2D.go @@ -102,7 +102,7 @@ lCT_Transform2D: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Transform2D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_VideoFile.go b/schema/schemas.openxmlformats.org/drawingml/CT_VideoFile.go index 799091d7..b9ac8697 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_VideoFile.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_VideoFile.go @@ -76,7 +76,7 @@ lCT_VideoFile: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_VideoFile %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_WholeE2oFormatting.go b/schema/schemas.openxmlformats.org/drawingml/CT_WholeE2oFormatting.go index 2676fdd6..949b1daa 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_WholeE2oFormatting.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_WholeE2oFormatting.go @@ -72,7 +72,7 @@ lCT_WholeE2oFormatting: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WholeE2oFormatting %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/CT_XYAdjustHandle.go b/schema/schemas.openxmlformats.org/drawingml/CT_XYAdjustHandle.go index 036affcf..71a6a0ba 100644 --- a/schema/schemas.openxmlformats.org/drawingml/CT_XYAdjustHandle.go +++ b/schema/schemas.openxmlformats.org/drawingml/CT_XYAdjustHandle.go @@ -125,7 +125,7 @@ lCT_XYAdjustHandle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_XYAdjustHandle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_ColorChoice.go b/schema/schemas.openxmlformats.org/drawingml/EG_ColorChoice.go index 78426d24..1d5c261f 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_ColorChoice.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_ColorChoice.go @@ -99,7 +99,7 @@ lEG_ColorChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ColorChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_ColorTransform.go b/schema/schemas.openxmlformats.org/drawingml/EG_ColorTransform.go index 74fe831b..5545eb90 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_ColorTransform.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_ColorTransform.go @@ -319,7 +319,7 @@ lEG_ColorTransform: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ColorTransform %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_Effect.go b/schema/schemas.openxmlformats.org/drawingml/EG_Effect.go index cb8e66be..b69b9a92 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_Effect.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_Effect.go @@ -339,7 +339,7 @@ lEG_Effect: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_Effect %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_EffectProperties.go b/schema/schemas.openxmlformats.org/drawingml/EG_EffectProperties.go index e96750a3..f2b45b95 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_EffectProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_EffectProperties.go @@ -59,7 +59,7 @@ lEG_EffectProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_EffectProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_FillModeProperties.go b/schema/schemas.openxmlformats.org/drawingml/EG_FillModeProperties.go index 5c62b94f..71937ef4 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_FillModeProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_FillModeProperties.go @@ -59,7 +59,7 @@ lEG_FillModeProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_FillModeProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_FillProperties.go b/schema/schemas.openxmlformats.org/drawingml/EG_FillProperties.go index 801c8d69..50f5de47 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_FillProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_FillProperties.go @@ -99,7 +99,7 @@ lEG_FillProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_FillProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_Geometry.go b/schema/schemas.openxmlformats.org/drawingml/EG_Geometry.go index 2d41e76c..9f600aac 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_Geometry.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_Geometry.go @@ -59,7 +59,7 @@ lEG_Geometry: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_Geometry %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_LineDashProperties.go b/schema/schemas.openxmlformats.org/drawingml/EG_LineDashProperties.go index e3b04857..2f087818 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_LineDashProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_LineDashProperties.go @@ -59,7 +59,7 @@ lEG_LineDashProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_LineDashProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_LineFillProperties.go b/schema/schemas.openxmlformats.org/drawingml/EG_LineFillProperties.go index 5b0e0663..bcc2d1d2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_LineFillProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_LineFillProperties.go @@ -79,7 +79,7 @@ lEG_LineFillProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_LineFillProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_LineJoinProperties.go b/schema/schemas.openxmlformats.org/drawingml/EG_LineJoinProperties.go index 5315ca19..080f570f 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_LineJoinProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_LineJoinProperties.go @@ -69,7 +69,7 @@ lEG_LineJoinProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_LineJoinProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_Media.go b/schema/schemas.openxmlformats.org/drawingml/EG_Media.go index d1263c8e..949a98b2 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_Media.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_Media.go @@ -90,7 +90,7 @@ lEG_Media: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_Media %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_OfficeArtExtensionList.go b/schema/schemas.openxmlformats.org/drawingml/EG_OfficeArtExtensionList.go index d510d6af..c42dc8d5 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_OfficeArtExtensionList.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_OfficeArtExtensionList.go @@ -51,7 +51,7 @@ lEG_OfficeArtExtensionList: } m.Ext = append(m.Ext, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_OfficeArtExtensionList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_ShadeProperties.go b/schema/schemas.openxmlformats.org/drawingml/EG_ShadeProperties.go index e2ba0f1e..98dae9de 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_ShadeProperties.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_ShadeProperties.go @@ -59,7 +59,7 @@ lEG_ShadeProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ShadeProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_Text3D.go b/schema/schemas.openxmlformats.org/drawingml/EG_Text3D.go index 1b180fb0..65cc01c1 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_Text3D.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_Text3D.go @@ -59,7 +59,7 @@ lEG_Text3D: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_Text3D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_TextAutofit.go b/schema/schemas.openxmlformats.org/drawingml/EG_TextAutofit.go index 6b7bb83a..159c35ff 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_TextAutofit.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_TextAutofit.go @@ -69,7 +69,7 @@ lEG_TextAutofit: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_TextAutofit %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_TextBullet.go b/schema/schemas.openxmlformats.org/drawingml/EG_TextBullet.go index de516272..61d670cc 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_TextBullet.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_TextBullet.go @@ -79,7 +79,7 @@ lEG_TextBullet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_TextBullet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletColor.go b/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletColor.go index 3b13e2cb..6de332b8 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletColor.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletColor.go @@ -59,7 +59,7 @@ lEG_TextBulletColor: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_TextBulletColor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletSize.go b/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletSize.go index 95bca86c..b7b8dfa5 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletSize.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletSize.go @@ -69,7 +69,7 @@ lEG_TextBulletSize: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_TextBulletSize %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletTypeface.go b/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletTypeface.go index d816d508..27334cff 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletTypeface.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_TextBulletTypeface.go @@ -59,7 +59,7 @@ lEG_TextBulletTypeface: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_TextBulletTypeface %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_TextGeometry.go b/schema/schemas.openxmlformats.org/drawingml/EG_TextGeometry.go index 8dd4c968..c4325e54 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_TextGeometry.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_TextGeometry.go @@ -60,7 +60,7 @@ lEG_TextGeometry: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_TextGeometry %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_TextRun.go b/schema/schemas.openxmlformats.org/drawingml/EG_TextRun.go index c9c83c8e..e9d1d1ee 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_TextRun.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_TextRun.go @@ -69,7 +69,7 @@ lEG_TextRun: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_TextRun %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_TextUnderlineFill.go b/schema/schemas.openxmlformats.org/drawingml/EG_TextUnderlineFill.go index fee01fa6..b65d37d1 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_TextUnderlineFill.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_TextUnderlineFill.go @@ -59,7 +59,7 @@ lEG_TextUnderlineFill: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_TextUnderlineFill %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_TextUnderlineLine.go b/schema/schemas.openxmlformats.org/drawingml/EG_TextUnderlineLine.go index 1f94b002..a631ec8a 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_TextUnderlineLine.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_TextUnderlineLine.go @@ -59,7 +59,7 @@ lEG_TextUnderlineLine: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_TextUnderlineLine %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableEffectStyle.go b/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableEffectStyle.go index 63eb49ae..f8255690 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableEffectStyle.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableEffectStyle.go @@ -59,7 +59,7 @@ lEG_ThemeableEffectStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ThemeableEffectStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableFillStyle.go b/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableFillStyle.go index aa956c6f..e4e72f3f 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableFillStyle.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableFillStyle.go @@ -59,7 +59,7 @@ lEG_ThemeableFillStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ThemeableFillStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableFontStyles.go b/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableFontStyles.go index ca9b138a..9bb332a1 100644 --- a/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableFontStyles.go +++ b/schema/schemas.openxmlformats.org/drawingml/EG_ThemeableFontStyles.go @@ -59,7 +59,7 @@ lEG_ThemeableFontStyles: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ThemeableFontStyles %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/Graphic.go b/schema/schemas.openxmlformats.org/drawingml/Graphic.go index 84872b7a..e1008f5e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/Graphic.go +++ b/schema/schemas.openxmlformats.org/drawingml/Graphic.go @@ -46,7 +46,7 @@ lGraphic: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Graphic %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/Tbl.go b/schema/schemas.openxmlformats.org/drawingml/Tbl.go index 39e1caa7..e6002853 100644 --- a/schema/schemas.openxmlformats.org/drawingml/Tbl.go +++ b/schema/schemas.openxmlformats.org/drawingml/Tbl.go @@ -63,7 +63,7 @@ lTbl: } m.Tr = append(m.Tr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Tbl %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/TblStyleLst.go b/schema/schemas.openxmlformats.org/drawingml/TblStyleLst.go index e9b595e2..7f25502e 100644 --- a/schema/schemas.openxmlformats.org/drawingml/TblStyleLst.go +++ b/schema/schemas.openxmlformats.org/drawingml/TblStyleLst.go @@ -63,7 +63,7 @@ lTblStyleLst: } m.TblStyle = append(m.TblStyle, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on TblStyleLst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/Theme.go b/schema/schemas.openxmlformats.org/drawingml/Theme.go index 4049049d..f50dcbde 100644 --- a/schema/schemas.openxmlformats.org/drawingml/Theme.go +++ b/schema/schemas.openxmlformats.org/drawingml/Theme.go @@ -81,7 +81,7 @@ lTheme: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Theme %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/ThemeOverride.go b/schema/schemas.openxmlformats.org/drawingml/ThemeOverride.go index abbd4ebf..518a7956 100644 --- a/schema/schemas.openxmlformats.org/drawingml/ThemeOverride.go +++ b/schema/schemas.openxmlformats.org/drawingml/ThemeOverride.go @@ -63,7 +63,7 @@ lThemeOverride: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ThemeOverride %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/drawingml/VideoFile.go b/schema/schemas.openxmlformats.org/drawingml/VideoFile.go index e9e643ff..bf5ef836 100644 --- a/schema/schemas.openxmlformats.org/drawingml/VideoFile.go +++ b/schema/schemas.openxmlformats.org/drawingml/VideoFile.go @@ -69,7 +69,7 @@ lVideoFile: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on VideoFile %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Array.go b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Array.go index 009cfaf0..4adbd248 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Array.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Array.go @@ -165,7 +165,7 @@ lArray: } m.Cy = append(m.Cy, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Array %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Array.go b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Array.go index fcb89ea6..3ccaa066 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Array.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Array.go @@ -264,7 +264,7 @@ lCT_Array: } m.Cy = append(m.Cy, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Array %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Variant.go b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Variant.go index 4cb9d5d0..52dc8379 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Variant.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Variant.go @@ -398,7 +398,7 @@ lCT_Variant: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Variant %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Vector.go b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Vector.go index 13fb27ce..7e96bdba 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Vector.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/CT_Vector.go @@ -289,7 +289,7 @@ lCT_Vector: } m.Clsid = append(m.Clsid, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Vector %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Variant.go b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Variant.go index 81fbb192..7ed03298 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Variant.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Variant.go @@ -213,7 +213,7 @@ lVariant: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Variant %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Vector.go b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Vector.go index 6242936e..ed17ef84 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Vector.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes/Vector.go @@ -176,7 +176,7 @@ lVector: } m.Clsid = append(m.Clsid, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Vector %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_DigSigBlob.go b/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_DigSigBlob.go index ac7b52c3..f0eb5b93 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_DigSigBlob.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_DigSigBlob.go @@ -51,7 +51,7 @@ lCT_DigSigBlob: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DigSigBlob %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_Properties.go b/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_Properties.go index 8fc5d2f1..c99b4e11 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_Properties.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_Properties.go @@ -347,7 +347,7 @@ lCT_Properties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Properties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_VectorLpstr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_VectorLpstr.go index 8aa55bd1..8357b6db 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_VectorLpstr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_VectorLpstr.go @@ -52,7 +52,7 @@ lCT_VectorLpstr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_VectorLpstr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_VectorVariant.go b/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_VectorVariant.go index ae9204bb..b4d25a41 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_VectorVariant.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/CT_VectorVariant.go @@ -52,7 +52,7 @@ lCT_VectorVariant: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_VectorVariant %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/Properties.go b/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/Properties.go index 18d95a63..8311294f 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/Properties.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/extended_properties/Properties.go @@ -181,7 +181,7 @@ lProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Properties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Acc.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Acc.go index ee0f2442..cfc70e5a 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Acc.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Acc.go @@ -60,7 +60,7 @@ lCT_Acc: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Acc %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_AccPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_AccPr.go index 29b8d103..2fed0c0f 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_AccPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_AccPr.go @@ -61,7 +61,7 @@ lCT_AccPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AccPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Bar.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Bar.go index ce664b99..307cfa68 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Bar.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Bar.go @@ -60,7 +60,7 @@ lCT_Bar: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Bar %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BarPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BarPr.go index 8e6e76d0..550f9571 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BarPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BarPr.go @@ -61,7 +61,7 @@ lCT_BarPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BarPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BorderBox.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BorderBox.go index 277d665f..62d54429 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BorderBox.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BorderBox.go @@ -60,7 +60,7 @@ lCT_BorderBox: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BorderBox %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BorderBoxPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BorderBoxPr.go index 0e557633..4ac67845 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BorderBoxPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BorderBoxPr.go @@ -131,7 +131,7 @@ lCT_BorderBoxPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BorderBoxPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Box.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Box.go index c0276e97..7cf878d9 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Box.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Box.go @@ -60,7 +60,7 @@ lCT_Box: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Box %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BoxPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BoxPr.go index 23a2cbb6..59b3143a 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BoxPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_BoxPr.go @@ -101,7 +101,7 @@ lCT_BoxPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BoxPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_D.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_D.go index 6a9ad9da..7aae9c7c 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_D.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_D.go @@ -61,7 +61,7 @@ lCT_D: } m.E = append(m.E, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_D %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_DPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_DPr.go index 34a7b3ce..1af74a7f 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_DPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_DPr.go @@ -101,7 +101,7 @@ lCT_DPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_EqArr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_EqArr.go index 2aec9e27..10f17b3e 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_EqArr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_EqArr.go @@ -61,7 +61,7 @@ lCT_EqArr: } m.E = append(m.E, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_EqArr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_EqArrPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_EqArrPr.go index 7a8de2d3..9ad53c83 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_EqArrPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_EqArrPr.go @@ -101,7 +101,7 @@ lCT_EqArrPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_EqArrPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_F.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_F.go index 82219954..978a65d6 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_F.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_F.go @@ -69,7 +69,7 @@ lCT_F: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_F %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_FPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_FPr.go index b0c6ad4d..7f44b6d4 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_FPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_FPr.go @@ -61,7 +61,7 @@ lCT_FPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Func.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Func.go index 6b1c494a..3dc12c14 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Func.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Func.go @@ -69,7 +69,7 @@ lCT_Func: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Func %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_FuncPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_FuncPr.go index 1f345601..1ad0156a 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_FuncPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_FuncPr.go @@ -51,7 +51,7 @@ lCT_FuncPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FuncPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_GroupChr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_GroupChr.go index 0c4f4d8b..cb71444a 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_GroupChr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_GroupChr.go @@ -60,7 +60,7 @@ lCT_GroupChr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupChr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_GroupChrPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_GroupChrPr.go index bc1ec0ae..7fd6acdd 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_GroupChrPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_GroupChrPr.go @@ -81,7 +81,7 @@ lCT_GroupChrPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupChrPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimLow.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimLow.go index 049cacbe..fa1d29d9 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimLow.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimLow.go @@ -69,7 +69,7 @@ lCT_LimLow: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LimLow %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimLowPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimLowPr.go index 1375e185..0fda67e7 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimLowPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimLowPr.go @@ -51,7 +51,7 @@ lCT_LimLowPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LimLowPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimUpp.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimUpp.go index 245888bc..0adc40ef 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimUpp.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimUpp.go @@ -69,7 +69,7 @@ lCT_LimUpp: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LimUpp %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimUppPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimUppPr.go index 74fb6ad8..3dc00fab 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimUppPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_LimUppPr.go @@ -51,7 +51,7 @@ lCT_LimUppPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LimUppPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_M.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_M.go index 64fafa95..5e210861 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_M.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_M.go @@ -61,7 +61,7 @@ lCT_M: } m.Mr = append(m.Mr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_M %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MC.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MC.go index e654e687..c6d6582a 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MC.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MC.go @@ -51,7 +51,7 @@ lCT_MC: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MC %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MCPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MCPr.go index f8bc3474..7177a4cb 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MCPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MCPr.go @@ -61,7 +61,7 @@ lCT_MCPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MCPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MCS.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MCS.go index 94f52c3c..d2d4aa30 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MCS.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MCS.go @@ -51,7 +51,7 @@ lCT_MCS: } m.Mc = append(m.Mc, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MCS %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MPr.go index 38a3bef4..3f6c0581 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MPr.go @@ -131,7 +131,7 @@ lCT_MPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MR.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MR.go index 86eac7c8..c94c08f0 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MR.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MR.go @@ -51,7 +51,7 @@ lCT_MR: } m.E = append(m.E, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MR %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MathPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MathPr.go index e33355a6..70ff76d9 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MathPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MathPr.go @@ -197,7 +197,7 @@ lCT_MathPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MathPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MathPrChoice.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MathPrChoice.go index 13b157c1..9824d91f 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MathPrChoice.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_MathPrChoice.go @@ -59,7 +59,7 @@ lCT_MathPrChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MathPrChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Nary.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Nary.go index f1090292..0c42dd70 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Nary.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Nary.go @@ -78,7 +78,7 @@ lCT_Nary: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Nary %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_NaryPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_NaryPr.go index 8c5d8502..dd29a646 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_NaryPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_NaryPr.go @@ -101,7 +101,7 @@ lCT_NaryPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NaryPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMath.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMath.go index c2790818..4571b6f2 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMath.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMath.go @@ -188,7 +188,7 @@ lCT_OMath: } m.EG_OMathMathElements = append(m.EG_OMathMathElements, tmpomathmathelements) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OMath %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathArg.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathArg.go index e01ebbd0..ed69a2a8 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathArg.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathArg.go @@ -208,7 +208,7 @@ lCT_OMathArg: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OMathArg %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathArgPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathArgPr.go index f4e84638..953ca6c9 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathArgPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathArgPr.go @@ -51,7 +51,7 @@ lCT_OMathArgPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OMathArgPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathPara.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathPara.go index a86b9d49..c1fa71cd 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathPara.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathPara.go @@ -61,7 +61,7 @@ lCT_OMathPara: } m.OMath = append(m.OMath, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OMathPara %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathParaPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathParaPr.go index a1723b2b..16c65f4e 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathParaPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_OMathParaPr.go @@ -51,7 +51,7 @@ lCT_OMathParaPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OMathParaPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Phant.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Phant.go index 78779590..af1ff03c 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Phant.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Phant.go @@ -60,7 +60,7 @@ lCT_Phant: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Phant %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_PhantPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_PhantPr.go index 7bfbd195..7ab9de9a 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_PhantPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_PhantPr.go @@ -101,7 +101,7 @@ lCT_PhantPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PhantPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_R.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_R.go index 59d8ffec..1caf2c66 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_R.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_R.go @@ -64,7 +64,7 @@ lCT_R: } m.Choice = append(m.Choice, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_R %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RChoice.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RChoice.go index 092c8b69..8cb6e3e4 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RChoice.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RChoice.go @@ -51,7 +51,7 @@ lCT_RChoice: } m.T = append(m.T, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RPR.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RPR.go index 7446aa0e..dd690c32 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RPR.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RPR.go @@ -81,7 +81,7 @@ lCT_RPR: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RPR %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RPRChoice.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RPRChoice.go index fa4b8de8..5f580433 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RPRChoice.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RPRChoice.go @@ -49,7 +49,7 @@ lCT_RPRChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RPRChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Rad.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Rad.go index dceaf8a8..9df4ca8d 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Rad.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_Rad.go @@ -69,7 +69,7 @@ lCT_Rad: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Rad %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RadPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RadPr.go index 60448674..2d76dbf6 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RadPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_RadPr.go @@ -61,7 +61,7 @@ lCT_RadPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RadPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SPre.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SPre.go index a6836078..2bd20808 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SPre.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SPre.go @@ -78,7 +78,7 @@ lCT_SPre: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SPre %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SPrePr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SPrePr.go index 1864fe65..21fdedc8 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SPrePr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SPrePr.go @@ -51,7 +51,7 @@ lCT_SPrePr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SPrePr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSub.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSub.go index 57a9d4ae..2ad8c787 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSub.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSub.go @@ -69,7 +69,7 @@ lCT_SSub: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SSub %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubPr.go index 0b182014..cf7388a6 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubPr.go @@ -51,7 +51,7 @@ lCT_SSubPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SSubPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubSup.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubSup.go index 75b10efc..2fff5a10 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubSup.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubSup.go @@ -78,7 +78,7 @@ lCT_SSubSup: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SSubSup %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubSupPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubSupPr.go index 27fc9f84..2734e58e 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubSupPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSubSupPr.go @@ -61,7 +61,7 @@ lCT_SSubSupPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SSubSupPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSup.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSup.go index 5c23489a..f0b02890 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSup.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSup.go @@ -69,7 +69,7 @@ lCT_SSup: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SSup %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSupPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSupPr.go index fe92466e..194a8791 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSupPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/CT_SSupPr.go @@ -51,7 +51,7 @@ lCT_SSupPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SSupPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_OMathElements.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_OMathElements.go index 57a49005..327050b0 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_OMathElements.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_OMathElements.go @@ -186,7 +186,7 @@ lEG_OMathElements: } m.EG_OMathMathElements = append(m.EG_OMathMathElements, tmpomathmathelements) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_OMathElements %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_OMathMathElements.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_OMathMathElements.go index 537f63c4..9d2d4752 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_OMathMathElements.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_OMathMathElements.go @@ -239,7 +239,7 @@ lEG_OMathMathElements: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_OMathMathElements %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_ScriptStyle.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_ScriptStyle.go index afed04b1..fdf5cebb 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_ScriptStyle.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/EG_ScriptStyle.go @@ -60,7 +60,7 @@ lEG_ScriptStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ScriptStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/MathPr.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/MathPr.go index e2becab0..4846e699 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/MathPr.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/MathPr.go @@ -130,7 +130,7 @@ lMathPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on MathPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/OMath.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/OMath.go index 11243c7e..bf442579 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/OMath.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/OMath.go @@ -188,7 +188,7 @@ lOMath: } m.EG_OMathMathElements = append(m.EG_OMathMathElements, tmpomathmathelements) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on OMath %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/officeDocument/2006/math/OMathPara.go b/schema/schemas.openxmlformats.org/officeDocument/2006/math/OMathPara.go index e21c12dd..1c893448 100644 --- a/schema/schemas.openxmlformats.org/officeDocument/2006/math/OMathPara.go +++ b/schema/schemas.openxmlformats.org/officeDocument/2006/math/OMathPara.go @@ -59,7 +59,7 @@ lOMathPara: } m.OMath = append(m.OMath, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on OMathPara %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/package/2006/content_types/CT_Types.go b/schema/schemas.openxmlformats.org/package/2006/content_types/CT_Types.go index 96b52b43..60d9d5f1 100644 --- a/schema/schemas.openxmlformats.org/package/2006/content_types/CT_Types.go +++ b/schema/schemas.openxmlformats.org/package/2006/content_types/CT_Types.go @@ -64,7 +64,7 @@ lCT_Types: } m.Override = append(m.Override, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Types %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/package/2006/content_types/Types.go b/schema/schemas.openxmlformats.org/package/2006/content_types/Types.go index 11fe6906..326409fa 100644 --- a/schema/schemas.openxmlformats.org/package/2006/content_types/Types.go +++ b/schema/schemas.openxmlformats.org/package/2006/content_types/Types.go @@ -57,7 +57,7 @@ lTypes: } m.Override = append(m.Override, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Types %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CT_CoreProperties.go b/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CT_CoreProperties.go index b5d6ed58..3e6eec98 100644 --- a/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CT_CoreProperties.go +++ b/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CT_CoreProperties.go @@ -199,7 +199,7 @@ lCT_CoreProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CoreProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CT_Keywords.go b/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CT_Keywords.go index f4237c47..99ebecc8 100644 --- a/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CT_Keywords.go +++ b/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CT_Keywords.go @@ -67,7 +67,7 @@ lCT_Keywords: } m.Value = append(m.Value, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Keywords %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CoreProperties.go b/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CoreProperties.go index 2958f3cf..d6d57439 100644 --- a/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CoreProperties.go +++ b/schema/schemas.openxmlformats.org/package/2006/metadata/core_properties/CoreProperties.go @@ -126,7 +126,7 @@ lCoreProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CoreProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/package/2006/relationships/CT_Relationships.go b/schema/schemas.openxmlformats.org/package/2006/relationships/CT_Relationships.go index bce8cd04..c26c3605 100644 --- a/schema/schemas.openxmlformats.org/package/2006/relationships/CT_Relationships.go +++ b/schema/schemas.openxmlformats.org/package/2006/relationships/CT_Relationships.go @@ -53,7 +53,7 @@ lCT_Relationships: } m.Relationship = append(m.Relationship, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Relationships %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/package/2006/relationships/Relationships.go b/schema/schemas.openxmlformats.org/package/2006/relationships/Relationships.go index e1d667d1..35765533 100644 --- a/schema/schemas.openxmlformats.org/package/2006/relationships/Relationships.go +++ b/schema/schemas.openxmlformats.org/package/2006/relationships/Relationships.go @@ -51,7 +51,7 @@ lRelationships: } m.Relationship = append(m.Relationship, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Relationships %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_ApplicationNonVisualDrawingProps.go b/schema/schemas.openxmlformats.org/presentationml/CT_ApplicationNonVisualDrawingProps.go index 3271d3fd..5eb98f24 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_ApplicationNonVisualDrawingProps.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_ApplicationNonVisualDrawingProps.go @@ -103,7 +103,7 @@ lCT_ApplicationNonVisualDrawingProps: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ApplicationNonVisualDrawingProps %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_Background.go b/schema/schemas.openxmlformats.org/presentationml/CT_Background.go index 9afbced2..fdf05382 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_Background.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_Background.go @@ -79,7 +79,7 @@ lCT_Background: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Background %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_BackgroundProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_BackgroundProperties.go index 54ea56f3..8b2ccf86 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_BackgroundProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_BackgroundProperties.go @@ -68,7 +68,7 @@ lCT_BackgroundProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BackgroundProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_BuildList.go b/schema/schemas.openxmlformats.org/presentationml/CT_BuildList.go index 43cdfb88..e696e4cf 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_BuildList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_BuildList.go @@ -90,7 +90,7 @@ lCT_BuildList: } m.BldGraphic = append(m.BldGraphic, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BuildList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_Comment.go b/schema/schemas.openxmlformats.org/presentationml/CT_Comment.go index bccd03b2..63299368 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_Comment.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_Comment.go @@ -113,7 +113,7 @@ lCT_Comment: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Comment %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_CommentAuthor.go b/schema/schemas.openxmlformats.org/presentationml/CT_CommentAuthor.go index c936afa9..cff131fc 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_CommentAuthor.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_CommentAuthor.go @@ -110,7 +110,7 @@ lCT_CommentAuthor: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CommentAuthor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_CommentAuthorList.go b/schema/schemas.openxmlformats.org/presentationml/CT_CommentAuthorList.go index bb117321..c4c0f542 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_CommentAuthorList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_CommentAuthorList.go @@ -54,7 +54,7 @@ lCT_CommentAuthorList: } m.CmAuthor = append(m.CmAuthor, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CommentAuthorList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_CommentList.go b/schema/schemas.openxmlformats.org/presentationml/CT_CommentList.go index c16f21ab..1a99067c 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_CommentList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_CommentList.go @@ -54,7 +54,7 @@ lCT_CommentList: } m.Cm = append(m.Cm, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CommentList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_CommonSlideData.go b/schema/schemas.openxmlformats.org/presentationml/CT_CommonSlideData.go index 8865b5e5..99cdde3d 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_CommonSlideData.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_CommonSlideData.go @@ -110,7 +110,7 @@ lCT_CommonSlideData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CommonSlideData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_CommonSlideViewProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_CommonSlideViewProperties.go index 0dd2bb40..31f8c521 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_CommonSlideViewProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_CommonSlideViewProperties.go @@ -105,7 +105,7 @@ lCT_CommonSlideViewProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CommonSlideViewProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_CommonViewProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_CommonViewProperties.go index 08458f7b..4ec1927b 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_CommonViewProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_CommonViewProperties.go @@ -80,7 +80,7 @@ lCT_CommonViewProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CommonViewProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_Connector.go b/schema/schemas.openxmlformats.org/presentationml/CT_Connector.go index 4ecf619d..cb0f9387 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_Connector.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_Connector.go @@ -84,7 +84,7 @@ lCT_Connector: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Connector %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_ConnectorNonVisual.go b/schema/schemas.openxmlformats.org/presentationml/CT_ConnectorNonVisual.go index f0f1a0a5..af5dbab1 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_ConnectorNonVisual.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_ConnectorNonVisual.go @@ -73,7 +73,7 @@ lCT_ConnectorNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ConnectorNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_Control.go b/schema/schemas.openxmlformats.org/presentationml/CT_Control.go index 8f5dbec3..96ffd75d 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_Control.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_Control.go @@ -139,7 +139,7 @@ lCT_Control: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Control %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_ControlList.go b/schema/schemas.openxmlformats.org/presentationml/CT_ControlList.go index 8d78092d..0dc95774 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_ControlList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_ControlList.go @@ -54,7 +54,7 @@ lCT_ControlList: } m.Control = append(m.Control, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ControlList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_CustomShow.go b/schema/schemas.openxmlformats.org/presentationml/CT_CustomShow.go index 197b69bc..cdb2c944 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_CustomShow.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_CustomShow.go @@ -87,7 +87,7 @@ lCT_CustomShow: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomShow %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_CustomShowList.go b/schema/schemas.openxmlformats.org/presentationml/CT_CustomShowList.go index 279fdae5..ae10eac5 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_CustomShowList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_CustomShowList.go @@ -54,7 +54,7 @@ lCT_CustomShowList: } m.CustShow = append(m.CustShow, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomShowList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_CustomerDataList.go b/schema/schemas.openxmlformats.org/presentationml/CT_CustomerDataList.go index db679eb2..bf04f821 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_CustomerDataList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_CustomerDataList.go @@ -65,7 +65,7 @@ lCT_CustomerDataList: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomerDataList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_EmbeddedFontList.go b/schema/schemas.openxmlformats.org/presentationml/CT_EmbeddedFontList.go index a5f346c9..b1a05732 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_EmbeddedFontList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_EmbeddedFontList.go @@ -54,7 +54,7 @@ lCT_EmbeddedFontList: } m.EmbeddedFont = append(m.EmbeddedFont, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_EmbeddedFontList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_EmbeddedFontListEntry.go b/schema/schemas.openxmlformats.org/presentationml/CT_EmbeddedFontListEntry.go index 726f93fa..a1bfe50d 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_EmbeddedFontListEntry.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_EmbeddedFontListEntry.go @@ -97,7 +97,7 @@ lCT_EmbeddedFontListEntry: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_EmbeddedFontListEntry %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_ExtensionList.go b/schema/schemas.openxmlformats.org/presentationml/CT_ExtensionList.go index 567f01a3..67febef9 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_ExtensionList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_ExtensionList.go @@ -54,7 +54,7 @@ lCT_ExtensionList: } m.Ext = append(m.Ext, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExtensionList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_ExtensionListModify.go b/schema/schemas.openxmlformats.org/presentationml/CT_ExtensionListModify.go index 10753c87..b62d6ef8 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_ExtensionListModify.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_ExtensionListModify.go @@ -70,7 +70,7 @@ lCT_ExtensionListModify: } m.Ext = append(m.Ext, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExtensionListModify %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_GraphicalObjectFrame.go b/schema/schemas.openxmlformats.org/presentationml/CT_GraphicalObjectFrame.go index 05ccbcae..4c727e91 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_GraphicalObjectFrame.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_GraphicalObjectFrame.go @@ -96,7 +96,7 @@ lCT_GraphicalObjectFrame: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GraphicalObjectFrame %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_GraphicalObjectFrameNonVisual.go b/schema/schemas.openxmlformats.org/presentationml/CT_GraphicalObjectFrameNonVisual.go index afd02002..25343554 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_GraphicalObjectFrameNonVisual.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_GraphicalObjectFrameNonVisual.go @@ -73,7 +73,7 @@ lCT_GraphicalObjectFrameNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GraphicalObjectFrameNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_GroupShape.go b/schema/schemas.openxmlformats.org/presentationml/CT_GroupShape.go index 7328f060..46b31d54 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_GroupShape.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_GroupShape.go @@ -116,7 +116,7 @@ lCT_GroupShape: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupShape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_GroupShapeChoice.go b/schema/schemas.openxmlformats.org/presentationml/CT_GroupShapeChoice.go index b3d32e7b..177e1f00 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_GroupShapeChoice.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_GroupShapeChoice.go @@ -106,7 +106,7 @@ lCT_GroupShapeChoice: } m.ContentPart = append(m.ContentPart, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupShapeChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_GroupShapeNonVisual.go b/schema/schemas.openxmlformats.org/presentationml/CT_GroupShapeNonVisual.go index 2cf29de9..54e2e53f 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_GroupShapeNonVisual.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_GroupShapeNonVisual.go @@ -73,7 +73,7 @@ lCT_GroupShapeNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupShapeNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_GuideList.go b/schema/schemas.openxmlformats.org/presentationml/CT_GuideList.go index 50616202..03f33c06 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_GuideList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_GuideList.go @@ -54,7 +54,7 @@ lCT_GuideList: } m.Guide = append(m.Guide, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GuideList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMaster.go b/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMaster.go index f6424512..a658dfb5 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMaster.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMaster.go @@ -84,7 +84,7 @@ lCT_HandoutMaster: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_HandoutMaster %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMasterIdList.go b/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMasterIdList.go index 8def9d40..130c4d53 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMasterIdList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMasterIdList.go @@ -52,7 +52,7 @@ lCT_HandoutMasterIdList: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_HandoutMasterIdList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMasterIdListEntry.go b/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMasterIdListEntry.go index cb08a95a..f8b27965 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMasterIdListEntry.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_HandoutMasterIdListEntry.go @@ -64,7 +64,7 @@ lCT_HandoutMasterIdListEntry: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_HandoutMasterIdListEntry %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_HeaderFooter.go b/schema/schemas.openxmlformats.org/presentationml/CT_HeaderFooter.go index 8dfb5dd0..70cd8a58 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_HeaderFooter.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_HeaderFooter.go @@ -107,7 +107,7 @@ lCT_HeaderFooter: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_HeaderFooter %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_HtmlPublishProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_HtmlPublishProperties.go index a603e717..2dcea7ea 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_HtmlPublishProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_HtmlPublishProperties.go @@ -137,7 +137,7 @@ lCT_HtmlPublishProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_HtmlPublishProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_NormalViewProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_NormalViewProperties.go index a4c82690..b93c31de 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_NormalViewProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_NormalViewProperties.go @@ -138,7 +138,7 @@ lCT_NormalViewProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NormalViewProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_NotesMaster.go b/schema/schemas.openxmlformats.org/presentationml/CT_NotesMaster.go index 318c21d6..c11f53f3 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_NotesMaster.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_NotesMaster.go @@ -95,7 +95,7 @@ lCT_NotesMaster: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NotesMaster %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_NotesMasterIdList.go b/schema/schemas.openxmlformats.org/presentationml/CT_NotesMasterIdList.go index ca7cf92b..0ec9bd24 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_NotesMasterIdList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_NotesMasterIdList.go @@ -52,7 +52,7 @@ lCT_NotesMasterIdList: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NotesMasterIdList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_NotesMasterIdListEntry.go b/schema/schemas.openxmlformats.org/presentationml/CT_NotesMasterIdListEntry.go index 547b14e9..f1de3914 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_NotesMasterIdListEntry.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_NotesMasterIdListEntry.go @@ -64,7 +64,7 @@ lCT_NotesMasterIdListEntry: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NotesMasterIdListEntry %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_NotesSlide.go b/schema/schemas.openxmlformats.org/presentationml/CT_NotesSlide.go index e695c55e..a7b3c47c 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_NotesSlide.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_NotesSlide.go @@ -102,7 +102,7 @@ lCT_NotesSlide: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NotesSlide %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_NotesTextViewProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_NotesTextViewProperties.go index d6db0cf6..d0987a1c 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_NotesTextViewProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_NotesTextViewProperties.go @@ -61,7 +61,7 @@ lCT_NotesTextViewProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NotesTextViewProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_NotesViewProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_NotesViewProperties.go index f4cb1ea8..b86984c8 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_NotesViewProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_NotesViewProperties.go @@ -61,7 +61,7 @@ lCT_NotesViewProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NotesViewProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_OleObject.go b/schema/schemas.openxmlformats.org/presentationml/CT_OleObject.go index 3eabbe97..a67381bd 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_OleObject.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_OleObject.go @@ -158,7 +158,7 @@ lCT_OleObject: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OleObject %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectChoice.go b/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectChoice.go index 5dcb66db..9bf89056 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectChoice.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectChoice.go @@ -59,7 +59,7 @@ lCT_OleObjectChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OleObjectChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectEmbed.go b/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectEmbed.go index c636c290..af6e9f19 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectEmbed.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectEmbed.go @@ -65,7 +65,7 @@ lCT_OleObjectEmbed: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OleObjectEmbed %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectLink.go b/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectLink.go index 9742c02a..aaaed720 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectLink.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_OleObjectLink.go @@ -68,7 +68,7 @@ lCT_OleObjectLink: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OleObjectLink %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_OutlineViewProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_OutlineViewProperties.go index 7a800374..c98dacf4 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_OutlineViewProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_OutlineViewProperties.go @@ -72,7 +72,7 @@ lCT_OutlineViewProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OutlineViewProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_OutlineViewSlideList.go b/schema/schemas.openxmlformats.org/presentationml/CT_OutlineViewSlideList.go index 99fac797..6cd912a3 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_OutlineViewSlideList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_OutlineViewSlideList.go @@ -54,7 +54,7 @@ lCT_OutlineViewSlideList: } m.Sld = append(m.Sld, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OutlineViewSlideList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_PhotoAlbum.go b/schema/schemas.openxmlformats.org/presentationml/CT_PhotoAlbum.go index a812177e..6dc698f8 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_PhotoAlbum.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_PhotoAlbum.go @@ -105,7 +105,7 @@ lCT_PhotoAlbum: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PhotoAlbum %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_Picture.go b/schema/schemas.openxmlformats.org/presentationml/CT_Picture.go index a510b63e..66b69d58 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_Picture.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_Picture.go @@ -92,7 +92,7 @@ lCT_Picture: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Picture %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_PictureNonVisual.go b/schema/schemas.openxmlformats.org/presentationml/CT_PictureNonVisual.go index 33e926e0..201d70ea 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_PictureNonVisual.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_PictureNonVisual.go @@ -71,7 +71,7 @@ lCT_PictureNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PictureNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_Placeholder.go b/schema/schemas.openxmlformats.org/presentationml/CT_Placeholder.go index 2723e87c..02e8c297 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_Placeholder.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_Placeholder.go @@ -118,7 +118,7 @@ lCT_Placeholder: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Placeholder %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_Presentation.go b/schema/schemas.openxmlformats.org/presentationml/CT_Presentation.go index 9238250b..dccce9c9 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_Presentation.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_Presentation.go @@ -369,7 +369,7 @@ lCT_Presentation: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Presentation %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_PresentationProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_PresentationProperties.go index c2c22597..62a87339 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_PresentationProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_PresentationProperties.go @@ -108,7 +108,7 @@ lCT_PresentationProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PresentationProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_PrintProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_PrintProperties.go index 3e025250..6f692554 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_PrintProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_PrintProperties.go @@ -118,7 +118,7 @@ lCT_PrintProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PrintProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_Shape.go b/schema/schemas.openxmlformats.org/presentationml/CT_Shape.go index 0b97a7f7..9fa1d3bd 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_Shape.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_Shape.go @@ -111,7 +111,7 @@ lCT_Shape: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Shape %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_ShapeNonVisual.go b/schema/schemas.openxmlformats.org/presentationml/CT_ShapeNonVisual.go index 87b1fcc6..75d2d21d 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_ShapeNonVisual.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_ShapeNonVisual.go @@ -73,7 +73,7 @@ lCT_ShapeNonVisual: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ShapeNonVisual %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_ShowProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_ShowProperties.go index 0b2a3eae..406380cb 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_ShowProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_ShowProperties.go @@ -186,7 +186,7 @@ lCT_ShowProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ShowProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_Slide.go b/schema/schemas.openxmlformats.org/presentationml/CT_Slide.go index 7c5f5d5d..e0c3df8a 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_Slide.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_Slide.go @@ -137,7 +137,7 @@ lCT_Slide: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Slide %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideIdList.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideIdList.go index afe92634..cfd2e139 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideIdList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideIdList.go @@ -54,7 +54,7 @@ lCT_SlideIdList: } m.SldId = append(m.SldId, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideIdList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideIdListEntry.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideIdListEntry.go index 4aef27e5..07b7552b 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideIdListEntry.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideIdListEntry.go @@ -78,7 +78,7 @@ lCT_SlideIdListEntry: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideIdListEntry %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayout.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayout.go index 8786af29..cfb44a5b 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayout.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayout.go @@ -186,7 +186,7 @@ lCT_SlideLayout: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideLayout %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayoutIdList.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayoutIdList.go index d3a5b2bf..7b01c645 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayoutIdList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayoutIdList.go @@ -54,7 +54,7 @@ lCT_SlideLayoutIdList: } m.SldLayoutId = append(m.SldLayoutId, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideLayoutIdList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayoutIdListEntry.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayoutIdListEntry.go index c85dc295..fbc53b84 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayoutIdListEntry.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideLayoutIdListEntry.go @@ -79,7 +79,7 @@ lCT_SlideLayoutIdListEntry: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideLayoutIdListEntry %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideMaster.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideMaster.go index d3b9ca30..62421b68 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideMaster.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideMaster.go @@ -145,7 +145,7 @@ lCT_SlideMaster: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideMaster %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterIdList.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterIdList.go index c5cd03e4..56d9fa1b 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterIdList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterIdList.go @@ -54,7 +54,7 @@ lCT_SlideMasterIdList: } m.SldMasterId = append(m.SldMasterId, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideMasterIdList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterIdListEntry.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterIdListEntry.go index 45357033..026b2a39 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterIdListEntry.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterIdListEntry.go @@ -79,7 +79,7 @@ lCT_SlideMasterIdListEntry: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideMasterIdListEntry %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterTextStyles.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterTextStyles.go index 6ef63652..2bf846c2 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterTextStyles.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideMasterTextStyles.go @@ -86,7 +86,7 @@ lCT_SlideMasterTextStyles: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideMasterTextStyles %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideRelationshipList.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideRelationshipList.go index f5dccac6..31d81654 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideRelationshipList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideRelationshipList.go @@ -54,7 +54,7 @@ lCT_SlideRelationshipList: } m.Sld = append(m.Sld, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideRelationshipList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideSorterViewProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideSorterViewProperties.go index 681fdfcf..d00d18d3 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideSorterViewProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideSorterViewProperties.go @@ -78,7 +78,7 @@ lCT_SlideSorterViewProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideSorterViewProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideSyncProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideSyncProperties.go index 63368e5b..05ae0be0 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideSyncProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideSyncProperties.go @@ -88,7 +88,7 @@ lCT_SlideSyncProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideSyncProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideTiming.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideTiming.go index 9438242b..e965d41e 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideTiming.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideTiming.go @@ -72,7 +72,7 @@ lCT_SlideTiming: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideTiming %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideTransition.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideTransition.go index fa499bda..d4dbf969 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideTransition.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideTransition.go @@ -235,7 +235,7 @@ lCT_SlideTransition: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideTransition %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideTransitionChoice.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideTransitionChoice.go index 39234d3e..6fabb946 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideTransitionChoice.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideTransitionChoice.go @@ -249,7 +249,7 @@ lCT_SlideTransitionChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideTransitionChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_SlideViewProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_SlideViewProperties.go index 54b5594c..a775be9c 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_SlideViewProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_SlideViewProperties.go @@ -60,7 +60,7 @@ lCT_SlideViewProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SlideViewProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimVariant.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimVariant.go index cdcb782f..a50b02e1 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimVariant.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimVariant.go @@ -98,7 +98,7 @@ lCT_TLAnimVariant: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLAnimVariant %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateBehavior.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateBehavior.go index e14ec4ac..4a41e65d 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateBehavior.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateBehavior.go @@ -127,7 +127,7 @@ lCT_TLAnimateBehavior: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLAnimateBehavior %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateColorBehavior.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateColorBehavior.go index 328b0a1e..887b66f7 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateColorBehavior.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateColorBehavior.go @@ -111,7 +111,7 @@ lCT_TLAnimateColorBehavior: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLAnimateColorBehavior %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateEffectBehavior.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateEffectBehavior.go index 2aaefe67..d923f4d8 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateEffectBehavior.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateEffectBehavior.go @@ -102,7 +102,7 @@ lCT_TLAnimateEffectBehavior: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLAnimateEffectBehavior %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateMotionBehavior.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateMotionBehavior.go index 365e61e8..05d648df 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateMotionBehavior.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateMotionBehavior.go @@ -160,7 +160,7 @@ lCT_TLAnimateMotionBehavior: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLAnimateMotionBehavior %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateRotationBehavior.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateRotationBehavior.go index c593e754..76f0cf64 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateRotationBehavior.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateRotationBehavior.go @@ -96,7 +96,7 @@ lCT_TLAnimateRotationBehavior: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLAnimateRotationBehavior %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateScaleBehavior.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateScaleBehavior.go index efefc6b6..b213ba9c 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateScaleBehavior.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLAnimateScaleBehavior.go @@ -99,7 +99,7 @@ lCT_TLAnimateScaleBehavior: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLAnimateScaleBehavior %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLBehaviorAttributeNameList.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLBehaviorAttributeNameList.go index e42c39cb..fbae15f0 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLBehaviorAttributeNameList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLBehaviorAttributeNameList.go @@ -51,7 +51,7 @@ lCT_TLBehaviorAttributeNameList: } m.AttrName = append(m.AttrName, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLBehaviorAttributeNameList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLBuildParagraph.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLBuildParagraph.go index 72654c3e..84e6b3fc 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLBuildParagraph.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLBuildParagraph.go @@ -172,7 +172,7 @@ lCT_TLBuildParagraph: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLBuildParagraph %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLByAnimateColorTransform.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLByAnimateColorTransform.go index 59d21234..6389033d 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLByAnimateColorTransform.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLByAnimateColorTransform.go @@ -63,7 +63,7 @@ lCT_TLByAnimateColorTransform: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLByAnimateColorTransform %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLCommandBehavior.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLCommandBehavior.go index 17adcebf..b10d8f88 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLCommandBehavior.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLCommandBehavior.go @@ -78,7 +78,7 @@ lCT_TLCommandBehavior: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLCommandBehavior %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonBehaviorData.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonBehaviorData.go index 13d21719..f0dba07e 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonBehaviorData.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonBehaviorData.go @@ -174,7 +174,7 @@ lCT_TLCommonBehaviorData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLCommonBehaviorData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonMediaNodeData.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonMediaNodeData.go index 328288cf..f8e391ff 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonMediaNodeData.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonMediaNodeData.go @@ -119,7 +119,7 @@ lCT_TLCommonMediaNodeData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLCommonMediaNodeData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonTimeNodeData.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonTimeNodeData.go index 92ceba49..f4423f7c 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonTimeNodeData.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLCommonTimeNodeData.go @@ -411,7 +411,7 @@ lCT_TLCommonTimeNodeData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLCommonTimeNodeData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLGraphicalObjectBuild.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLGraphicalObjectBuild.go index 41dfcfdd..d47b74ba 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLGraphicalObjectBuild.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLGraphicalObjectBuild.go @@ -107,7 +107,7 @@ lCT_TLGraphicalObjectBuild: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLGraphicalObjectBuild %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLIterateData.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLIterateData.go index 1ecb61bf..e8799a16 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLIterateData.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLIterateData.go @@ -92,7 +92,7 @@ lCT_TLIterateData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLIterateData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLMediaNodeAudio.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLMediaNodeAudio.go index 2a663aa7..b8046f12 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLMediaNodeAudio.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLMediaNodeAudio.go @@ -68,7 +68,7 @@ lCT_TLMediaNodeAudio: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLMediaNodeAudio %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLMediaNodeVideo.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLMediaNodeVideo.go index ac1164ee..a4145c8b 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLMediaNodeVideo.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLMediaNodeVideo.go @@ -68,7 +68,7 @@ lCT_TLMediaNodeVideo: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLMediaNodeVideo %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLSetBehavior.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLSetBehavior.go index 03e424a0..7d204d26 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLSetBehavior.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLSetBehavior.go @@ -62,7 +62,7 @@ lCT_TLSetBehavior: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLSetBehavior %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLShapeTargetElement.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLShapeTargetElement.go index d4fb3c59..632a84eb 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLShapeTargetElement.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLShapeTargetElement.go @@ -113,7 +113,7 @@ lCT_TLShapeTargetElement: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLShapeTargetElement %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLTemplate.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLTemplate.go index cbb16f88..0f3b475f 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLTemplate.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLTemplate.go @@ -69,7 +69,7 @@ lCT_TLTemplate: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLTemplate %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLTemplateList.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLTemplateList.go index d3a185b8..b5dbe1e5 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLTemplateList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLTemplateList.go @@ -54,7 +54,7 @@ lCT_TLTemplateList: } m.Tmpl = append(m.Tmpl, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLTemplateList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLTextTargetElement.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLTextTargetElement.go index d3c22fbe..5088c10d 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLTextTargetElement.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLTextTargetElement.go @@ -63,7 +63,7 @@ lCT_TLTextTargetElement: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLTextTargetElement %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeAnimateValue.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeAnimateValue.go index 4abab213..cea434e7 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeAnimateValue.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeAnimateValue.go @@ -81,7 +81,7 @@ lCT_TLTimeAnimateValue: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLTimeAnimateValue %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeAnimateValueList.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeAnimateValueList.go index f0833d53..a8c8f64f 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeAnimateValueList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeAnimateValueList.go @@ -54,7 +54,7 @@ lCT_TLTimeAnimateValueList: } m.Tav = append(m.Tav, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLTimeAnimateValueList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeCondition.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeCondition.go index e59f25b4..b0ec85d3 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeCondition.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeCondition.go @@ -102,7 +102,7 @@ lCT_TLTimeCondition: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLTimeCondition %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeConditionList.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeConditionList.go index 2ba81fd5..e18a7d2e 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeConditionList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeConditionList.go @@ -52,7 +52,7 @@ lCT_TLTimeConditionList: } m.Cond = append(m.Cond, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLTimeConditionList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeExclusive.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeExclusive.go index f2fdb59c..dd01e135 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeExclusive.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeExclusive.go @@ -51,7 +51,7 @@ lCT_TLTimeNodeExclusive: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLTimeNodeExclusive %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeParallel.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeParallel.go index cdde2b86..92b51441 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeParallel.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeParallel.go @@ -51,7 +51,7 @@ lCT_TLTimeNodeParallel: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLTimeNodeParallel %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeSequence.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeSequence.go index e2c919eb..09ea279f 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeSequence.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeNodeSequence.go @@ -114,7 +114,7 @@ lCT_TLTimeNodeSequence: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLTimeNodeSequence %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeTargetElement.go b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeTargetElement.go index 4584ca7c..61464eb1 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeTargetElement.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TLTimeTargetElement.go @@ -87,7 +87,7 @@ lCT_TLTimeTargetElement: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TLTimeTargetElement %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TagList.go b/schema/schemas.openxmlformats.org/presentationml/CT_TagList.go index 6af06cbc..f2a338e7 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TagList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TagList.go @@ -54,7 +54,7 @@ lCT_TagList: } m.Tag = append(m.Tag, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TagList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TimeNodeList.go b/schema/schemas.openxmlformats.org/presentationml/CT_TimeNodeList.go index 24fd0e9e..c8920569 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TimeNodeList.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TimeNodeList.go @@ -198,7 +198,7 @@ lCT_TimeNodeList: } m.Video = append(m.Video, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TimeNodeList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TransitionSoundAction.go b/schema/schemas.openxmlformats.org/presentationml/CT_TransitionSoundAction.go index e0f0d5fa..0a875d4c 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TransitionSoundAction.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TransitionSoundAction.go @@ -63,7 +63,7 @@ lCT_TransitionSoundAction: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TransitionSoundAction %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_TransitionStartSoundAction.go b/schema/schemas.openxmlformats.org/presentationml/CT_TransitionStartSoundAction.go index d97b083f..91ad1a4e 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_TransitionStartSoundAction.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_TransitionStartSoundAction.go @@ -70,7 +70,7 @@ lCT_TransitionStartSoundAction: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TransitionStartSoundAction %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_ViewProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_ViewProperties.go index 2381fe61..f91d8eb8 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_ViewProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_ViewProperties.go @@ -159,7 +159,7 @@ lCT_ViewProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ViewProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CT_WebProperties.go b/schema/schemas.openxmlformats.org/presentationml/CT_WebProperties.go index 981d9674..962a6fc4 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CT_WebProperties.go +++ b/schema/schemas.openxmlformats.org/presentationml/CT_WebProperties.go @@ -170,7 +170,7 @@ lCT_WebProperties: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WebProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CmAuthorLst.go b/schema/schemas.openxmlformats.org/presentationml/CmAuthorLst.go index b7ef80c8..3db1f83d 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CmAuthorLst.go +++ b/schema/schemas.openxmlformats.org/presentationml/CmAuthorLst.go @@ -55,7 +55,7 @@ lCmAuthorLst: } m.CmAuthor = append(m.CmAuthor, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CmAuthorLst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/CmLst.go b/schema/schemas.openxmlformats.org/presentationml/CmLst.go index 5044d640..e5655106 100644 --- a/schema/schemas.openxmlformats.org/presentationml/CmLst.go +++ b/schema/schemas.openxmlformats.org/presentationml/CmLst.go @@ -55,7 +55,7 @@ lCmLst: } m.Cm = append(m.Cm, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CmLst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/EG_Background.go b/schema/schemas.openxmlformats.org/presentationml/EG_Background.go index 509e8068..53a0a60c 100644 --- a/schema/schemas.openxmlformats.org/presentationml/EG_Background.go +++ b/schema/schemas.openxmlformats.org/presentationml/EG_Background.go @@ -63,7 +63,7 @@ lEG_Background: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_Background %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/EG_ChildSlide.go b/schema/schemas.openxmlformats.org/presentationml/EG_ChildSlide.go index 9c8f9567..a1cfce7a 100644 --- a/schema/schemas.openxmlformats.org/presentationml/EG_ChildSlide.go +++ b/schema/schemas.openxmlformats.org/presentationml/EG_ChildSlide.go @@ -52,7 +52,7 @@ lEG_ChildSlide: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ChildSlide %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/EG_ExtensionList.go b/schema/schemas.openxmlformats.org/presentationml/EG_ExtensionList.go index 4fa715c9..bf122058 100644 --- a/schema/schemas.openxmlformats.org/presentationml/EG_ExtensionList.go +++ b/schema/schemas.openxmlformats.org/presentationml/EG_ExtensionList.go @@ -52,7 +52,7 @@ lEG_ExtensionList: } m.Ext = append(m.Ext, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ExtensionList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/EG_ShowType.go b/schema/schemas.openxmlformats.org/presentationml/EG_ShowType.go index b09e7767..ce794f82 100644 --- a/schema/schemas.openxmlformats.org/presentationml/EG_ShowType.go +++ b/schema/schemas.openxmlformats.org/presentationml/EG_ShowType.go @@ -72,7 +72,7 @@ lEG_ShowType: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ShowType %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/EG_SlideListChoice.go b/schema/schemas.openxmlformats.org/presentationml/EG_SlideListChoice.go index 14acd142..31697a6c 100644 --- a/schema/schemas.openxmlformats.org/presentationml/EG_SlideListChoice.go +++ b/schema/schemas.openxmlformats.org/presentationml/EG_SlideListChoice.go @@ -72,7 +72,7 @@ lEG_SlideListChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_SlideListChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/EG_TopLevelSlide.go b/schema/schemas.openxmlformats.org/presentationml/EG_TopLevelSlide.go index 810f66c2..71c3f288 100644 --- a/schema/schemas.openxmlformats.org/presentationml/EG_TopLevelSlide.go +++ b/schema/schemas.openxmlformats.org/presentationml/EG_TopLevelSlide.go @@ -51,7 +51,7 @@ lEG_TopLevelSlide: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_TopLevelSlide %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/HandoutMaster.go b/schema/schemas.openxmlformats.org/presentationml/HandoutMaster.go index 82361fe0..49156848 100644 --- a/schema/schemas.openxmlformats.org/presentationml/HandoutMaster.go +++ b/schema/schemas.openxmlformats.org/presentationml/HandoutMaster.go @@ -67,7 +67,7 @@ lHandoutMaster: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on HandoutMaster %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/Notes.go b/schema/schemas.openxmlformats.org/presentationml/Notes.go index 221eb4ee..f9e3c8b5 100644 --- a/schema/schemas.openxmlformats.org/presentationml/Notes.go +++ b/schema/schemas.openxmlformats.org/presentationml/Notes.go @@ -82,7 +82,7 @@ lNotes: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Notes %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/NotesMaster.go b/schema/schemas.openxmlformats.org/presentationml/NotesMaster.go index 28412278..6f9ec548 100644 --- a/schema/schemas.openxmlformats.org/presentationml/NotesMaster.go +++ b/schema/schemas.openxmlformats.org/presentationml/NotesMaster.go @@ -74,7 +74,7 @@ lNotesMaster: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on NotesMaster %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/OleObj.go b/schema/schemas.openxmlformats.org/presentationml/OleObj.go index a3eef798..aab9c273 100644 --- a/schema/schemas.openxmlformats.org/presentationml/OleObj.go +++ b/schema/schemas.openxmlformats.org/presentationml/OleObj.go @@ -120,7 +120,7 @@ lOleObj: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on OleObj %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/Presentation.go b/schema/schemas.openxmlformats.org/presentationml/Presentation.go index e17d066f..4fc3a0fb 100644 --- a/schema/schemas.openxmlformats.org/presentationml/Presentation.go +++ b/schema/schemas.openxmlformats.org/presentationml/Presentation.go @@ -210,7 +210,7 @@ lPresentation: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Presentation %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/PresentationPr.go b/schema/schemas.openxmlformats.org/presentationml/PresentationPr.go index e20ac786..5c6cf188 100644 --- a/schema/schemas.openxmlformats.org/presentationml/PresentationPr.go +++ b/schema/schemas.openxmlformats.org/presentationml/PresentationPr.go @@ -81,7 +81,7 @@ lPresentationPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on PresentationPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/Sld.go b/schema/schemas.openxmlformats.org/presentationml/Sld.go index 25d55ecb..0a73bdb4 100644 --- a/schema/schemas.openxmlformats.org/presentationml/Sld.go +++ b/schema/schemas.openxmlformats.org/presentationml/Sld.go @@ -99,7 +99,7 @@ lSld: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Sld %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/SldLayout.go b/schema/schemas.openxmlformats.org/presentationml/SldLayout.go index 635cf1a5..0f223f61 100644 --- a/schema/schemas.openxmlformats.org/presentationml/SldLayout.go +++ b/schema/schemas.openxmlformats.org/presentationml/SldLayout.go @@ -121,7 +121,7 @@ lSldLayout: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on SldLayout %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/SldMaster.go b/schema/schemas.openxmlformats.org/presentationml/SldMaster.go index 5e690f96..65b8dfff 100644 --- a/schema/schemas.openxmlformats.org/presentationml/SldMaster.go +++ b/schema/schemas.openxmlformats.org/presentationml/SldMaster.go @@ -97,7 +97,7 @@ lSldMaster: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on SldMaster %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/SldSyncPr.go b/schema/schemas.openxmlformats.org/presentationml/SldSyncPr.go index f6ea378f..9a41ffce 100644 --- a/schema/schemas.openxmlformats.org/presentationml/SldSyncPr.go +++ b/schema/schemas.openxmlformats.org/presentationml/SldSyncPr.go @@ -77,7 +77,7 @@ lSldSyncPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on SldSyncPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/TagLst.go b/schema/schemas.openxmlformats.org/presentationml/TagLst.go index 8aef7b7a..fec972ff 100644 --- a/schema/schemas.openxmlformats.org/presentationml/TagLst.go +++ b/schema/schemas.openxmlformats.org/presentationml/TagLst.go @@ -55,7 +55,7 @@ lTagLst: } m.Tag = append(m.Tag, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on TagLst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/presentationml/ViewPr.go b/schema/schemas.openxmlformats.org/presentationml/ViewPr.go index 4e315036..e1250c23 100644 --- a/schema/schemas.openxmlformats.org/presentationml/ViewPr.go +++ b/schema/schemas.openxmlformats.org/presentationml/ViewPr.go @@ -104,7 +104,7 @@ lViewPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ViewPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/schemaLibrary/CT_SchemaLibrary.go b/schema/schemas.openxmlformats.org/schemaLibrary/CT_SchemaLibrary.go index f23e8c91..4b643e6b 100644 --- a/schema/schemas.openxmlformats.org/schemaLibrary/CT_SchemaLibrary.go +++ b/schema/schemas.openxmlformats.org/schemaLibrary/CT_SchemaLibrary.go @@ -53,7 +53,7 @@ lCT_SchemaLibrary: } m.Schema = append(m.Schema, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SchemaLibrary %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/schemaLibrary/SchemaLibrary.go b/schema/schemas.openxmlformats.org/schemaLibrary/SchemaLibrary.go index d79122ac..b8b0151a 100644 --- a/schema/schemas.openxmlformats.org/schemaLibrary/SchemaLibrary.go +++ b/schema/schemas.openxmlformats.org/schemaLibrary/SchemaLibrary.go @@ -52,7 +52,7 @@ lSchemaLibrary: } m.Schema = append(m.Schema, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on SchemaLibrary %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Authors.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Authors.go index 89e190f3..e2cbdf56 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Authors.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Authors.go @@ -53,7 +53,7 @@ lCT_Authors: } m.Author = append(m.Author, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Authors %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_AutoFilter.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_AutoFilter.go index a772ff14..5abadfcd 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_AutoFilter.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_AutoFilter.go @@ -90,7 +90,7 @@ lCT_AutoFilter: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AutoFilter %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_AutoSortScope.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_AutoSortScope.go index 89065dfa..8f149a6e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_AutoSortScope.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_AutoSortScope.go @@ -51,7 +51,7 @@ lCT_AutoSortScope: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AutoSortScope %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_BookView.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_BookView.go index 60045da9..adc7af8c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_BookView.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_BookView.go @@ -230,7 +230,7 @@ lCT_BookView: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BookView %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_BookViews.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_BookViews.go index 94cc7884..f69884dd 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_BookViews.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_BookViews.go @@ -52,7 +52,7 @@ lCT_BookViews: } m.WorkbookView = append(m.WorkbookView, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BookViews %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Boolean.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Boolean.go index c9c22ad2..40efabde 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Boolean.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Boolean.go @@ -121,7 +121,7 @@ lCT_Boolean: } m.X = append(m.X, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Boolean %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Border.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Border.go index 899851cf..b30fa27b 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Border.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Border.go @@ -183,7 +183,7 @@ lCT_Border: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Border %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_BorderPr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_BorderPr.go index 8f84bdce..01120a5a 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_BorderPr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_BorderPr.go @@ -66,7 +66,7 @@ lCT_BorderPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BorderPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Borders.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Borders.go index afa5a63e..b4b1c39d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Borders.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Borders.go @@ -71,7 +71,7 @@ lCT_Borders: } m.Border = append(m.Border, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Borders %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheField.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheField.go index 5885c177..a40c2ff4 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheField.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheField.go @@ -262,7 +262,7 @@ lCT_CacheField: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CacheField %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheFields.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheFields.go index 15636f0a..822fe357 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheFields.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheFields.go @@ -71,7 +71,7 @@ lCT_CacheFields: } m.CacheField = append(m.CacheField, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CacheFields %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheHierarchies.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheHierarchies.go index e5e9586e..0843aa4b 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheHierarchies.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheHierarchies.go @@ -71,7 +71,7 @@ lCT_CacheHierarchies: } m.CacheHierarchy = append(m.CacheHierarchy, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CacheHierarchies %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheHierarchy.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheHierarchy.go index 98b67729..ae67e086 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheHierarchy.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheHierarchy.go @@ -363,7 +363,7 @@ lCT_CacheHierarchy: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CacheHierarchy %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheSource.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheSource.go index 514097da..afb14352 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheSource.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CacheSource.go @@ -104,7 +104,7 @@ lCT_CacheSource: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CacheSource %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalcChain.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalcChain.go index 86f429ec..838aa160 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalcChain.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalcChain.go @@ -62,7 +62,7 @@ lCT_CalcChain: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CalcChain %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedItem.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedItem.go index 6bb64c33..217a2c93 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedItem.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedItem.go @@ -93,7 +93,7 @@ lCT_CalculatedItem: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CalculatedItem %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedItems.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedItems.go index 97beb4e5..d9b369e5 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedItems.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedItems.go @@ -69,7 +69,7 @@ lCT_CalculatedItems: } m.CalculatedItem = append(m.CalculatedItem, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CalculatedItems %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedMember.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedMember.go index 764c0a88..93434ae9 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedMember.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedMember.go @@ -144,7 +144,7 @@ lCT_CalculatedMember: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CalculatedMember %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedMembers.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedMembers.go index 1602ea7a..332e0dfd 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedMembers.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CalculatedMembers.go @@ -69,7 +69,7 @@ lCT_CalculatedMembers: } m.CalculatedMember = append(m.CalculatedMember, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CalculatedMembers %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cell.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cell.go index 04e860ae..716a051c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cell.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cell.go @@ -172,7 +172,7 @@ lCT_Cell: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Cell %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellSmartTag.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellSmartTag.go index 495e1fd2..a13f2a36 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellSmartTag.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellSmartTag.go @@ -94,7 +94,7 @@ lCT_CellSmartTag: } m.CellSmartTagPr = append(m.CellSmartTagPr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CellSmartTag %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellSmartTags.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellSmartTags.go index 13e069e1..206448bb 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellSmartTags.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellSmartTags.go @@ -65,7 +65,7 @@ lCT_CellSmartTags: } m.CellSmartTag = append(m.CellSmartTag, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CellSmartTags %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyle.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyle.go index 15be773b..1fc9510d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyle.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyle.go @@ -134,7 +134,7 @@ lCT_CellStyle: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CellStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyleXfs.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyleXfs.go index 9e64efd2..e3d91889 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyleXfs.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyleXfs.go @@ -69,7 +69,7 @@ lCT_CellStyleXfs: } m.Xf = append(m.Xf, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CellStyleXfs %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyles.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyles.go index 0afffb10..0acc9a8d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyles.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellStyles.go @@ -69,7 +69,7 @@ lCT_CellStyles: } m.CellStyle = append(m.CellStyle, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CellStyles %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellWatches.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellWatches.go index d40c92bd..40775868 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellWatches.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellWatches.go @@ -52,7 +52,7 @@ lCT_CellWatches: } m.CellWatch = append(m.CellWatch, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CellWatches %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellXfs.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellXfs.go index 4edb94ec..9dac9d6e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellXfs.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CellXfs.go @@ -69,7 +69,7 @@ lCT_CellXfs: } m.Xf = append(m.Xf, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CellXfs %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CfRule.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CfRule.go index 2f1be987..818ef5c2 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CfRule.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CfRule.go @@ -267,7 +267,7 @@ lCT_CfRule: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CfRule %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cfvo.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cfvo.go index 288c06c9..811ebdec 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cfvo.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cfvo.go @@ -93,7 +93,7 @@ lCT_Cfvo: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Cfvo %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartFormat.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartFormat.go index 6d058393..11bf80a6 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartFormat.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartFormat.go @@ -90,7 +90,7 @@ lCT_ChartFormat: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ChartFormat %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartFormats.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartFormats.go index 28a26cc6..f4bac03c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartFormats.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartFormats.go @@ -69,7 +69,7 @@ lCT_ChartFormats: } m.ChartFormat = append(m.ChartFormat, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ChartFormats %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Chartsheet.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Chartsheet.go index c41c8a1b..846514f8 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Chartsheet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Chartsheet.go @@ -186,7 +186,7 @@ lCT_Chartsheet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Chartsheet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetPr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetPr.go index e6783446..bbd35f22 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetPr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetPr.go @@ -81,7 +81,7 @@ lCT_ChartsheetPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ChartsheetPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetView.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetView.go index 07d23564..4a0790c2 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetView.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetView.go @@ -106,7 +106,7 @@ lCT_ChartsheetView: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ChartsheetView %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetViews.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetViews.go index 6828d142..604f1b13 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetViews.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ChartsheetViews.go @@ -62,7 +62,7 @@ lCT_ChartsheetViews: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ChartsheetViews %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColFields.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColFields.go index 5904c9c3..deee0faf 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColFields.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColFields.go @@ -69,7 +69,7 @@ lCT_ColFields: } m.Field = append(m.Field, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColFields %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColHierarchiesUsage.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColHierarchiesUsage.go index 1cf96e0b..6d2619dc 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColHierarchiesUsage.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColHierarchiesUsage.go @@ -69,7 +69,7 @@ lCT_ColHierarchiesUsage: } m.ColHierarchyUsage = append(m.ColHierarchyUsage, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColHierarchiesUsage %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColorScale.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColorScale.go index 0a545bc4..9ba03370 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColorScale.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ColorScale.go @@ -62,7 +62,7 @@ lCT_ColorScale: } m.Color = append(m.Color, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ColorScale %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Colors.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Colors.go index e5e8d4c7..80fa9c78 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Colors.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Colors.go @@ -63,7 +63,7 @@ lCT_Colors: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Colors %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cols.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cols.go index c358bf32..d44e6f99 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cols.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Cols.go @@ -52,7 +52,7 @@ lCT_Cols: } m.Col = append(m.Col, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Cols %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Comment.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Comment.go index d056e5b1..9612fbc2 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Comment.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Comment.go @@ -117,7 +117,7 @@ lCT_Comment: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Comment %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CommentList.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CommentList.go index 74aa05eb..90bc6cb9 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CommentList.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CommentList.go @@ -54,7 +54,7 @@ lCT_CommentList: } m.Comment = append(m.Comment, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CommentList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CommentPr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CommentPr.go index e21b8396..e3a6455b 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CommentPr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CommentPr.go @@ -208,7 +208,7 @@ lCT_CommentPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CommentPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Comments.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Comments.go index 2f0ec57d..e41e70c5 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Comments.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Comments.go @@ -71,7 +71,7 @@ lCT_Comments: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Comments %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormat.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormat.go index 9836307c..9aa9b2b1 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormat.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormat.go @@ -100,7 +100,7 @@ lCT_ConditionalFormat: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ConditionalFormat %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormats.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormats.go index ccddcf28..adff1a1e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormats.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormats.go @@ -69,7 +69,7 @@ lCT_ConditionalFormats: } m.ConditionalFormat = append(m.ConditionalFormat, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ConditionalFormats %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormatting.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormatting.go index 10d00567..bc8c6310 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormatting.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ConditionalFormatting.go @@ -91,7 +91,7 @@ lCT_ConditionalFormatting: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ConditionalFormatting %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Connection.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Connection.go index c761378b..1194d9d7 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Connection.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Connection.go @@ -370,7 +370,7 @@ lCT_Connection: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Connection %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Connections.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Connections.go index ab47eef7..d41dcebb 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Connections.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Connections.go @@ -52,7 +52,7 @@ lCT_Connections: } m.Connection = append(m.Connection, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Connections %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Consolidation.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Consolidation.go index 222410de..2b5c96b4 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Consolidation.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Consolidation.go @@ -79,7 +79,7 @@ lCT_Consolidation: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Consolidation %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Control.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Control.go index f272832c..c23b7333 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Control.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Control.go @@ -90,7 +90,7 @@ lCT_Control: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Control %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ControlPr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ControlPr.go index 84fe0b12..91a5af0f 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ControlPr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ControlPr.go @@ -249,7 +249,7 @@ lCT_ControlPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ControlPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Controls.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Controls.go index 8b8d62bf..de945a4c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Controls.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Controls.go @@ -52,7 +52,7 @@ lCT_Controls: } m.Control = append(m.Control, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Controls %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomChartsheetView.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomChartsheetView.go index 55315892..f0c5a056 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomChartsheetView.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomChartsheetView.go @@ -130,7 +130,7 @@ lCT_CustomChartsheetView: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomChartsheetView %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomChartsheetViews.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomChartsheetViews.go index a622784d..9c7c1473 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomChartsheetViews.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomChartsheetViews.go @@ -54,7 +54,7 @@ lCT_CustomChartsheetViews: } m.CustomSheetView = append(m.CustomSheetView, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomChartsheetViews %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomFilters.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomFilters.go index 89199d02..72d22892 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomFilters.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomFilters.go @@ -68,7 +68,7 @@ lCT_CustomFilters: } m.CustomFilter = append(m.CustomFilter, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomFilters %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomProperties.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomProperties.go index c4ede0e5..ba493032 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomProperties.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomProperties.go @@ -52,7 +52,7 @@ lCT_CustomProperties: } m.CustomPr = append(m.CustomPr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomSheetView.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomSheetView.go index cdcb43fb..90d0b3d9 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomSheetView.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomSheetView.go @@ -416,7 +416,7 @@ lCT_CustomSheetView: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomSheetView %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomSheetViews.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomSheetViews.go index 6401b1f8..827cea6f 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomSheetViews.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomSheetViews.go @@ -52,7 +52,7 @@ lCT_CustomSheetViews: } m.CustomSheetView = append(m.CustomSheetView, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomSheetViews %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomWorkbookView.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomWorkbookView.go index a09e5697..b3cab26a 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomWorkbookView.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomWorkbookView.go @@ -363,7 +363,7 @@ lCT_CustomWorkbookView: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomWorkbookView %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomWorkbookViews.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomWorkbookViews.go index e998b878..e86e7696 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomWorkbookViews.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_CustomWorkbookViews.go @@ -52,7 +52,7 @@ lCT_CustomWorkbookViews: } m.CustomWorkbookView = append(m.CustomWorkbookView, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomWorkbookViews %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataBar.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataBar.go index bfdaa980..6ef87597 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataBar.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataBar.go @@ -106,7 +106,7 @@ lCT_DataBar: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DataBar %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataConsolidate.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataConsolidate.go index d7d54682..7fb41e64 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataConsolidate.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataConsolidate.go @@ -120,7 +120,7 @@ lCT_DataConsolidate: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DataConsolidate %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataField.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataField.go index b581866e..1a99c0ce 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataField.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataField.go @@ -146,7 +146,7 @@ lCT_DataField: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DataField %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataFields.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataFields.go index 0f163a7a..4b886552 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataFields.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataFields.go @@ -69,7 +69,7 @@ lCT_DataFields: } m.DataField = append(m.DataField, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DataFields %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataRefs.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataRefs.go index 7a04f5d8..898ffbba 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataRefs.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataRefs.go @@ -71,7 +71,7 @@ lCT_DataRefs: } m.DataRef = append(m.DataRef, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DataRefs %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataValidation.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataValidation.go index 8e91e689..5ac2255d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataValidation.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataValidation.go @@ -234,7 +234,7 @@ lCT_DataValidation: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DataValidation %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataValidations.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataValidations.go index 8f5ca45c..534aeb91 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataValidations.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DataValidations.go @@ -110,7 +110,7 @@ lCT_DataValidations: } m.DataValidation = append(m.DataValidation, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DataValidations %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DateTime.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DateTime.go index 9c208918..17ec41d1 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DateTime.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DateTime.go @@ -122,7 +122,7 @@ lCT_DateTime: } m.X = append(m.X, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DateTime %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeItem.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeItem.go index a2758c2d..7c61b360 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeItem.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeItem.go @@ -108,7 +108,7 @@ lCT_DdeItem: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DdeItem %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeItems.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeItems.go index 184fbd1d..eda8f33e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeItems.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeItems.go @@ -54,7 +54,7 @@ lCT_DdeItems: } m.DdeItem = append(m.DdeItem, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DdeItems %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeLink.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeLink.go index 2fdd3568..4647b260 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeLink.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeLink.go @@ -77,7 +77,7 @@ lCT_DdeLink: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DdeLink %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeValue.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeValue.go index d03bcb72..27473e48 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeValue.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeValue.go @@ -66,7 +66,7 @@ lCT_DdeValue: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DdeValue %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeValues.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeValues.go index d3e6d7e7..ad14e530 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeValues.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DdeValues.go @@ -83,7 +83,7 @@ lCT_DdeValues: } m.Value = append(m.Value, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DdeValues %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DefinedNames.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DefinedNames.go index 08f2e154..07e29f23 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DefinedNames.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DefinedNames.go @@ -54,7 +54,7 @@ lCT_DefinedNames: } m.DefinedName = append(m.DefinedName, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DefinedNames %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dialogsheet.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dialogsheet.go index b8921c11..9da81433 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dialogsheet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dialogsheet.go @@ -214,7 +214,7 @@ lCT_Dialogsheet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Dialogsheet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dimensions.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dimensions.go index 39731ee4..aadf9b79 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dimensions.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dimensions.go @@ -71,7 +71,7 @@ lCT_Dimensions: } m.Dimension = append(m.Dimension, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Dimensions %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DiscretePr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DiscretePr.go index 783c8a32..2e5de551 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_DiscretePr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_DiscretePr.go @@ -69,7 +69,7 @@ lCT_DiscretePr: } m.X = append(m.X, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DiscretePr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dxf.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dxf.go index 5e78e5a4..07301544 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dxf.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dxf.go @@ -118,7 +118,7 @@ lCT_Dxf: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Dxf %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dxfs.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dxfs.go index 9f01e167..7605d551 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dxfs.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Dxfs.go @@ -71,7 +71,7 @@ lCT_Dxfs: } m.Dxf = append(m.Dxf, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Dxfs %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Error.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Error.go index b7316d62..1e125296 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Error.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Error.go @@ -224,7 +224,7 @@ lCT_Error: } m.X = append(m.X, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Error %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExtensionList.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExtensionList.go index 7827b39c..b5a9c51f 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExtensionList.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExtensionList.go @@ -54,7 +54,7 @@ lCT_ExtensionList: } m.Ext = append(m.Ext, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExtensionList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalBook.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalBook.go index cc7fd0fa..6dca11c1 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalBook.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalBook.go @@ -87,7 +87,7 @@ lCT_ExternalBook: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExternalBook %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalCell.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalCell.go index d8195b96..041cfda8 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalCell.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalCell.go @@ -98,7 +98,7 @@ lCT_ExternalCell: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExternalCell %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalDefinedNames.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalDefinedNames.go index 566b9daa..49f637aa 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalDefinedNames.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalDefinedNames.go @@ -54,7 +54,7 @@ lCT_ExternalDefinedNames: } m.DefinedName = append(m.DefinedName, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExternalDefinedNames %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalLink.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalLink.go index 921f02d7..0c45cb18 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalLink.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalLink.go @@ -73,7 +73,7 @@ lCT_ExternalLink: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExternalLink %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalLinkChoice.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalLinkChoice.go index 97f6091d..e2ea9d0c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalLinkChoice.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalLinkChoice.go @@ -69,7 +69,7 @@ lCT_ExternalLinkChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExternalLinkChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalReferences.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalReferences.go index fc9572ee..ebdabd98 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalReferences.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalReferences.go @@ -52,7 +52,7 @@ lCT_ExternalReferences: } m.ExternalReference = append(m.ExternalReference, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExternalReferences %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalRow.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalRow.go index 9c19a477..8d52c1c9 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalRow.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalRow.go @@ -68,7 +68,7 @@ lCT_ExternalRow: } m.Cell = append(m.Cell, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExternalRow %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetData.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetData.go index 46988d02..82d4d950 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetData.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetData.go @@ -81,7 +81,7 @@ lCT_ExternalSheetData: } m.Row = append(m.Row, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExternalSheetData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetDataSet.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetDataSet.go index 422594e0..ed4ff3d1 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetDataSet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetDataSet.go @@ -52,7 +52,7 @@ lCT_ExternalSheetDataSet: } m.SheetData = append(m.SheetData, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExternalSheetDataSet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetNames.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetNames.go index eecd6cc2..a0b0f74a 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetNames.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ExternalSheetNames.go @@ -52,7 +52,7 @@ lCT_ExternalSheetNames: } m.SheetName = append(m.SheetName, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ExternalSheetNames %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FieldGroup.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FieldGroup.go index 7ff6543a..34e43ad6 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FieldGroup.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FieldGroup.go @@ -106,7 +106,7 @@ lCT_FieldGroup: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FieldGroup %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FieldsUsage.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FieldsUsage.go index cc92f6a0..66ef252a 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FieldsUsage.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FieldsUsage.go @@ -71,7 +71,7 @@ lCT_FieldsUsage: } m.FieldUsage = append(m.FieldUsage, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FieldsUsage %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fill.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fill.go index 821ccbd0..612d2a71 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fill.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fill.go @@ -63,7 +63,7 @@ lCT_Fill: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Fill %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fills.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fills.go index e2c565ae..91d91160 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fills.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fills.go @@ -71,7 +71,7 @@ lCT_Fills: } m.Fill = append(m.Fill, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Fills %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FilterColumn.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FilterColumn.go index 16766382..265f62bf 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FilterColumn.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FilterColumn.go @@ -158,7 +158,7 @@ lCT_FilterColumn: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FilterColumn %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Filters.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Filters.go index 1479163f..4792d500 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Filters.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Filters.go @@ -96,7 +96,7 @@ lCT_Filters: } m.DateGroupItem = append(m.DateGroupItem, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Filters %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Font.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Font.go index fa633ce2..89e90e2a 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Font.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Font.go @@ -222,7 +222,7 @@ lCT_Font: } m.Scheme = append(m.Scheme, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Font %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fonts.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fonts.go index 38170249..48567e35 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fonts.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Fonts.go @@ -71,7 +71,7 @@ lCT_Fonts: } m.Font = append(m.Font, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Fonts %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Format.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Format.go index 559490c1..75f5d576 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Format.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Format.go @@ -92,7 +92,7 @@ lCT_Format: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Format %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Formats.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Formats.go index 6c5eea60..ee7105fb 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Formats.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Formats.go @@ -69,7 +69,7 @@ lCT_Formats: } m.Format = append(m.Format, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Formats %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FunctionGroups.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FunctionGroups.go index e0a8afc0..81338eaf 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FunctionGroups.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FunctionGroups.go @@ -71,7 +71,7 @@ lCT_FunctionGroups: } m.FunctionGroup = append(m.FunctionGroup, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FunctionGroups %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FutureMetadata.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FutureMetadata.go index 41fad34f..2c50848e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FutureMetadata.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FutureMetadata.go @@ -93,7 +93,7 @@ lCT_FutureMetadata: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FutureMetadata %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FutureMetadataBlock.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FutureMetadataBlock.go index 2f0672cc..92d07564 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_FutureMetadataBlock.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_FutureMetadataBlock.go @@ -52,7 +52,7 @@ lCT_FutureMetadataBlock: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FutureMetadataBlock %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GradientFill.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GradientFill.go index 5dcdb47f..8d8ab4df 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GradientFill.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GradientFill.go @@ -134,7 +134,7 @@ lCT_GradientFill: } m.Stop = append(m.Stop, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GradientFill %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GradientStop.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GradientStop.go index 30df393c..56519a3c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GradientStop.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GradientStop.go @@ -66,7 +66,7 @@ lCT_GradientStop: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GradientStop %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupItems.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupItems.go index a3fc776d..f540bbf3 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupItems.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupItems.go @@ -131,7 +131,7 @@ lCT_GroupItems: } m.D = append(m.D, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupItems %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupLevel.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupLevel.go index 1cae87a8..8bb65edd 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupLevel.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupLevel.go @@ -115,7 +115,7 @@ lCT_GroupLevel: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupLevel %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupLevels.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupLevels.go index 60683341..ed250ba3 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupLevels.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupLevels.go @@ -69,7 +69,7 @@ lCT_GroupLevels: } m.GroupLevel = append(m.GroupLevel, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupLevels %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupMembers.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupMembers.go index 77ea6f42..9dc68d60 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupMembers.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_GroupMembers.go @@ -69,7 +69,7 @@ lCT_GroupMembers: } m.GroupMember = append(m.GroupMember, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GroupMembers %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Groups.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Groups.go index 2bf3b9df..efa0a0de 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Groups.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Groups.go @@ -69,7 +69,7 @@ lCT_Groups: } m.Group = append(m.Group, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Groups %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_HeaderFooter.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_HeaderFooter.go index 37917ac6..b3ae1f4d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_HeaderFooter.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_HeaderFooter.go @@ -171,7 +171,7 @@ lCT_HeaderFooter: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_HeaderFooter %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Hyperlinks.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Hyperlinks.go index 96be154a..7601fc88 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Hyperlinks.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Hyperlinks.go @@ -52,7 +52,7 @@ lCT_Hyperlinks: } m.Hyperlink = append(m.Hyperlink, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Hyperlinks %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_I.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_I.go index 097111dd..2a06101d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_I.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_I.go @@ -97,7 +97,7 @@ lCT_I: } m.X = append(m.X, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_I %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_IconSet.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_IconSet.go index 5c2c5c96..2046cae0 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_IconSet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_IconSet.go @@ -106,7 +106,7 @@ lCT_IconSet: } m.Cfvo = append(m.Cfvo, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_IconSet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_IgnoredErrors.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_IgnoredErrors.go index b28ca1c2..799e9682 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_IgnoredErrors.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_IgnoredErrors.go @@ -62,7 +62,7 @@ lCT_IgnoredErrors: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_IgnoredErrors %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_IndexedColors.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_IndexedColors.go index 28fe55bd..7a504570 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_IndexedColors.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_IndexedColors.go @@ -52,7 +52,7 @@ lCT_IndexedColors: } m.RgbColor = append(m.RgbColor, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_IndexedColors %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Items.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Items.go index 3a6152a4..386d8287 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Items.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Items.go @@ -69,7 +69,7 @@ lCT_Items: } m.Item = append(m.Item, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Items %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_LevelGroup.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_LevelGroup.go index b937caf7..8fa4ff5f 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_LevelGroup.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_LevelGroup.go @@ -115,7 +115,7 @@ lCT_LevelGroup: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LevelGroup %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MRUColors.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MRUColors.go index c603cf8a..ee83e9eb 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MRUColors.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MRUColors.go @@ -52,7 +52,7 @@ lCT_MRUColors: } m.Color = append(m.Color, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MRUColors %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Macrosheet.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Macrosheet.go index bcd37f9a..18557d13 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Macrosheet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Macrosheet.go @@ -340,7 +340,7 @@ lCT_Macrosheet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Macrosheet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Map.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Map.go index 323e3bba..6e28fc43 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Map.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Map.go @@ -155,7 +155,7 @@ lCT_Map: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Map %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MapInfo.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MapInfo.go index e4e55360..054f0829 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MapInfo.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MapInfo.go @@ -75,7 +75,7 @@ lCT_MapInfo: } m.Map = append(m.Map, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MapInfo %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Mdx.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Mdx.go index a640b580..4a89e2dd 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Mdx.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Mdx.go @@ -112,7 +112,7 @@ lCT_Mdx: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Mdx %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxMetadata.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxMetadata.go index 5f6d9e9f..d1479a24 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxMetadata.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxMetadata.go @@ -69,7 +69,7 @@ lCT_MdxMetadata: } m.Mdx = append(m.Mdx, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MdxMetadata %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxSet.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxSet.go index c38095a8..b8fa0d17 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxSet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxSet.go @@ -94,7 +94,7 @@ lCT_MdxSet: } m.N = append(m.N, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MdxSet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxTuple.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxTuple.go index f63acf71..a7325438 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxTuple.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MdxTuple.go @@ -190,7 +190,7 @@ lCT_MdxTuple: } m.N = append(m.N, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MdxTuple %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MeasureDimensionMaps.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MeasureDimensionMaps.go index 4302f2b2..eb788d01 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MeasureDimensionMaps.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MeasureDimensionMaps.go @@ -71,7 +71,7 @@ lCT_MeasureDimensionMaps: } m.Map = append(m.Map, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MeasureDimensionMaps %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MeasureGroups.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MeasureGroups.go index 932c69d1..8aae3e5a 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MeasureGroups.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MeasureGroups.go @@ -71,7 +71,7 @@ lCT_MeasureGroups: } m.MeasureGroup = append(m.MeasureGroup, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MeasureGroups %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MemberProperties.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MemberProperties.go index d87d2a9b..ad31355c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MemberProperties.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MemberProperties.go @@ -69,7 +69,7 @@ lCT_MemberProperties: } m.Mp = append(m.Mp, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MemberProperties %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Members.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Members.go index 900a28a5..f2af55d8 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Members.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Members.go @@ -83,7 +83,7 @@ lCT_Members: } m.Member = append(m.Member, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Members %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MergeCells.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MergeCells.go index 8e4862ef..8e0993a2 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MergeCells.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MergeCells.go @@ -69,7 +69,7 @@ lCT_MergeCells: } m.MergeCell = append(m.MergeCell, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MergeCells %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Metadata.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Metadata.go index 71780f88..18d64b7d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Metadata.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Metadata.go @@ -120,7 +120,7 @@ lCT_Metadata: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Metadata %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataBlock.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataBlock.go index d540476e..f1a16891 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataBlock.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataBlock.go @@ -52,7 +52,7 @@ lCT_MetadataBlock: } m.Rc = append(m.Rc, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MetadataBlock %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataBlocks.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataBlocks.go index 75d7d7fc..47578865 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataBlocks.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataBlocks.go @@ -69,7 +69,7 @@ lCT_MetadataBlocks: } m.Bk = append(m.Bk, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MetadataBlocks %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataStrings.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataStrings.go index ef566f59..7bbdbe4c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataStrings.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataStrings.go @@ -69,7 +69,7 @@ lCT_MetadataStrings: } m.S = append(m.S, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MetadataStrings %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataTypes.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataTypes.go index d3bc3d45..0473ed59 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataTypes.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_MetadataTypes.go @@ -69,7 +69,7 @@ lCT_MetadataTypes: } m.MetadataType = append(m.MetadataType, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MetadataTypes %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Missing.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Missing.go index 8f5fe8c5..5ba5d9ce 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Missing.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Missing.go @@ -214,7 +214,7 @@ lCT_Missing: } m.X = append(m.X, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Missing %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_NumFmts.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_NumFmts.go index 7a1081f5..7575c642 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_NumFmts.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_NumFmts.go @@ -71,7 +71,7 @@ lCT_NumFmts: } m.NumFmt = append(m.NumFmt, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NumFmts %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Number.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Number.go index b7fec195..18ea13f3 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Number.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Number.go @@ -225,7 +225,7 @@ lCT_Number: } m.X = append(m.X, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Number %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ObjectAnchor.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ObjectAnchor.go index 039c8fc3..c567a3d9 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ObjectAnchor.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ObjectAnchor.go @@ -91,7 +91,7 @@ lCT_ObjectAnchor: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ObjectAnchor %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ObjectPr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ObjectPr.go index 5dfc1903..fe757f9a 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ObjectPr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ObjectPr.go @@ -209,7 +209,7 @@ lCT_ObjectPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ObjectPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleItems.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleItems.go index a57c9042..0e96d157 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleItems.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleItems.go @@ -54,7 +54,7 @@ lCT_OleItems: } m.OleItem = append(m.OleItem, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OleItems %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleLink.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleLink.go index c6b0b090..6ad2a5f1 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleLink.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleLink.go @@ -76,7 +76,7 @@ lCT_OleLink: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OleLink %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleObject.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleObject.go index 55cf80ca..8da750a6 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleObject.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleObject.go @@ -142,7 +142,7 @@ lCT_OleObject: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OleObject %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleObjects.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleObjects.go index 7b46cbbf..36daa6d0 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleObjects.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_OleObjects.go @@ -52,7 +52,7 @@ lCT_OleObjects: } m.OleObject = append(m.OleObject, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OleObjects %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDKPIs.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDKPIs.go index 111215dc..318a91eb 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDKPIs.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDKPIs.go @@ -71,7 +71,7 @@ lCT_PCDKPIs: } m.Kpi = append(m.Kpi, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PCDKPIs %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDSCPage.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDSCPage.go index 010059db..4f62cab0 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDSCPage.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDSCPage.go @@ -71,7 +71,7 @@ lCT_PCDSCPage: } m.PageItem = append(m.PageItem, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PCDSCPage %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDSDTCEntries.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDSDTCEntries.go index 6de47454..c3cb29dc 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDSDTCEntries.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PCDSDTCEntries.go @@ -107,7 +107,7 @@ lCT_PCDSDTCEntries: } m.S = append(m.S, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PCDSDTCEntries %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageBreak.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageBreak.go index 6b4550fb..54c70bc6 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageBreak.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageBreak.go @@ -85,7 +85,7 @@ lCT_PageBreak: } m.Brk = append(m.Brk, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PageBreak %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageField.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageField.go index 395e479c..bf39870b 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageField.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageField.go @@ -121,7 +121,7 @@ lCT_PageField: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PageField %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageFields.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageFields.go index 9709cb43..a8d081c8 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageFields.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PageFields.go @@ -69,7 +69,7 @@ lCT_PageFields: } m.PageField = append(m.PageField, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PageFields %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Pages.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Pages.go index 5e0c7af8..b35bcad3 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Pages.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Pages.go @@ -69,7 +69,7 @@ lCT_Pages: } m.Page = append(m.Page, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Pages %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Parameters.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Parameters.go index 773ba31d..9d08e71c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Parameters.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Parameters.go @@ -69,7 +69,7 @@ lCT_Parameters: } m.Parameter = append(m.Parameter, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Parameters %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PatternFill.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PatternFill.go index de0d416d..869b9c95 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PatternFill.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PatternFill.go @@ -77,7 +77,7 @@ lCT_PatternFill: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PatternFill %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PhoneticRun.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PhoneticRun.go index 0fafc0a9..d2f8488c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PhoneticRun.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PhoneticRun.go @@ -78,7 +78,7 @@ lCT_PhoneticRun: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PhoneticRun %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotArea.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotArea.go index 655597e9..6b458984 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotArea.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotArea.go @@ -223,7 +223,7 @@ lCT_PivotArea: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotArea %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreaReference.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreaReference.go index 4a315990..bdff6289 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreaReference.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreaReference.go @@ -290,7 +290,7 @@ lCT_PivotAreaReference: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotAreaReference %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreaReferences.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreaReferences.go index 592c8bfb..737a2e04 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreaReferences.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreaReferences.go @@ -69,7 +69,7 @@ lCT_PivotAreaReferences: } m.Reference = append(m.Reference, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotAreaReferences %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreas.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreas.go index 292dc70e..d8aadea8 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreas.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotAreas.go @@ -71,7 +71,7 @@ lCT_PivotAreas: } m.PivotArea = append(m.PivotArea, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotAreas %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCacheDefinition.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCacheDefinition.go index 7f88214f..5ce7fa5e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCacheDefinition.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCacheDefinition.go @@ -416,7 +416,7 @@ lCT_PivotCacheDefinition: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotCacheDefinition %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCacheRecords.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCacheRecords.go index 7d79a860..6542864d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCacheRecords.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCacheRecords.go @@ -82,7 +82,7 @@ lCT_PivotCacheRecords: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotCacheRecords %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCaches.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCaches.go index 2f11f8bc..cec3f179 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCaches.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotCaches.go @@ -52,7 +52,7 @@ lCT_PivotCaches: } m.PivotCache = append(m.PivotCache, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotCaches %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotField.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotField.go index 7bd50093..551f9022 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotField.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotField.go @@ -703,7 +703,7 @@ lCT_PivotField: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotField %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFields.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFields.go index 77ccaeb6..0a4e0ffb 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFields.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFields.go @@ -69,7 +69,7 @@ lCT_PivotFields: } m.PivotField = append(m.PivotField, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotFields %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFilter.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFilter.go index 7e8e94e4..eccc4f56 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFilter.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFilter.go @@ -207,7 +207,7 @@ lCT_PivotFilter: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotFilter %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFilters.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFilters.go index 794d0cff..530868de 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFilters.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotFilters.go @@ -71,7 +71,7 @@ lCT_PivotFilters: } m.Filter = append(m.Filter, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotFilters %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotHierarchies.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotHierarchies.go index 8638a067..ffca9113 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotHierarchies.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotHierarchies.go @@ -69,7 +69,7 @@ lCT_PivotHierarchies: } m.PivotHierarchy = append(m.PivotHierarchy, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotHierarchies %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotHierarchy.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotHierarchy.go index 8d6b9510..2a3acf8e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotHierarchy.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotHierarchy.go @@ -222,7 +222,7 @@ lCT_PivotHierarchy: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotHierarchy %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotSelection.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotSelection.go index c005f668..9cea9db1 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotSelection.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_PivotSelection.go @@ -283,7 +283,7 @@ lCT_PivotSelection: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PivotSelection %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ProtectedRange.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ProtectedRange.go index 20351a05..8586477e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ProtectedRange.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ProtectedRange.go @@ -158,7 +158,7 @@ lCT_ProtectedRange: } m.SecurityDescriptor = append(m.SecurityDescriptor, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ProtectedRange %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ProtectedRanges.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ProtectedRanges.go index aae81b2f..aaf9c387 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ProtectedRanges.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ProtectedRanges.go @@ -52,7 +52,7 @@ lCT_ProtectedRanges: } m.ProtectedRange = append(m.ProtectedRange, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ProtectedRanges %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Query.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Query.go index 6595ff18..4a1b424c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Query.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Query.go @@ -66,7 +66,7 @@ lCT_Query: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Query %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryCache.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryCache.go index 9700f6ae..f9dbdadf 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryCache.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryCache.go @@ -69,7 +69,7 @@ lCT_QueryCache: } m.Query = append(m.Query, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_QueryCache %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTable.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTable.go index ef083430..8ae43175 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTable.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTable.go @@ -342,7 +342,7 @@ lCT_QueryTable: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_QueryTable %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableDeletedFields.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableDeletedFields.go index 2be3e8db..287eade6 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableDeletedFields.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableDeletedFields.go @@ -69,7 +69,7 @@ lCT_QueryTableDeletedFields: } m.DeletedField = append(m.DeletedField, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_QueryTableDeletedFields %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableField.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableField.go index 8454685b..d3acc406 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableField.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableField.go @@ -146,7 +146,7 @@ lCT_QueryTableField: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_QueryTableField %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableFields.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableFields.go index 23bb0628..560502bb 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableFields.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableFields.go @@ -71,7 +71,7 @@ lCT_QueryTableFields: } m.QueryTableField = append(m.QueryTableField, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_QueryTableFields %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableRefresh.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableRefresh.go index 82d8b886..83b5d483 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableRefresh.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_QueryTableRefresh.go @@ -183,7 +183,7 @@ lCT_QueryTableRefresh: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_QueryTableRefresh %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RElt.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RElt.go index dc380c48..26e6c55e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RElt.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RElt.go @@ -63,7 +63,7 @@ lCT_RElt: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RElt %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RPrElt.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RPrElt.go index 4cd1180b..9008bf0d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RPrElt.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RPrElt.go @@ -222,7 +222,7 @@ lCT_RPrElt: } m.Scheme = append(m.Scheme, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RPrElt %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RangeSets.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RangeSets.go index 09433a1b..cb106a81 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RangeSets.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RangeSets.go @@ -69,7 +69,7 @@ lCT_RangeSets: } m.RangeSet = append(m.RangeSet, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RangeSets %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Record.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Record.go index 5b3b3750..5d925d20 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Record.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Record.go @@ -126,7 +126,7 @@ lCT_Record: } m.X = append(m.X, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Record %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ReviewedRevisions.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ReviewedRevisions.go index d85db925..3b3e1fc0 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ReviewedRevisions.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ReviewedRevisions.go @@ -69,7 +69,7 @@ lCT_ReviewedRevisions: } m.Reviewed = append(m.Reviewed, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ReviewedRevisions %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionCellChange.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionCellChange.go index bafb0789..de4a5c97 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionCellChange.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionCellChange.go @@ -277,7 +277,7 @@ lCT_RevisionCellChange: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RevisionCellChange %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionDefinedName.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionDefinedName.go index e08641a8..b898a462 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionDefinedName.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionDefinedName.go @@ -394,7 +394,7 @@ lCT_RevisionDefinedName: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RevisionDefinedName %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionFormatting.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionFormatting.go index df3910f8..df80dab6 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionFormatting.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionFormatting.go @@ -142,7 +142,7 @@ lCT_RevisionFormatting: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RevisionFormatting %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionHeader.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionHeader.go index 50357929..c678bea1 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionHeader.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionHeader.go @@ -163,7 +163,7 @@ lCT_RevisionHeader: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RevisionHeader %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionHeaders.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionHeaders.go index cec8ed42..774408ea 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionHeaders.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionHeaders.go @@ -216,7 +216,7 @@ lCT_RevisionHeaders: } m.Header = append(m.Header, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RevisionHeaders %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionMove.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionMove.go index 5a5680d9..a42f17f3 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionMove.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionMove.go @@ -165,7 +165,7 @@ lCT_RevisionMove: } m.Rfmt = append(m.Rfmt, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RevisionMove %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionRowColumn.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionRowColumn.go index d29f45b0..8d14888f 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionRowColumn.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionRowColumn.go @@ -178,7 +178,7 @@ lCT_RevisionRowColumn: } m.Rfmt = append(m.Rfmt, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RevisionRowColumn %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionSheetRename.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionSheetRename.go index 29b5477f..b40e741a 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionSheetRename.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RevisionSheetRename.go @@ -125,7 +125,7 @@ lCT_RevisionSheetRename: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RevisionSheetRename %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Revisions.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Revisions.go index 21440459..e5b4f051 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Revisions.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Revisions.go @@ -186,7 +186,7 @@ lCT_Revisions: } m.Rcft = append(m.Rcft, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Revisions %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Row.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Row.go index 252635aa..3e4d52d4 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Row.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Row.go @@ -227,7 +227,7 @@ lCT_Row: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Row %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RowFields.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RowFields.go index 02c83715..d258a03c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RowFields.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RowFields.go @@ -69,7 +69,7 @@ lCT_RowFields: } m.Field = append(m.Field, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RowFields %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RowHierarchiesUsage.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RowHierarchiesUsage.go index 9ca57377..3b148c40 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_RowHierarchiesUsage.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_RowHierarchiesUsage.go @@ -69,7 +69,7 @@ lCT_RowHierarchiesUsage: } m.RowHierarchyUsage = append(m.RowHierarchyUsage, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RowHierarchiesUsage %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Rst.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Rst.go index 533d9200..818dd555 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Rst.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Rst.go @@ -91,7 +91,7 @@ lCT_Rst: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Rst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Scenario.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Scenario.go index f7931804..3e9abce4 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Scenario.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Scenario.go @@ -132,7 +132,7 @@ lCT_Scenario: } m.InputCells = append(m.InputCells, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Scenario %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Scenarios.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Scenarios.go index 32ec7308..bfd36958 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Scenarios.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Scenarios.go @@ -96,7 +96,7 @@ lCT_Scenarios: } m.Scenario = append(m.Scenario, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Scenarios %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ServerFormats.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ServerFormats.go index 43a487c3..4ce6b495 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_ServerFormats.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_ServerFormats.go @@ -71,7 +71,7 @@ lCT_ServerFormats: } m.ServerFormat = append(m.ServerFormat, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ServerFormats %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Set.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Set.go index db5b167b..f6dda2bf 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Set.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Set.go @@ -129,7 +129,7 @@ lCT_Set: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Set %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sets.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sets.go index 7a5327e2..8d37f208 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sets.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sets.go @@ -69,7 +69,7 @@ lCT_Sets: } m.Set = append(m.Set, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Sets %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SharedItems.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SharedItems.go index a8f200ea..4644434e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SharedItems.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SharedItems.go @@ -301,7 +301,7 @@ lCT_SharedItems: } m.D = append(m.D, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SharedItems %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SharedUser.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SharedUser.go index d4187ffd..621b73e9 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SharedUser.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SharedUser.go @@ -104,7 +104,7 @@ lCT_SharedUser: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SharedUser %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetData.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetData.go index bc761613..fe3af4b5 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetData.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetData.go @@ -54,7 +54,7 @@ lCT_SheetData: } m.Row = append(m.Row, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SheetData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetIdMap.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetIdMap.go index 2c105b3a..ac27837f 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetIdMap.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetIdMap.go @@ -69,7 +69,7 @@ lCT_SheetIdMap: } m.SheetId = append(m.SheetId, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SheetIdMap %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetPr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetPr.go index bff93c17..a77398e3 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetPr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetPr.go @@ -195,7 +195,7 @@ lCT_SheetPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SheetPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetView.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetView.go index 4bc925f1..e0f95013 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetView.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetView.go @@ -340,7 +340,7 @@ lCT_SheetView: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SheetView %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetViews.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetViews.go index 55d10903..dad4346b 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetViews.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SheetViews.go @@ -63,7 +63,7 @@ lCT_SheetViews: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SheetViews %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sheets.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sheets.go index 714dc7f6..a03f6e59 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sheets.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sheets.go @@ -52,7 +52,7 @@ lCT_Sheets: } m.Sheet = append(m.Sheet, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Sheets %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SingleXmlCell.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SingleXmlCell.go index 2aa767ee..be76809f 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SingleXmlCell.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SingleXmlCell.go @@ -99,7 +99,7 @@ lCT_SingleXmlCell: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SingleXmlCell %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SingleXmlCells.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SingleXmlCells.go index 22f94079..a9393a34 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SingleXmlCells.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SingleXmlCells.go @@ -52,7 +52,7 @@ lCT_SingleXmlCells: } m.SingleXmlCell = append(m.SingleXmlCell, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SingleXmlCells %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SmartTagTypes.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SmartTagTypes.go index 8b6d017d..7962c885 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SmartTagTypes.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SmartTagTypes.go @@ -54,7 +54,7 @@ lCT_SmartTagTypes: } m.SmartTagType = append(m.SmartTagType, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SmartTagTypes %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SmartTags.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SmartTags.go index a82ad333..1fe605ac 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SmartTags.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SmartTags.go @@ -52,7 +52,7 @@ lCT_SmartTags: } m.CellSmartTags = append(m.CellSmartTags, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SmartTags %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SortState.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SortState.go index 1fd7d22a..3339fb68 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_SortState.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_SortState.go @@ -116,7 +116,7 @@ lCT_SortState: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SortState %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sst.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sst.go index 6115f4e9..7924736c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sst.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Sst.go @@ -95,7 +95,7 @@ lCT_Sst: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Sst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_String.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_String.go index 4d9fa18c..88e1447d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_String.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_String.go @@ -225,7 +225,7 @@ lCT_String: } m.X = append(m.X, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_String %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Stylesheet.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Stylesheet.go index dfaf976c..78e98621 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Stylesheet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Stylesheet.go @@ -162,7 +162,7 @@ lCT_Stylesheet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Stylesheet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Table.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Table.go index 4995ec64..3e0c1ac2 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Table.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Table.go @@ -387,7 +387,7 @@ lCT_Table: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Table %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableColumn.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableColumn.go index 3320c66d..b62d02b5 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableColumn.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableColumn.go @@ -244,7 +244,7 @@ lCT_TableColumn: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableColumn %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableColumns.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableColumns.go index 16bfa677..1a57ae34 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableColumns.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableColumns.go @@ -69,7 +69,7 @@ lCT_TableColumns: } m.TableColumn = append(m.TableColumn, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableColumns %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableParts.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableParts.go index 5614f774..d8ec4453 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableParts.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableParts.go @@ -71,7 +71,7 @@ lCT_TableParts: } m.TablePart = append(m.TablePart, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableParts %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableStyle.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableStyle.go index 648e5e27..d122e5cc 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableStyle.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableStyle.go @@ -108,7 +108,7 @@ lCT_TableStyle: } m.TableStyleElement = append(m.TableStyleElement, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableStyle %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableStyles.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableStyles.go index 57cbb575..ab4c2d76 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableStyles.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TableStyles.go @@ -97,7 +97,7 @@ lCT_TableStyles: } m.TableStyle = append(m.TableStyle, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TableStyles %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Tables.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Tables.go index af5c540d..558bc01e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Tables.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Tables.go @@ -95,7 +95,7 @@ lCT_Tables: } m.X = append(m.X, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Tables %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TextFields.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TextFields.go index 7307a868..e2aca5fe 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TextFields.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TextFields.go @@ -69,7 +69,7 @@ lCT_TextFields: } m.TextField = append(m.TextField, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextFields %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TextPr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TextPr.go index 09b4f355..9abc0c4c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TextPr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TextPr.go @@ -264,7 +264,7 @@ lCT_TextPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TextPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TupleCache.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TupleCache.go index a8fffaf7..05ad09d1 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_TupleCache.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_TupleCache.go @@ -96,7 +96,7 @@ lCT_TupleCache: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TupleCache %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Tuples.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Tuples.go index 0257a085..2f145067 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Tuples.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Tuples.go @@ -69,7 +69,7 @@ lCT_Tuples: } m.Tpl = append(m.Tpl, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Tuples %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Users.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Users.go index 34f0b814..626c6ebe 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Users.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Users.go @@ -71,7 +71,7 @@ lCT_Users: } m.UserInfo = append(m.UserInfo, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Users %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolMain.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolMain.go index 4003ddff..fc2e6f69 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolMain.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolMain.go @@ -65,7 +65,7 @@ lCT_VolMain: } m.Tp = append(m.Tp, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_VolMain %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolTopic.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolTopic.go index 2452f139..9cce00a0 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolTopic.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolTopic.go @@ -89,7 +89,7 @@ lCT_VolTopic: } m.Tr = append(m.Tr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_VolTopic %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolType.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolType.go index 890a7dc0..ad39e132 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolType.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolType.go @@ -66,7 +66,7 @@ lCT_VolType: } m.Main = append(m.Main, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_VolType %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolTypes.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolTypes.go index 9bc9bd49..fb3470fa 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolTypes.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_VolTypes.go @@ -62,7 +62,7 @@ lCT_VolTypes: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_VolTypes %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPr.go index c3bd284a..6488869f 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPr.go @@ -224,7 +224,7 @@ lCT_WebPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WebPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPublishItems.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPublishItems.go index 93bbaddf..c6f5dc09 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPublishItems.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPublishItems.go @@ -69,7 +69,7 @@ lCT_WebPublishItems: } m.WebPublishItem = append(m.WebPublishItem, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WebPublishItems %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPublishObjects.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPublishObjects.go index 3c97b703..f066c1db 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPublishObjects.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_WebPublishObjects.go @@ -69,7 +69,7 @@ lCT_WebPublishObjects: } m.WebPublishObject = append(m.WebPublishObject, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WebPublishObjects %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Workbook.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Workbook.go index 8e3317ca..c0634aee 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Workbook.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Workbook.go @@ -267,7 +267,7 @@ lCT_Workbook: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Workbook %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Worksheet.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Worksheet.go index 102480f0..99378b36 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Worksheet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Worksheet.go @@ -470,7 +470,7 @@ lCT_Worksheet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Worksheet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Xf.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Xf.go index 7bd1ec35..48e0ac54 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_Xf.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_Xf.go @@ -252,7 +252,7 @@ lCT_Xf: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Xf %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlCellPr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlCellPr.go index ef51c7fd..0e8700ac 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlCellPr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlCellPr.go @@ -90,7 +90,7 @@ lCT_XmlCellPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_XmlCellPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlColumnPr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlColumnPr.go index ef6ba78b..5d51ae1e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlColumnPr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlColumnPr.go @@ -102,7 +102,7 @@ lCT_XmlColumnPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_XmlColumnPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlPr.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlPr.go index 86943279..b723d28d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlPr.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_XmlPr.go @@ -89,7 +89,7 @@ lCT_XmlPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_XmlPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_colItems.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_colItems.go index 75beb806..94cfa444 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_colItems.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_colItems.go @@ -69,7 +69,7 @@ lCT_colItems: } m.I = append(m.I, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_colItems %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_pivotTableDefinition.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_pivotTableDefinition.go index 8c5d8dd4..eabfa1c1 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_pivotTableDefinition.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_pivotTableDefinition.go @@ -1110,7 +1110,7 @@ lCT_pivotTableDefinition: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_pivotTableDefinition %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CT_rowItems.go b/schema/schemas.openxmlformats.org/spreadsheetml/CT_rowItems.go index 327b5663..c99a1848 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CT_rowItems.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CT_rowItems.go @@ -69,7 +69,7 @@ lCT_rowItems: } m.I = append(m.I, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_rowItems %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/CalcChain.go b/schema/schemas.openxmlformats.org/spreadsheetml/CalcChain.go index 497c1126..48525b8c 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/CalcChain.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/CalcChain.go @@ -60,7 +60,7 @@ lCalcChain: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CalcChain %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Chartsheet.go b/schema/schemas.openxmlformats.org/spreadsheetml/Chartsheet.go index 3a8a8212..c72c6c4e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Chartsheet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Chartsheet.go @@ -117,7 +117,7 @@ lChartsheet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Chartsheet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Comments.go b/schema/schemas.openxmlformats.org/spreadsheetml/Comments.go index c176e5e0..401280ba 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Comments.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Comments.go @@ -62,7 +62,7 @@ lComments: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Comments %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Connections.go b/schema/schemas.openxmlformats.org/spreadsheetml/Connections.go index 7eaf3b16..d7221345 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Connections.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Connections.go @@ -55,7 +55,7 @@ lConnections: } m.Connection = append(m.Connection, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Connections %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Dialogsheet.go b/schema/schemas.openxmlformats.org/spreadsheetml/Dialogsheet.go index 340e8852..279304cb 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Dialogsheet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Dialogsheet.go @@ -129,7 +129,7 @@ lDialogsheet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Dialogsheet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/EG_ExtensionList.go b/schema/schemas.openxmlformats.org/spreadsheetml/EG_ExtensionList.go index 34867909..1fda2f80 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/EG_ExtensionList.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/EG_ExtensionList.go @@ -52,7 +52,7 @@ lEG_ExtensionList: } m.Ext = append(m.Ext, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ExtensionList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/ExternalLink.go b/schema/schemas.openxmlformats.org/spreadsheetml/ExternalLink.go index d46bc7ab..f0f178c8 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/ExternalLink.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/ExternalLink.go @@ -72,7 +72,7 @@ lExternalLink: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on ExternalLink %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Headers.go b/schema/schemas.openxmlformats.org/spreadsheetml/Headers.go index bb3f4c7d..258c6d0e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Headers.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Headers.go @@ -145,7 +145,7 @@ lHeaders: } m.Header = append(m.Header, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Headers %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/MapInfo.go b/schema/schemas.openxmlformats.org/spreadsheetml/MapInfo.go index 2d43e33e..092c0532 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/MapInfo.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/MapInfo.go @@ -70,7 +70,7 @@ lMapInfo: } m.Map = append(m.Map, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on MapInfo %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Metadata.go b/schema/schemas.openxmlformats.org/spreadsheetml/Metadata.go index 0c312b37..32720ae8 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Metadata.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Metadata.go @@ -85,7 +85,7 @@ lMetadata: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Metadata %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/PivotCacheDefinition.go b/schema/schemas.openxmlformats.org/spreadsheetml/PivotCacheDefinition.go index 3a006c54..720ed2b9 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/PivotCacheDefinition.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/PivotCacheDefinition.go @@ -243,7 +243,7 @@ lPivotCacheDefinition: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on PivotCacheDefinition %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/PivotCacheRecords.go b/schema/schemas.openxmlformats.org/spreadsheetml/PivotCacheRecords.go index 646c3989..189d2c4e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/PivotCacheRecords.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/PivotCacheRecords.go @@ -71,7 +71,7 @@ lPivotCacheRecords: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on PivotCacheRecords %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/PivotTableDefinition.go b/schema/schemas.openxmlformats.org/spreadsheetml/PivotTableDefinition.go index 3da4beeb..044d9d9e 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/PivotTableDefinition.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/PivotTableDefinition.go @@ -620,7 +620,7 @@ lPivotTableDefinition: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on PivotTableDefinition %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/QueryTable.go b/schema/schemas.openxmlformats.org/spreadsheetml/QueryTable.go index 4a412c53..f070780a 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/QueryTable.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/QueryTable.go @@ -213,7 +213,7 @@ lQueryTable: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on QueryTable %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Revisions.go b/schema/schemas.openxmlformats.org/spreadsheetml/Revisions.go index 7076aa99..024164a7 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Revisions.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Revisions.go @@ -121,7 +121,7 @@ lRevisions: } m.Rcft = append(m.Rcft, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Revisions %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/SingleXmlCells.go b/schema/schemas.openxmlformats.org/spreadsheetml/SingleXmlCells.go index 3675f770..fa2df828 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/SingleXmlCells.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/SingleXmlCells.go @@ -55,7 +55,7 @@ lSingleXmlCells: } m.SingleXmlCell = append(m.SingleXmlCell, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on SingleXmlCells %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Sst.go b/schema/schemas.openxmlformats.org/spreadsheetml/Sst.go index 32a44123..f7d5dee4 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Sst.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Sst.go @@ -79,7 +79,7 @@ lSst: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Sst %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/StyleSheet.go b/schema/schemas.openxmlformats.org/spreadsheetml/StyleSheet.go index 06cbc62e..a90a9b88 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/StyleSheet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/StyleSheet.go @@ -104,7 +104,7 @@ lStyleSheet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on StyleSheet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Table.go b/schema/schemas.openxmlformats.org/spreadsheetml/Table.go index ac221344..b5bf9dff 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Table.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Table.go @@ -235,7 +235,7 @@ lTable: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Table %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Users.go b/schema/schemas.openxmlformats.org/spreadsheetml/Users.go index 2c1418b9..8694bd42 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Users.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Users.go @@ -66,7 +66,7 @@ lUsers: } m.UserInfo = append(m.UserInfo, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Users %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/VolTypes.go b/schema/schemas.openxmlformats.org/spreadsheetml/VolTypes.go index 32909f8d..c5f41540 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/VolTypes.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/VolTypes.go @@ -60,7 +60,7 @@ lVolTypes: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on VolTypes %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Workbook.go b/schema/schemas.openxmlformats.org/spreadsheetml/Workbook.go index 962a67a6..82e3d28d 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Workbook.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Workbook.go @@ -149,7 +149,7 @@ lWorkbook: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Workbook %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/spreadsheetml/Worksheet.go b/schema/schemas.openxmlformats.org/spreadsheetml/Worksheet.go index 5ca80840..9bdc0e9a 100644 --- a/schema/schemas.openxmlformats.org/spreadsheetml/Worksheet.go +++ b/schema/schemas.openxmlformats.org/spreadsheetml/Worksheet.go @@ -245,7 +245,7 @@ lWorksheet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Worksheet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_AbstractNum.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_AbstractNum.go index 221cc9d7..53b43a9d 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_AbstractNum.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_AbstractNum.go @@ -134,7 +134,7 @@ lCT_AbstractNum: } m.Lvl = append(m.Lvl, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AbstractNum %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_AltChunk.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_AltChunk.go index 2bde5a7f..bf7ebad0 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_AltChunk.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_AltChunk.go @@ -67,7 +67,7 @@ lCT_AltChunk: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AltChunk %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_AltChunkPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_AltChunkPr.go index 87544147..7ba54253 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_AltChunkPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_AltChunkPr.go @@ -52,7 +52,7 @@ lCT_AltChunkPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AltChunkPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_AutoCaptions.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_AutoCaptions.go index 6f71a3e4..0eafb681 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_AutoCaptions.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_AutoCaptions.go @@ -52,7 +52,7 @@ lCT_AutoCaptions: } m.AutoCaption = append(m.AutoCaption, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_AutoCaptions %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Background.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Background.go index 5f6f6710..5be640d1 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Background.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Background.go @@ -105,7 +105,7 @@ lCT_Background: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Background %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_BdoContentRun.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_BdoContentRun.go index f0e9e0b7..82a1e4df 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_BdoContentRun.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_BdoContentRun.go @@ -401,7 +401,7 @@ lCT_BdoContentRun: tmpcontentruncontent.EG_RunLevelElts = append(tmpcontentruncontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_BdoContentRun %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Body.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Body.go index 16fad647..a3ef6259 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Body.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Body.go @@ -418,7 +418,7 @@ lCT_Body: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Body %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Captions.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Captions.go index 0ab8f96c..8b95054b 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Captions.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Captions.go @@ -63,7 +63,7 @@ lCT_Captions: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Captions %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Columns.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Columns.go index f6bb047a..871fec40 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Columns.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Columns.go @@ -109,7 +109,7 @@ lCT_Columns: } m.Col = append(m.Col, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Columns %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Comment.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Comment.go index 6df77fc0..9d4ddd34 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Comment.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Comment.go @@ -456,7 +456,7 @@ lCT_Comment: tmpcontentblockcontent.EG_RunLevelElts = append(tmpcontentblockcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Comment %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Comments.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Comments.go index 3bd32f0a..61d73f86 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Comments.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Comments.go @@ -54,7 +54,7 @@ lCT_Comments: } m.Comment = append(m.Comment, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Comments %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Compat.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Compat.go index 9db86f0b..3789215b 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Compat.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Compat.go @@ -769,7 +769,7 @@ lCT_Compat: } m.CompatSetting = append(m.CompatSetting, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Compat %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlBlock.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlBlock.go index a3884b3f..5c3aa064 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlBlock.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlBlock.go @@ -378,7 +378,7 @@ lCT_CustomXmlBlock: tmpcontentblockcontent.EG_RunLevelElts = append(tmpcontentblockcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomXmlBlock %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlCell.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlCell.go index 19537a10..d0e84895 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlCell.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlCell.go @@ -370,7 +370,7 @@ lCT_CustomXmlCell: tmpcontentcellcontent.EG_RunLevelElts = append(tmpcontentcellcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomXmlCell %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlPr.go index 3fb2f5f8..9aad12cc 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlPr.go @@ -65,7 +65,7 @@ lCT_CustomXmlPr: } m.Attr = append(m.Attr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomXmlPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlRow.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlRow.go index d6c68c82..1476f76b 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlRow.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlRow.go @@ -370,7 +370,7 @@ lCT_CustomXmlRow: tmpcontentrowcontent.EG_RunLevelElts = append(tmpcontentrowcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomXmlRow %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlRun.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlRun.go index b0ba6f94..20bd1816 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlRun.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_CustomXmlRun.go @@ -474,7 +474,7 @@ lCT_CustomXmlRun: tmpcontentruncontent.EG_RunLevelElts = append(tmpcontentruncontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_CustomXmlRun %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DirContentRun.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DirContentRun.go index 7220ddf5..d85b7d5a 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DirContentRun.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DirContentRun.go @@ -401,7 +401,7 @@ lCT_DirContentRun: tmpcontentruncontent.EG_RunLevelElts = append(tmpcontentruncontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DirContentRun %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Div.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Div.go index c4fafa90..b6b15ddd 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Div.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Div.go @@ -141,7 +141,7 @@ lCT_Div: } m.DivsChild = append(m.DivsChild, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Div %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DivBdr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DivBdr.go index 8168b459..385e7939 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DivBdr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DivBdr.go @@ -85,7 +85,7 @@ lCT_DivBdr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DivBdr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Divs.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Divs.go index 2fa631af..afae106c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Divs.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Divs.go @@ -52,7 +52,7 @@ lCT_Divs: } m.Div = append(m.Div, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Divs %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocDefaults.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocDefaults.go index 9f5a15d4..7ebe74f2 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocDefaults.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocDefaults.go @@ -63,7 +63,7 @@ lCT_DocDefaults: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DocDefaults %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPart.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPart.go index 4edfae13..523fbaba 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPart.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPart.go @@ -63,7 +63,7 @@ lCT_DocPart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DocPart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartBehaviors.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartBehaviors.go index 352fcb6d..5d38a7f1 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartBehaviors.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartBehaviors.go @@ -54,7 +54,7 @@ lCT_DocPartBehaviors: } m.Behavior = append(m.Behavior, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DocPartBehaviors %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartCategory.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartCategory.go index d4e121f9..a63f55f8 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartCategory.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartCategory.go @@ -61,7 +61,7 @@ lCT_DocPartCategory: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DocPartCategory %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartPr.go index 560b3a54..54a1c6fd 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartPr.go @@ -117,7 +117,7 @@ lCT_DocPartPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DocPartPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartTypes.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartTypes.go index b8be3da9..476795a8 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartTypes.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocPartTypes.go @@ -71,7 +71,7 @@ lCT_DocPartTypes: } m.Type = append(m.Type, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DocPartTypes %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocParts.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocParts.go index 570ad1a7..ac75c547 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocParts.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocParts.go @@ -54,7 +54,7 @@ lCT_DocParts: } m.DocPart = append(m.DocPart, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DocParts %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocRsids.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocRsids.go index e58f0c4e..9203a4f3 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocRsids.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocRsids.go @@ -65,7 +65,7 @@ lCT_DocRsids: } m.Rsid = append(m.Rsid, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DocRsids %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocVars.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocVars.go index c18af319..09087bfc 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocVars.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocVars.go @@ -54,7 +54,7 @@ lCT_DocVars: } m.DocVar = append(m.DocVar, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DocVars %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Document.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Document.go index f578d3db..a402d3f4 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Document.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Document.go @@ -78,7 +78,7 @@ lCT_Document: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Document %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocumentBase.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocumentBase.go index 5eaa7363..c68d1c31 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocumentBase.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_DocumentBase.go @@ -52,7 +52,7 @@ lCT_DocumentBase: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_DocumentBase %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Drawing.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Drawing.go index e119a6dc..e59e3028 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Drawing.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Drawing.go @@ -66,7 +66,7 @@ lCT_Drawing: } m.Inline = append(m.Inline, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Drawing %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_EdnDocProps.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_EdnDocProps.go index 88afc50e..b9972460 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_EdnDocProps.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_EdnDocProps.go @@ -97,7 +97,7 @@ lCT_EdnDocProps: } m.Endnote = append(m.Endnote, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_EdnDocProps %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_EdnProps.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_EdnProps.go index 3ef0689f..114c3fb1 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_EdnProps.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_EdnProps.go @@ -85,7 +85,7 @@ lCT_EdnProps: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_EdnProps %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Endnotes.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Endnotes.go index 9fb1fc95..ed0949d7 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Endnotes.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Endnotes.go @@ -54,7 +54,7 @@ lCT_Endnotes: } m.Endnote = append(m.Endnote, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Endnotes %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFCheckBox.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFCheckBox.go index 2a2158c1..10913c07 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFCheckBox.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFCheckBox.go @@ -79,7 +79,7 @@ lCT_FFCheckBox: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FFCheckBox %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFCheckBoxChoice.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFCheckBoxChoice.go index b72a9b10..4e1e9a69 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFCheckBoxChoice.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFCheckBoxChoice.go @@ -59,7 +59,7 @@ lCT_FFCheckBoxChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FFCheckBoxChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFDDList.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFDDList.go index e5c10861..9155a889 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFDDList.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFDDList.go @@ -76,7 +76,7 @@ lCT_FFDDList: } m.ListEntry = append(m.ListEntry, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FFDDList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFData.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFData.go index ab34b068..ae6f9d66 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFData.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFData.go @@ -180,7 +180,7 @@ lCT_FFData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FFData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFTextInput.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFTextInput.go index 88e23774..4cfde836 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFTextInput.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FFTextInput.go @@ -85,7 +85,7 @@ lCT_FFTextInput: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FFTextInput %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FldChar.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FldChar.go index 6a5bf354..ffb715b8 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FldChar.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FldChar.go @@ -117,7 +117,7 @@ lCT_FldChar: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FldChar %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Font.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Font.go index 7643ce18..adbe5bd7 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Font.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Font.go @@ -176,7 +176,7 @@ lCT_Font: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Font %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FontsList.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FontsList.go index b304f388..95254e5e 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FontsList.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FontsList.go @@ -54,7 +54,7 @@ lCT_FontsList: } m.Font = append(m.Font, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FontsList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Footnotes.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Footnotes.go index 4d7a1b55..331bf09b 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Footnotes.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Footnotes.go @@ -54,7 +54,7 @@ lCT_Footnotes: } m.Footnote = append(m.Footnote, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Footnotes %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Frame.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Frame.go index a1a2bab6..316fd2cf 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Frame.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Frame.go @@ -151,7 +151,7 @@ lCT_Frame: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Frame %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Frameset.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Frameset.go index 15f9bee3..004c5f92 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Frameset.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Frameset.go @@ -103,7 +103,7 @@ lCT_Frameset: } m.Choice = append(m.Choice, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Frameset %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FramesetChoice.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FramesetChoice.go index 70ab9fcd..c5606912 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FramesetChoice.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FramesetChoice.go @@ -62,7 +62,7 @@ lCT_FramesetChoice: } m.Frame = append(m.Frame, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FramesetChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FramesetSplitbar.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FramesetSplitbar.go index 96c66b30..b49e4aad 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FramesetSplitbar.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FramesetSplitbar.go @@ -85,7 +85,7 @@ lCT_FramesetSplitbar: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FramesetSplitbar %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnDocProps.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnDocProps.go index d71f89a8..be0099fe 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnDocProps.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnDocProps.go @@ -97,7 +97,7 @@ lCT_FtnDocProps: } m.Footnote = append(m.Footnote, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FtnDocProps %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnEdn.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnEdn.go index cab0ea83..fdc7a67f 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnEdn.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnEdn.go @@ -431,7 +431,7 @@ lCT_FtnEdn: tmpcontentblockcontent.EG_RunLevelElts = append(tmpcontentblockcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FtnEdn %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnProps.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnProps.go index 4105956a..a26267ca 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnProps.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_FtnProps.go @@ -85,7 +85,7 @@ lCT_FtnProps: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_FtnProps %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_GlossaryDocument.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_GlossaryDocument.go index c23f6e32..ccb21a48 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_GlossaryDocument.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_GlossaryDocument.go @@ -62,7 +62,7 @@ lCT_GlossaryDocument: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_GlossaryDocument %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_HdrFtr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_HdrFtr.go index b769beab..195b560b 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_HdrFtr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_HdrFtr.go @@ -353,7 +353,7 @@ lCT_HdrFtr: tmpcontentblockcontent.EG_RunLevelElts = append(tmpcontentblockcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_HdrFtr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Headers.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Headers.go index 37c90e22..704da7f1 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Headers.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Headers.go @@ -52,7 +52,7 @@ lCT_Headers: } m.Header = append(m.Header, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Headers %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Hyperlink.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Hyperlink.go index e9ada8b1..fc48925e 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Hyperlink.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Hyperlink.go @@ -467,7 +467,7 @@ lCT_Hyperlink: tmpcontentruncontent.EG_RunLevelElts = append(tmpcontentruncontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Hyperlink %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_LatentStyles.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_LatentStyles.go index 3bc2fd08..029ab0bc 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_LatentStyles.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_LatentStyles.go @@ -137,7 +137,7 @@ lCT_LatentStyles: } m.LsdException = append(m.LsdException, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_LatentStyles %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Lvl.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Lvl.go index f588353b..8e5b80ea 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Lvl.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Lvl.go @@ -216,7 +216,7 @@ lCT_Lvl: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Lvl %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_MailMerge.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_MailMerge.go index 4cd07a73..56ed967c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_MailMerge.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_MailMerge.go @@ -215,7 +215,7 @@ lCT_MailMerge: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_MailMerge %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Num.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Num.go index 20cbbb9c..d5765004 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Num.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Num.go @@ -78,7 +78,7 @@ lCT_Num: } m.LvlOverride = append(m.LvlOverride, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Num %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumLvl.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumLvl.go index 2694b916..63ad718a 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumLvl.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumLvl.go @@ -78,7 +78,7 @@ lCT_NumLvl: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NumLvl %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumPicBullet.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumPicBullet.go index d6c04435..90ab00e7 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumPicBullet.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumPicBullet.go @@ -77,7 +77,7 @@ lCT_NumPicBullet: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NumPicBullet %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumPr.go index 93f48e0d..b2fa710b 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_NumPr.go @@ -85,7 +85,7 @@ lCT_NumPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_NumPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Numbering.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Numbering.go index 35a14485..2468ab67 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Numbering.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Numbering.go @@ -89,7 +89,7 @@ lCT_Numbering: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Numbering %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Object.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Object.go index e215daf9..322af28c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Object.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Object.go @@ -110,7 +110,7 @@ lCT_Object: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Object %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_ObjectChoice.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_ObjectChoice.go index 0742da1d..6d77a45a 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_ObjectChoice.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_ObjectChoice.go @@ -79,7 +79,7 @@ lCT_ObjectChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ObjectChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Odso.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Odso.go index dda691ef..dfa18ebd 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Odso.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Odso.go @@ -132,7 +132,7 @@ lCT_Odso: } m.RecipientData = append(m.RecipientData, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Odso %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_OdsoFieldMapData.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_OdsoFieldMapData.go index 3e4461c7..1db3ddf5 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_OdsoFieldMapData.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_OdsoFieldMapData.go @@ -107,7 +107,7 @@ lCT_OdsoFieldMapData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_OdsoFieldMapData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_P.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_P.go index 22f64739..730b7ded 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_P.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_P.go @@ -515,7 +515,7 @@ lCT_P: tmpcontentruncontent.EG_RunLevelElts = append(tmpcontentruncontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_P %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PBdr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PBdr.go index e36f4d32..4f16712d 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PBdr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PBdr.go @@ -107,7 +107,7 @@ lCT_PBdr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PBdr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPr.go index 444cf4a0..c4ee22bc 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPr.go @@ -434,7 +434,7 @@ lCT_PPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrBase.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrBase.go index 9b46a474..336bc717 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrBase.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrBase.go @@ -404,7 +404,7 @@ lCT_PPrBase: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PPrBase %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrChange.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrChange.go index 5e963fe8..225ae0e7 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrChange.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrChange.go @@ -88,7 +88,7 @@ lCT_PPrChange: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PPrChange %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrDefault.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrDefault.go index 257572ac..a45a9bda 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrDefault.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrDefault.go @@ -52,7 +52,7 @@ lCT_PPrDefault: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PPrDefault %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrGeneral.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrGeneral.go index 6a2d09cd..97446f71 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrGeneral.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PPrGeneral.go @@ -414,7 +414,7 @@ lCT_PPrGeneral: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PPrGeneral %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PageBorders.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PageBorders.go index c6427c5f..eb791f42 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_PageBorders.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_PageBorders.go @@ -123,7 +123,7 @@ lCT_PageBorders: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_PageBorders %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPr.go index b0bcd890..46cefb32 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPr.go @@ -376,7 +376,7 @@ lCT_ParaRPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ParaRPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPrChange.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPrChange.go index cff4ce47..db9f21cf 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPrChange.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPrChange.go @@ -88,7 +88,7 @@ lCT_ParaRPrChange: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ParaRPrChange %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPrOriginal.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPrOriginal.go index 6cb3ac81..f93c73ae 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPrOriginal.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_ParaRPrOriginal.go @@ -365,7 +365,7 @@ lCT_ParaRPrOriginal: } m.EG_RPrBase = append(m.EG_RPrBase, tmprprbase) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_ParaRPrOriginal %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Picture.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Picture.go index face2fb1..9c7537a4 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Picture.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Picture.go @@ -63,7 +63,7 @@ lCT_Picture: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Picture %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Placeholder.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Placeholder.go index 90c66c4c..b28a2c41 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Placeholder.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Placeholder.go @@ -51,7 +51,7 @@ lCT_Placeholder: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Placeholder %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_R.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_R.go index 19b39b7d..d39b1fad 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_R.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_R.go @@ -331,7 +331,7 @@ lCT_R: } m.EG_RunInnerContent = append(m.EG_RunInnerContent, tmpruninnercontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_R %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPr.go index e07acdeb..ac0020f7 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPr.go @@ -332,7 +332,7 @@ lCT_RPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrChange.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrChange.go index a4e11884..06213ae5 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrChange.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrChange.go @@ -88,7 +88,7 @@ lCT_RPrChange: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RPrChange %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrDefault.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrDefault.go index 9353d37f..9ecf7ee5 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrDefault.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrDefault.go @@ -52,7 +52,7 @@ lCT_RPrDefault: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RPrDefault %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrOriginal.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrOriginal.go index 0a6948aa..ca067911 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrOriginal.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RPrOriginal.go @@ -321,7 +321,7 @@ lCT_RPrOriginal: } m.EG_RPrBase = append(m.EG_RPrBase, tmprprbase) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RPrOriginal %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RecipientData.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RecipientData.go index d6f3b15e..fc2ab452 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RecipientData.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RecipientData.go @@ -72,7 +72,7 @@ lCT_RecipientData: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RecipientData %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Recipients.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Recipients.go index d1a2428c..0e5af86f 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Recipients.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Recipients.go @@ -52,7 +52,7 @@ lCT_Recipients: } m.RecipientData = append(m.RecipientData, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Recipients %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Row.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Row.go index f591f5e3..b71c8d21 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Row.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Row.go @@ -409,7 +409,7 @@ lCT_Row: tmpcontentcellcontent.EG_RunLevelElts = append(tmpcontentcellcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Row %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Ruby.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Ruby.go index 84f66900..3284e671 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Ruby.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Ruby.go @@ -71,7 +71,7 @@ lCT_Ruby: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Ruby %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RubyContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RubyContent.go index 1e6aa20f..1a133cf6 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RubyContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RubyContent.go @@ -272,7 +272,7 @@ lCT_RubyContent: m.EG_RunLevelElts = append(m.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RubyContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RubyPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RubyPr.go index f5f7290f..28ae996f 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_RubyPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_RubyPr.go @@ -102,7 +102,7 @@ lCT_RubyPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_RubyPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtBlock.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtBlock.go index 16e159df..798a49d3 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtBlock.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtBlock.go @@ -74,7 +74,7 @@ lCT_SdtBlock: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtBlock %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtCell.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtCell.go index 843744a3..364252d2 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtCell.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtCell.go @@ -74,7 +74,7 @@ lCT_SdtCell: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtCell %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtComboBox.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtComboBox.go index 9a3294f4..37cc5b5a 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtComboBox.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtComboBox.go @@ -69,7 +69,7 @@ lCT_SdtComboBox: } m.ListItem = append(m.ListItem, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtComboBox %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentBlock.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentBlock.go index c67f51b9..8de6dcdb 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentBlock.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentBlock.go @@ -307,7 +307,7 @@ lCT_SdtContentBlock: m.EG_RunLevelElts = append(m.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtContentBlock %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentCell.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentCell.go index 1e286285..9b8a85b0 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentCell.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentCell.go @@ -295,7 +295,7 @@ lCT_SdtContentCell: m.EG_RunLevelElts = append(m.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtContentCell %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentRow.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentRow.go index 89486911..88e258ea 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentRow.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentRow.go @@ -295,7 +295,7 @@ lCT_SdtContentRow: m.EG_RunLevelElts = append(m.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtContentRow %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentRun.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentRun.go index 71326785..de1e6a26 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentRun.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtContentRun.go @@ -387,7 +387,7 @@ lCT_SdtContentRun: tmpcontentruncontent.EG_RunLevelElts = append(tmpcontentruncontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtContentRun %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDate.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDate.go index 1411ab13..d24ccf8c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDate.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDate.go @@ -102,7 +102,7 @@ lCT_SdtDate: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtDate %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDocPart.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDocPart.go index 13d4dcc4..fbdb4660 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDocPart.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDocPart.go @@ -74,7 +74,7 @@ lCT_SdtDocPart: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtDocPart %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDropDownList.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDropDownList.go index ea42fdb5..d93543e9 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDropDownList.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtDropDownList.go @@ -69,7 +69,7 @@ lCT_SdtDropDownList: } m.ListItem = append(m.ListItem, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtDropDownList %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtEndPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtEndPr.go index 05d76e1b..23e55888 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtEndPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtEndPr.go @@ -54,7 +54,7 @@ lCT_SdtEndPr: } m.RPr = append(m.RPr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtEndPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtPr.go index fae4f54e..f58f0c6a 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtPr.go @@ -238,7 +238,7 @@ lCT_SdtPr: } _ = m.Choice default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtPrChoice.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtPrChoice.go index 26bb6757..d93425a6 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtPrChoice.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtPrChoice.go @@ -159,7 +159,7 @@ lCT_SdtPrChoice: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtPrChoice %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtRow.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtRow.go index 4100d77a..f6fe6a97 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtRow.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtRow.go @@ -74,7 +74,7 @@ lCT_SdtRow: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtRow %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtRun.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtRun.go index 9c053e18..4cd64b48 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtRun.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SdtRun.go @@ -74,7 +74,7 @@ lCT_SdtRun: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SdtRun %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPr.go index ce570da1..f3244597 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPr.go @@ -332,7 +332,7 @@ lCT_SectPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SectPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPrBase.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPrBase.go index 7641f524..fd701a3c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPrBase.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPrBase.go @@ -301,7 +301,7 @@ lCT_SectPrBase: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SectPrBase %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPrChange.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPrChange.go index c186817e..b2cb679f 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPrChange.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SectPrChange.go @@ -89,7 +89,7 @@ lCT_SectPrChange: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SectPrChange %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SimpleField.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SimpleField.go index 83488903..14647c9c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SimpleField.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SimpleField.go @@ -488,7 +488,7 @@ lCT_SimpleField: tmpcontentruncontent.EG_RunLevelElts = append(tmpcontentruncontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SimpleField %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SmartTagPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SmartTagPr.go index 366a5fd7..ec5c0b74 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SmartTagPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SmartTagPr.go @@ -54,7 +54,7 @@ lCT_SmartTagPr: } m.Attr = append(m.Attr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SmartTagPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SmartTagRun.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SmartTagRun.go index 713f7a6d..dc1202b4 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_SmartTagRun.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_SmartTagRun.go @@ -474,7 +474,7 @@ lCT_SmartTagRun: tmpcontentruncontent.EG_RunLevelElts = append(tmpcontentruncontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_SmartTagRun %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Style.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Style.go index d0884cd7..d04cc9b7 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Style.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Style.go @@ -340,7 +340,7 @@ lCT_Style: } m.TblStylePr = append(m.TblStylePr, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Style %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Styles.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Styles.go index e3357b1a..1fc3759e 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Styles.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Styles.go @@ -76,7 +76,7 @@ lCT_Styles: } m.Style = append(m.Style, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Styles %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tabs.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tabs.go index 75f2224b..32bde830 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tabs.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tabs.go @@ -52,7 +52,7 @@ lCT_Tabs: } m.Tab = append(m.Tab, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Tabs %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tbl.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tbl.go index 8bddba2f..46ca2d5c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tbl.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tbl.go @@ -295,7 +295,7 @@ lCT_Tbl: tmpcontentrowcontent.EG_RunLevelElts = append(tmpcontentrowcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Tbl %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblBorders.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblBorders.go index d2b09374..90881c19 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblBorders.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblBorders.go @@ -129,7 +129,7 @@ lCT_TblBorders: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblBorders %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblCellMar.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblCellMar.go index 85e129ec..625da087 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblCellMar.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblCellMar.go @@ -107,7 +107,7 @@ lCT_TblCellMar: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblCellMar %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGrid.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGrid.go index cf93af68..96c9b2ec 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGrid.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGrid.go @@ -64,7 +64,7 @@ lCT_TblGrid: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblGrid %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGridBase.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGridBase.go index 1ead7af9..553a23a0 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGridBase.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGridBase.go @@ -54,7 +54,7 @@ lCT_TblGridBase: } m.GridCol = append(m.GridCol, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblGridBase %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGridChange.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGridChange.go index 060b947b..c9a3e52c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGridChange.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblGridChange.go @@ -65,7 +65,7 @@ lCT_TblGridChange: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblGridChange %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPr.go index 79ec4b03..2890ab5c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPr.go @@ -238,7 +238,7 @@ lCT_TblPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrBase.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrBase.go index 2fff4c26..794f639c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrBase.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrBase.go @@ -228,7 +228,7 @@ lCT_TblPrBase: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblPrBase %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrChange.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrChange.go index be764aee..deb33c8c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrChange.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrChange.go @@ -88,7 +88,7 @@ lCT_TblPrChange: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblPrChange %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrEx.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrEx.go index b8aea06f..c94cdd05 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrEx.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrEx.go @@ -150,7 +150,7 @@ lCT_TblPrEx: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblPrEx %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrExBase.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrExBase.go index baddd1c4..2c4218d5 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrExBase.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrExBase.go @@ -140,7 +140,7 @@ lCT_TblPrExBase: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblPrExBase %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrExChange.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrExChange.go index f0792235..23e92072 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrExChange.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblPrExChange.go @@ -88,7 +88,7 @@ lCT_TblPrExChange: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblPrExChange %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblStylePr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblStylePr.go index 956c77e4..094b5048 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblStylePr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TblStylePr.go @@ -111,7 +111,7 @@ lCT_TblStylePr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TblStylePr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tc.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tc.go index a5c3d860..2c71195e 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tc.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_Tc.go @@ -431,7 +431,7 @@ lCT_Tc: tmpcontentblockcontent.EG_RunLevelElts = append(tmpcontentblockcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_Tc %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcBorders.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcBorders.go index 73d36762..887210ee 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcBorders.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcBorders.go @@ -151,7 +151,7 @@ lCT_TcBorders: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TcBorders %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcMar.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcMar.go index b4fc030e..df94b266 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcMar.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcMar.go @@ -107,7 +107,7 @@ lCT_TcMar: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TcMar %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPr.go index 0431b571..21fd124c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPr.go @@ -238,7 +238,7 @@ lCT_TcPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TcPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrBase.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrBase.go index 4222fce6..2f0ec79b 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrBase.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrBase.go @@ -195,7 +195,7 @@ lCT_TcPrBase: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TcPrBase %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrChange.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrChange.go index 7473c9a1..901bc641 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrChange.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrChange.go @@ -88,7 +88,7 @@ lCT_TcPrChange: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TcPrChange %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrInner.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrInner.go index af50f24b..1ccbdd31 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrInner.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TcPrInner.go @@ -228,7 +228,7 @@ lCT_TcPrInner: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TcPrInner %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPr.go index 4ecc2b8a..8e55823e 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPr.go @@ -216,7 +216,7 @@ lCT_TrPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TrPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPrBase.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPrBase.go index 6837e7fa..7fd0bac9 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPrBase.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPrBase.go @@ -186,7 +186,7 @@ lCT_TrPrBase: } m.Hidden = append(m.Hidden, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TrPrBase %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPrChange.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPrChange.go index 41dfbb72..aa99b596 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPrChange.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TrPrChange.go @@ -88,7 +88,7 @@ lCT_TrPrChange: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TrPrChange %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TxbxContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TxbxContent.go index a2406b56..97eb47e8 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_TxbxContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_TxbxContent.go @@ -353,7 +353,7 @@ lCT_TxbxContent: tmpcontentblockcontent.EG_RunLevelElts = append(tmpcontentblockcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_TxbxContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/CT_WebSettings.go b/schema/schemas.openxmlformats.org/wordprocessingml/CT_WebSettings.go index db5514cc..19568ffc 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/CT_WebSettings.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/CT_WebSettings.go @@ -184,7 +184,7 @@ lCT_WebSettings: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on CT_WebSettings %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/Comments.go b/schema/schemas.openxmlformats.org/wordprocessingml/Comments.go index 6dd0079a..1c7a9087 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/Comments.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/Comments.go @@ -59,7 +59,7 @@ lComments: } m.Comment = append(m.Comment, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Comments %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/Document.go b/schema/schemas.openxmlformats.org/wordprocessingml/Document.go index 662276a7..37cfbd7b 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/Document.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/Document.go @@ -68,7 +68,7 @@ lDocument: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Document %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_BlockLevelChunkElts.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_BlockLevelChunkElts.go index 735c6ec3..51c0cffa 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_BlockLevelChunkElts.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_BlockLevelChunkElts.go @@ -339,7 +339,7 @@ lEG_BlockLevelChunkElts: tmpcontentblockcontent.EG_RunLevelElts = append(tmpcontentblockcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_BlockLevelChunkElts %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_BlockLevelElts.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_BlockLevelElts.go index cd698a17..3f170dd8 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_BlockLevelElts.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_BlockLevelElts.go @@ -351,7 +351,7 @@ lEG_BlockLevelElts: tmpcontentblockcontent.EG_RunLevelElts = append(tmpcontentblockcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_BlockLevelElts %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_CellMarkupElements.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_CellMarkupElements.go index d7a3103f..f9185faa 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_CellMarkupElements.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_CellMarkupElements.go @@ -72,7 +72,7 @@ lEG_CellMarkupElements: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_CellMarkupElements %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentBlockContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentBlockContent.go index fde2a21f..851bc71a 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentBlockContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentBlockContent.go @@ -305,7 +305,7 @@ lEG_ContentBlockContent: m.EG_RunLevelElts = append(m.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ContentBlockContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentCellContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentCellContent.go index 43fc3fb1..5de01d0b 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentCellContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentCellContent.go @@ -293,7 +293,7 @@ lEG_ContentCellContent: m.EG_RunLevelElts = append(m.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ContentCellContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRowContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRowContent.go index 82a90a27..2a752b61 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRowContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRowContent.go @@ -293,7 +293,7 @@ lEG_ContentRowContent: m.EG_RunLevelElts = append(m.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ContentRowContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRunContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRunContent.go index 82f45134..a1015bc2 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRunContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRunContent.go @@ -325,7 +325,7 @@ lEG_ContentRunContent: m.EG_RunLevelElts = append(m.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ContentRunContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRunContentBase.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRunContentBase.go index 784a8433..8a572824 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRunContentBase.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ContentRunContentBase.go @@ -279,7 +279,7 @@ lEG_ContentRunContentBase: m.EG_RunLevelElts = append(m.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ContentRunContentBase %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_FtnEdnNumProps.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_FtnEdnNumProps.go index 070555c3..1b30726f 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_FtnEdnNumProps.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_FtnEdnNumProps.go @@ -61,7 +61,7 @@ lEG_FtnEdnNumProps: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_FtnEdnNumProps %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_HdrFtrReferences.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_HdrFtrReferences.go index 10322ab8..ae6a80f1 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_HdrFtrReferences.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_HdrFtrReferences.go @@ -61,7 +61,7 @@ lEG_HdrFtrReferences: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_HdrFtrReferences %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_MathContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_MathContent.go index f309de63..90a46841 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_MathContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_MathContent.go @@ -61,7 +61,7 @@ lEG_MathContent: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_MathContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContent.go index 7b1ba84f..50d6d07d 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContent.go @@ -385,7 +385,7 @@ lEG_PContent: tmpcontentruncontent.EG_RunLevelElts = append(tmpcontentruncontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_PContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContentBase.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContentBase.go index 25044f86..f65eb644 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContentBase.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContentBase.go @@ -71,7 +71,7 @@ lEG_PContentBase: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_PContentBase %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContentMath.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContentMath.go index 0e8c2bfe..a5f1251f 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContentMath.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_PContentMath.go @@ -352,7 +352,7 @@ lEG_PContentMath: tmpcontentruncontentbase.EG_RunLevelElts = append(tmpcontentruncontentbase.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_PContentMath %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ParaRPrTrackChanges.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ParaRPrTrackChanges.go index d0bb68dd..c7b4b5ec 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_ParaRPrTrackChanges.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_ParaRPrTrackChanges.go @@ -83,7 +83,7 @@ lEG_ParaRPrTrackChanges: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_ParaRPrTrackChanges %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPr.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPr.go index 1658e8b9..122d2f22 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPr.go @@ -50,7 +50,7 @@ lEG_RPr: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_RPr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrBase.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrBase.go index 8f99d3d6..2c0392ae 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrBase.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrBase.go @@ -468,7 +468,7 @@ lEG_RPrBase: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_RPrBase %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrContent.go index f0eda718..de725ea0 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrContent.go @@ -330,7 +330,7 @@ lEG_RPrContent: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_RPrContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrMath.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrMath.go index 5d2405b7..d74d03eb 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrMath.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RPrMath.go @@ -73,7 +73,7 @@ lEG_RPrMath: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_RPrMath %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RangeMarkupElements.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RangeMarkupElements.go index 4b550aad..dbf48a30 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RangeMarkupElements.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RangeMarkupElements.go @@ -215,7 +215,7 @@ lEG_RangeMarkupElements: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_RangeMarkupElements %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RubyContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RubyContent.go index cfe0fbcf..3b071fcd 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RubyContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RubyContent.go @@ -270,7 +270,7 @@ lEG_RubyContent: m.EG_RunLevelElts = append(m.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_RubyContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RunInnerContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RunInnerContent.go index 2ce6de18..2b1f2623 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RunInnerContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RunInnerContent.go @@ -402,7 +402,7 @@ lEG_RunInnerContent: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_RunInnerContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RunLevelElts.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RunLevelElts.go index 1fbc9020..cf1a2e09 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_RunLevelElts.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_RunLevelElts.go @@ -257,7 +257,7 @@ lEG_RunLevelElts: } m.EG_MathContent = append(m.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_RunLevelElts %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/EG_SectPrContents.go b/schema/schemas.openxmlformats.org/wordprocessingml/EG_SectPrContents.go index 817f4700..55b61616 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/EG_SectPrContents.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/EG_SectPrContents.go @@ -248,7 +248,7 @@ lEG_SectPrContents: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on EG_SectPrContents %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/Endnotes.go b/schema/schemas.openxmlformats.org/wordprocessingml/Endnotes.go index 515d2715..0b981848 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/Endnotes.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/Endnotes.go @@ -59,7 +59,7 @@ lEndnotes: } m.Endnote = append(m.Endnote, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Endnotes %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/Fonts.go b/schema/schemas.openxmlformats.org/wordprocessingml/Fonts.go index b21cc3aa..1dc92b7b 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/Fonts.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/Fonts.go @@ -59,7 +59,7 @@ lFonts: } m.Font = append(m.Font, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Fonts %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/Footnotes.go b/schema/schemas.openxmlformats.org/wordprocessingml/Footnotes.go index 2df07574..a965f487 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/Footnotes.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/Footnotes.go @@ -59,7 +59,7 @@ lFootnotes: } m.Footnote = append(m.Footnote, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Footnotes %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/Ftr.go b/schema/schemas.openxmlformats.org/wordprocessingml/Ftr.go index 2d3d37cb..ba8b12a0 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/Ftr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/Ftr.go @@ -352,7 +352,7 @@ lFtr: tmpcontentblockcontent.EG_RunLevelElts = append(tmpcontentblockcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Ftr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/GlossaryDocument.go b/schema/schemas.openxmlformats.org/wordprocessingml/GlossaryDocument.go index dd68ace4..f9590e5a 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/GlossaryDocument.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/GlossaryDocument.go @@ -63,7 +63,7 @@ lGlossaryDocument: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on GlossaryDocument %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/Hdr.go b/schema/schemas.openxmlformats.org/wordprocessingml/Hdr.go index 02af78cd..b7002390 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/Hdr.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/Hdr.go @@ -352,7 +352,7 @@ lHdr: tmpcontentblockcontent.EG_RunLevelElts = append(tmpcontentblockcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Hdr %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/Numbering.go b/schema/schemas.openxmlformats.org/wordprocessingml/Numbering.go index c6175275..eebe0200 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/Numbering.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/Numbering.go @@ -76,7 +76,7 @@ lNumbering: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Numbering %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/Recipients.go b/schema/schemas.openxmlformats.org/wordprocessingml/Recipients.go index 167f253a..946e0e8c 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/Recipients.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/Recipients.go @@ -59,7 +59,7 @@ lRecipients: } m.RecipientData = append(m.RecipientData, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Recipients %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/Styles.go b/schema/schemas.openxmlformats.org/wordprocessingml/Styles.go index 864980ab..2ca8bea1 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/Styles.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/Styles.go @@ -69,7 +69,7 @@ lStyles: } m.Style = append(m.Style, tmp) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on Styles %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/TxbxContent.go b/schema/schemas.openxmlformats.org/wordprocessingml/TxbxContent.go index 193a3290..fed13408 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/TxbxContent.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/TxbxContent.go @@ -352,7 +352,7 @@ lTxbxContent: tmpcontentblockcontent.EG_RunLevelElts = append(tmpcontentblockcontent.EG_RunLevelElts, tmprunlevelelts) tmprunlevelelts.EG_MathContent = append(tmprunlevelelts.EG_MathContent, tmpmathcontent) default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on TxbxContent %v", el.Name) if err := d.Skip(); err != nil { return err } diff --git a/schema/schemas.openxmlformats.org/wordprocessingml/WebSettings.go b/schema/schemas.openxmlformats.org/wordprocessingml/WebSettings.go index 306002b8..1cbeb418 100644 --- a/schema/schemas.openxmlformats.org/wordprocessingml/WebSettings.go +++ b/schema/schemas.openxmlformats.org/wordprocessingml/WebSettings.go @@ -118,7 +118,7 @@ lWebSettings: return err } default: - log.Printf("skipping unsupported element %v", el.Name) + log.Printf("skipping unsupported element on WebSettings %v", el.Name) if err := d.Skip(); err != nil { return err }