示例#1
0
        /// <summary>
        /// Create an instance of OpenXmlPart according to the given relationship type.
        /// </summary>
        /// <param name="openXmlPackage">The container OpenXmlPackage.</param>
        /// <param name="relationshipType">The relationship type of the target part.</param>
        /// <param name="openXmlPart">The created instance of OpenXmlPart.</param>
        /// <remarks>This partial method will be generated by code generaotr.</remarks>
        static partial void CreatePartCore(OpenXmlPackage openXmlPackage, string relationshipType, ref OpenXmlPart openXmlPart)
        {
            if (openXmlPackage == null)
            {
				throw new ArgumentNullException("openXmlPackage");
            }
            if (relationshipType == null)
            {
                throw new ArgumentNullException("relationshipType");
            }
            
            if (openXmlPackage is WordprocessingDocument)
            {
                switch (relationshipType)
                {
					case MainDocumentPart.RelationshipTypeConstant:
	openXmlPart = new MainDocumentPart();
	return;
case CustomXmlPart.RelationshipTypeConstant:
	openXmlPart = new CustomXmlPart();
	return;
case CustomXmlPropertiesPart.RelationshipTypeConstant:
	openXmlPart = new CustomXmlPropertiesPart();
	return;
case GlossaryDocumentPart.RelationshipTypeConstant:
	openXmlPart = new GlossaryDocumentPart();
	return;
case WordprocessingCommentsPart.RelationshipTypeConstant:
	openXmlPart = new WordprocessingCommentsPart();
	return;
case AlternativeFormatImportPart.RelationshipTypeConstant:
	openXmlPart = new AlternativeFormatImportPart();
	return;
case ChartPart.RelationshipTypeConstant:
	openXmlPart = new ChartPart();
	return;
case ChartDrawingPart.RelationshipTypeConstant:
	openXmlPart = new ChartDrawingPart();
	return;
case ImagePart.RelationshipTypeConstant:
	openXmlPart = new ImagePart();
	return;
case EmbeddedPackagePart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedPackagePart();
	return;
case ThemeOverridePart.RelationshipTypeConstant:
	openXmlPart = new ThemeOverridePart();
	return;
case ChartStylePart.RelationshipTypeConstant:
	openXmlPart = new ChartStylePart();
	return;
case ChartColorStylePart.RelationshipTypeConstant:
	openXmlPart = new ChartColorStylePart();
	return;
case DiagramColorsPart.RelationshipTypeConstant:
	openXmlPart = new DiagramColorsPart();
	return;
case DiagramDataPart.RelationshipTypeConstant:
	openXmlPart = new DiagramDataPart();
	return;
case SlidePart.RelationshipTypeConstant:
	openXmlPart = new SlidePart();
	return;
case DiagramPersistLayoutPart.RelationshipTypeConstant:
	openXmlPart = new DiagramPersistLayoutPart();
	return;
case DiagramLayoutDefinitionPart.RelationshipTypeConstant:
	openXmlPart = new DiagramLayoutDefinitionPart();
	return;
case DiagramStylePart.RelationshipTypeConstant:
	openXmlPart = new DiagramStylePart();
	return;
case EmbeddedObjectPart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedObjectPart();
	return;
case VmlDrawingPart.RelationshipTypeConstant:
	openXmlPart = new VmlDrawingPart();
	return;
case LegacyDiagramTextPart.RelationshipTypeConstant:
	openXmlPart = new LegacyDiagramTextPart();
	return;
case EmbeddedControlPersistenceBinaryDataPart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedControlPersistenceBinaryDataPart();
	return;
case NotesSlidePart.RelationshipTypeConstant:
	openXmlPart = new NotesSlidePart();
	return;
case NotesMasterPart.RelationshipTypeConstant:
	openXmlPart = new NotesMasterPart();
	return;
case ThemePart.RelationshipTypeConstant:
	openXmlPart = new ThemePart();
	return;
case UserDefinedTagsPart.RelationshipTypeConstant:
	openXmlPart = new UserDefinedTagsPart();
	return;
case SlideLayoutPart.RelationshipTypeConstant:
	openXmlPart = new SlideLayoutPart();
	return;
case SlideMasterPart.RelationshipTypeConstant:
	openXmlPart = new SlideMasterPart();
	return;
case EmbeddedControlPersistencePart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedControlPersistencePart();
	return;
case SlideSyncDataPart.RelationshipTypeConstant:
	openXmlPart = new SlideSyncDataPart();
	return;
case WorksheetPart.RelationshipTypeConstant:
	openXmlPart = new WorksheetPart();
	return;
case DrawingsPart.RelationshipTypeConstant:
	openXmlPart = new DrawingsPart();
	return;
case WebExtensionPart.RelationshipTypeConstant:
	openXmlPart = new WebExtensionPart();
	return;
case PivotTablePart.RelationshipTypeConstant:
	openXmlPart = new PivotTablePart();
	return;
case PivotTableCacheDefinitionPart.RelationshipTypeConstant:
	openXmlPart = new PivotTableCacheDefinitionPart();
	return;
case PivotTableCacheRecordsPart.RelationshipTypeConstant:
	openXmlPart = new PivotTableCacheRecordsPart();
	return;
case SingleCellTablePart.RelationshipTypeConstant:
	openXmlPart = new SingleCellTablePart();
	return;
case TableDefinitionPart.RelationshipTypeConstant:
	openXmlPart = new TableDefinitionPart();
	return;
case QueryTablePart.RelationshipTypeConstant:
	openXmlPart = new QueryTablePart();
	return;
case ControlPropertiesPart.RelationshipTypeConstant:
	openXmlPart = new ControlPropertiesPart();
	return;
case CustomPropertyPart.RelationshipTypeConstant:
	openXmlPart = new CustomPropertyPart();
	return;
case WorksheetSortMapPart.RelationshipTypeConstant:
	openXmlPart = new WorksheetSortMapPart();
	return;
case SlicersPart.RelationshipTypeConstant:
	openXmlPart = new SlicersPart();
	return;
case TimeLinePart.RelationshipTypeConstant:
	openXmlPart = new TimeLinePart();
	return;
case DocumentSettingsPart.RelationshipTypeConstant:
	openXmlPart = new DocumentSettingsPart();
	return;
case MailMergeRecipientDataPart.RelationshipTypeConstant:
	openXmlPart = new MailMergeRecipientDataPart();
	return;
case EndnotesPart.RelationshipTypeConstant:
	openXmlPart = new EndnotesPart();
	return;
case FontTablePart.RelationshipTypeConstant:
	openXmlPart = new FontTablePart();
	return;
case FontPart.RelationshipTypeConstant:
	openXmlPart = new FontPart();
	return;
case FootnotesPart.RelationshipTypeConstant:
	openXmlPart = new FootnotesPart();
	return;
case NumberingDefinitionsPart.RelationshipTypeConstant:
	openXmlPart = new NumberingDefinitionsPart();
	return;
case StyleDefinitionsPart.RelationshipTypeConstant:
	openXmlPart = new StyleDefinitionsPart();
	return;
case StylesWithEffectsPart.RelationshipTypeConstant:
	openXmlPart = new StylesWithEffectsPart();
	return;
case WebSettingsPart.RelationshipTypeConstant:
	openXmlPart = new WebSettingsPart();
	return;
case FooterPart.RelationshipTypeConstant:
	openXmlPart = new FooterPart();
	return;
case HeaderPart.RelationshipTypeConstant:
	openXmlPart = new HeaderPart();
	return;
case WordprocessingPrinterSettingsPart.RelationshipTypeConstant:
	openXmlPart = new WordprocessingPrinterSettingsPart();
	return;
case CustomizationPart.RelationshipTypeConstant:
	openXmlPart = new CustomizationPart();
	return;
case WordAttachedToolbarsPart.RelationshipTypeConstant:
	openXmlPart = new WordAttachedToolbarsPart();
	return;
case VbaProjectPart.RelationshipTypeConstant:
	openXmlPart = new VbaProjectPart();
	return;
case VbaDataPart.RelationshipTypeConstant:
	openXmlPart = new VbaDataPart();
	return;
case WordprocessingCommentsExPart.RelationshipTypeConstant:
	openXmlPart = new WordprocessingCommentsExPart();
	return;
case WordprocessingPeoplePart.RelationshipTypeConstant:
	openXmlPart = new WordprocessingPeoplePart();
	return;
case ThumbnailPart.RelationshipTypeConstant:
	openXmlPart = new ThumbnailPart();
	return;
case CoreFilePropertiesPart.RelationshipTypeConstant:
	openXmlPart = new CoreFilePropertiesPart();
	return;
case ExtendedFilePropertiesPart.RelationshipTypeConstant:
	openXmlPart = new ExtendedFilePropertiesPart();
	return;
case CustomFilePropertiesPart.RelationshipTypeConstant:
	openXmlPart = new CustomFilePropertiesPart();
	return;
case DigitalSignatureOriginPart.RelationshipTypeConstant:
	openXmlPart = new DigitalSignatureOriginPart();
	return;
case XmlSignaturePart.RelationshipTypeConstant:
	openXmlPart = new XmlSignaturePart();
	return;
case QuickAccessToolbarCustomizationsPart.RelationshipTypeConstant:
	openXmlPart = new QuickAccessToolbarCustomizationsPart();
	return;
case RibbonExtensibilityPart.RelationshipTypeConstant:
	openXmlPart = new RibbonExtensibilityPart();
	return;
case RibbonAndBackstageCustomizationsPart.RelationshipTypeConstant:
	openXmlPart = new RibbonAndBackstageCustomizationsPart();
	return;
case WebExTaskpanesPart.RelationshipTypeConstant:
	openXmlPart = new WebExTaskpanesPart();
	return;

				}
            }
            else if (openXmlPackage is SpreadsheetDocument)
            {
                switch (relationshipType)
                {
					case WorkbookPart.RelationshipTypeConstant:
	openXmlPart = new WorkbookPart();
	return;
case CustomXmlPart.RelationshipTypeConstant:
	openXmlPart = new CustomXmlPart();
	return;
case CustomXmlPropertiesPart.RelationshipTypeConstant:
	openXmlPart = new CustomXmlPropertiesPart();
	return;
case CalculationChainPart.RelationshipTypeConstant:
	openXmlPart = new CalculationChainPart();
	return;
case CellMetadataPart.RelationshipTypeConstant:
	openXmlPart = new CellMetadataPart();
	return;
case ConnectionsPart.RelationshipTypeConstant:
	openXmlPart = new ConnectionsPart();
	return;
case CustomXmlMappingsPart.RelationshipTypeConstant:
	openXmlPart = new CustomXmlMappingsPart();
	return;
case SharedStringTablePart.RelationshipTypeConstant:
	openXmlPart = new SharedStringTablePart();
	return;
case WorkbookRevisionHeaderPart.RelationshipTypeConstant:
	openXmlPart = new WorkbookRevisionHeaderPart();
	return;
case WorkbookRevisionLogPart.RelationshipTypeConstant:
	openXmlPart = new WorkbookRevisionLogPart();
	return;
case WorkbookUserDataPart.RelationshipTypeConstant:
	openXmlPart = new WorkbookUserDataPart();
	return;
case WorkbookStylesPart.RelationshipTypeConstant:
	openXmlPart = new WorkbookStylesPart();
	return;
case ThemePart.RelationshipTypeConstant:
	openXmlPart = new ThemePart();
	return;
case ImagePart.RelationshipTypeConstant:
	openXmlPart = new ImagePart();
	return;
case ThumbnailPart.RelationshipTypeConstant:
	openXmlPart = new ThumbnailPart();
	return;
case VolatileDependenciesPart.RelationshipTypeConstant:
	openXmlPart = new VolatileDependenciesPart();
	return;
case ChartsheetPart.RelationshipTypeConstant:
	openXmlPart = new ChartsheetPart();
	return;
case SpreadsheetPrinterSettingsPart.RelationshipTypeConstant:
	openXmlPart = new SpreadsheetPrinterSettingsPart();
	return;
case DrawingsPart.RelationshipTypeConstant:
	openXmlPart = new DrawingsPart();
	return;
case ChartPart.RelationshipTypeConstant:
	openXmlPart = new ChartPart();
	return;
case ChartDrawingPart.RelationshipTypeConstant:
	openXmlPart = new ChartDrawingPart();
	return;
case EmbeddedPackagePart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedPackagePart();
	return;
case ThemeOverridePart.RelationshipTypeConstant:
	openXmlPart = new ThemeOverridePart();
	return;
case ChartStylePart.RelationshipTypeConstant:
	openXmlPart = new ChartStylePart();
	return;
case ChartColorStylePart.RelationshipTypeConstant:
	openXmlPart = new ChartColorStylePart();
	return;
case DiagramColorsPart.RelationshipTypeConstant:
	openXmlPart = new DiagramColorsPart();
	return;
case DiagramDataPart.RelationshipTypeConstant:
	openXmlPart = new DiagramDataPart();
	return;
case SlidePart.RelationshipTypeConstant:
	openXmlPart = new SlidePart();
	return;
case DiagramPersistLayoutPart.RelationshipTypeConstant:
	openXmlPart = new DiagramPersistLayoutPart();
	return;
case DiagramLayoutDefinitionPart.RelationshipTypeConstant:
	openXmlPart = new DiagramLayoutDefinitionPart();
	return;
case DiagramStylePart.RelationshipTypeConstant:
	openXmlPart = new DiagramStylePart();
	return;
case EmbeddedObjectPart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedObjectPart();
	return;
case VmlDrawingPart.RelationshipTypeConstant:
	openXmlPart = new VmlDrawingPart();
	return;
case LegacyDiagramTextPart.RelationshipTypeConstant:
	openXmlPart = new LegacyDiagramTextPart();
	return;
case EmbeddedControlPersistenceBinaryDataPart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedControlPersistenceBinaryDataPart();
	return;
case NotesSlidePart.RelationshipTypeConstant:
	openXmlPart = new NotesSlidePart();
	return;
case NotesMasterPart.RelationshipTypeConstant:
	openXmlPart = new NotesMasterPart();
	return;
case UserDefinedTagsPart.RelationshipTypeConstant:
	openXmlPart = new UserDefinedTagsPart();
	return;
case SlideLayoutPart.RelationshipTypeConstant:
	openXmlPart = new SlideLayoutPart();
	return;
case SlideMasterPart.RelationshipTypeConstant:
	openXmlPart = new SlideMasterPart();
	return;
case EmbeddedControlPersistencePart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedControlPersistencePart();
	return;
case SlideSyncDataPart.RelationshipTypeConstant:
	openXmlPart = new SlideSyncDataPart();
	return;
case WorksheetPart.RelationshipTypeConstant:
	openXmlPart = new WorksheetPart();
	return;
case WorksheetCommentsPart.RelationshipTypeConstant:
	openXmlPart = new WorksheetCommentsPart();
	return;
case PivotTablePart.RelationshipTypeConstant:
	openXmlPart = new PivotTablePart();
	return;
case PivotTableCacheDefinitionPart.RelationshipTypeConstant:
	openXmlPart = new PivotTableCacheDefinitionPart();
	return;
case PivotTableCacheRecordsPart.RelationshipTypeConstant:
	openXmlPart = new PivotTableCacheRecordsPart();
	return;
case SingleCellTablePart.RelationshipTypeConstant:
	openXmlPart = new SingleCellTablePart();
	return;
case TableDefinitionPart.RelationshipTypeConstant:
	openXmlPart = new TableDefinitionPart();
	return;
case QueryTablePart.RelationshipTypeConstant:
	openXmlPart = new QueryTablePart();
	return;
case ControlPropertiesPart.RelationshipTypeConstant:
	openXmlPart = new ControlPropertiesPart();
	return;
case CustomPropertyPart.RelationshipTypeConstant:
	openXmlPart = new CustomPropertyPart();
	return;
case WorksheetSortMapPart.RelationshipTypeConstant:
	openXmlPart = new WorksheetSortMapPart();
	return;
case SlicersPart.RelationshipTypeConstant:
	openXmlPart = new SlicersPart();
	return;
case TimeLinePart.RelationshipTypeConstant:
	openXmlPart = new TimeLinePart();
	return;
case WebExtensionPart.RelationshipTypeConstant:
	openXmlPart = new WebExtensionPart();
	return;
case DialogsheetPart.RelationshipTypeConstant:
	openXmlPart = new DialogsheetPart();
	return;
case ExternalWorkbookPart.RelationshipTypeConstant:
	openXmlPart = new ExternalWorkbookPart();
	return;
case ExcelAttachedToolbarsPart.RelationshipTypeConstant:
	openXmlPart = new ExcelAttachedToolbarsPart();
	return;
case VbaProjectPart.RelationshipTypeConstant:
	openXmlPart = new VbaProjectPart();
	return;
case VbaDataPart.RelationshipTypeConstant:
	openXmlPart = new VbaDataPart();
	return;
case MacroSheetPart.RelationshipTypeConstant:
	openXmlPart = new MacroSheetPart();
	return;
case InternationalMacroSheetPart.RelationshipTypeConstant:
	openXmlPart = new InternationalMacroSheetPart();
	return;
case CustomDataPropertiesPart.RelationshipTypeConstant:
	openXmlPart = new CustomDataPropertiesPart();
	return;
case CustomDataPart.RelationshipTypeConstant:
	openXmlPart = new CustomDataPart();
	return;
case SlicerCachePart.RelationshipTypeConstant:
	openXmlPart = new SlicerCachePart();
	return;
case TimeLineCachePart.RelationshipTypeConstant:
	openXmlPart = new TimeLineCachePart();
	return;
case CoreFilePropertiesPart.RelationshipTypeConstant:
	openXmlPart = new CoreFilePropertiesPart();
	return;
case ExtendedFilePropertiesPart.RelationshipTypeConstant:
	openXmlPart = new ExtendedFilePropertiesPart();
	return;
case CustomFilePropertiesPart.RelationshipTypeConstant:
	openXmlPart = new CustomFilePropertiesPart();
	return;
case DigitalSignatureOriginPart.RelationshipTypeConstant:
	openXmlPart = new DigitalSignatureOriginPart();
	return;
case XmlSignaturePart.RelationshipTypeConstant:
	openXmlPart = new XmlSignaturePart();
	return;
case QuickAccessToolbarCustomizationsPart.RelationshipTypeConstant:
	openXmlPart = new QuickAccessToolbarCustomizationsPart();
	return;
case RibbonExtensibilityPart.RelationshipTypeConstant:
	openXmlPart = new RibbonExtensibilityPart();
	return;
case RibbonAndBackstageCustomizationsPart.RelationshipTypeConstant:
	openXmlPart = new RibbonAndBackstageCustomizationsPart();
	return;
case WebExTaskpanesPart.RelationshipTypeConstant:
	openXmlPart = new WebExTaskpanesPart();
	return;

                }
            }
            else if (openXmlPackage is PresentationDocument)
            {
                switch (relationshipType)
                {
					case PresentationPart.RelationshipTypeConstant:
	openXmlPart = new PresentationPart();
	return;
case CustomXmlPart.RelationshipTypeConstant:
	openXmlPart = new CustomXmlPart();
	return;
case CustomXmlPropertiesPart.RelationshipTypeConstant:
	openXmlPart = new CustomXmlPropertiesPart();
	return;
case FontPart.RelationshipTypeConstant:
	openXmlPart = new FontPart();
	return;
case PresentationPropertiesPart.RelationshipTypeConstant:
	openXmlPart = new PresentationPropertiesPart();
	return;
case TableStylesPart.RelationshipTypeConstant:
	openXmlPart = new TableStylesPart();
	return;
case ThemePart.RelationshipTypeConstant:
	openXmlPart = new ThemePart();
	return;
case ImagePart.RelationshipTypeConstant:
	openXmlPart = new ImagePart();
	return;
case ViewPropertiesPart.RelationshipTypeConstant:
	openXmlPart = new ViewPropertiesPart();
	return;
case SlidePart.RelationshipTypeConstant:
	openXmlPart = new SlidePart();
	return;
case ChartPart.RelationshipTypeConstant:
	openXmlPart = new ChartPart();
	return;
case ChartDrawingPart.RelationshipTypeConstant:
	openXmlPart = new ChartDrawingPart();
	return;
case EmbeddedPackagePart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedPackagePart();
	return;
case ThemeOverridePart.RelationshipTypeConstant:
	openXmlPart = new ThemeOverridePart();
	return;
case ChartStylePart.RelationshipTypeConstant:
	openXmlPart = new ChartStylePart();
	return;
case ChartColorStylePart.RelationshipTypeConstant:
	openXmlPart = new ChartColorStylePart();
	return;
case DiagramColorsPart.RelationshipTypeConstant:
	openXmlPart = new DiagramColorsPart();
	return;
case DiagramDataPart.RelationshipTypeConstant:
	openXmlPart = new DiagramDataPart();
	return;
case WorksheetPart.RelationshipTypeConstant:
	openXmlPart = new WorksheetPart();
	return;
case DrawingsPart.RelationshipTypeConstant:
	openXmlPart = new DrawingsPart();
	return;
case DiagramPersistLayoutPart.RelationshipTypeConstant:
	openXmlPart = new DiagramPersistLayoutPart();
	return;
case DiagramLayoutDefinitionPart.RelationshipTypeConstant:
	openXmlPart = new DiagramLayoutDefinitionPart();
	return;
case DiagramStylePart.RelationshipTypeConstant:
	openXmlPart = new DiagramStylePart();
	return;
case WebExtensionPart.RelationshipTypeConstant:
	openXmlPart = new WebExtensionPart();
	return;
case VmlDrawingPart.RelationshipTypeConstant:
	openXmlPart = new VmlDrawingPart();
	return;
case LegacyDiagramTextPart.RelationshipTypeConstant:
	openXmlPart = new LegacyDiagramTextPart();
	return;
case PivotTablePart.RelationshipTypeConstant:
	openXmlPart = new PivotTablePart();
	return;
case PivotTableCacheDefinitionPart.RelationshipTypeConstant:
	openXmlPart = new PivotTableCacheDefinitionPart();
	return;
case PivotTableCacheRecordsPart.RelationshipTypeConstant:
	openXmlPart = new PivotTableCacheRecordsPart();
	return;
case SingleCellTablePart.RelationshipTypeConstant:
	openXmlPart = new SingleCellTablePart();
	return;
case TableDefinitionPart.RelationshipTypeConstant:
	openXmlPart = new TableDefinitionPart();
	return;
case QueryTablePart.RelationshipTypeConstant:
	openXmlPart = new QueryTablePart();
	return;
case EmbeddedControlPersistencePart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedControlPersistencePart();
	return;
case EmbeddedControlPersistenceBinaryDataPart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedControlPersistenceBinaryDataPart();
	return;
case ControlPropertiesPart.RelationshipTypeConstant:
	openXmlPart = new ControlPropertiesPart();
	return;
case EmbeddedObjectPart.RelationshipTypeConstant:
	openXmlPart = new EmbeddedObjectPart();
	return;
case CustomPropertyPart.RelationshipTypeConstant:
	openXmlPart = new CustomPropertyPart();
	return;
case WorksheetSortMapPart.RelationshipTypeConstant:
	openXmlPart = new WorksheetSortMapPart();
	return;
case SlicersPart.RelationshipTypeConstant:
	openXmlPart = new SlicersPart();
	return;
case TimeLinePart.RelationshipTypeConstant:
	openXmlPart = new TimeLinePart();
	return;
case SlideCommentsPart.RelationshipTypeConstant:
	openXmlPart = new SlideCommentsPart();
	return;
case NotesSlidePart.RelationshipTypeConstant:
	openXmlPart = new NotesSlidePart();
	return;
case NotesMasterPart.RelationshipTypeConstant:
	openXmlPart = new NotesMasterPart();
	return;
case UserDefinedTagsPart.RelationshipTypeConstant:
	openXmlPart = new UserDefinedTagsPart();
	return;
case SlideLayoutPart.RelationshipTypeConstant:
	openXmlPart = new SlideLayoutPart();
	return;
case SlideMasterPart.RelationshipTypeConstant:
	openXmlPart = new SlideMasterPart();
	return;
case SlideSyncDataPart.RelationshipTypeConstant:
	openXmlPart = new SlideSyncDataPart();
	return;
case CommentAuthorsPart.RelationshipTypeConstant:
	openXmlPart = new CommentAuthorsPart();
	return;
case HandoutMasterPart.RelationshipTypeConstant:
	openXmlPart = new HandoutMasterPart();
	return;
case LegacyDiagramTextInfoPart.RelationshipTypeConstant:
	openXmlPart = new LegacyDiagramTextInfoPart();
	return;
case VbaProjectPart.RelationshipTypeConstant:
	openXmlPart = new VbaProjectPart();
	return;
case VbaDataPart.RelationshipTypeConstant:
	openXmlPart = new VbaDataPart();
	return;
case CoreFilePropertiesPart.RelationshipTypeConstant:
	openXmlPart = new CoreFilePropertiesPart();
	return;
case ExtendedFilePropertiesPart.RelationshipTypeConstant:
	openXmlPart = new ExtendedFilePropertiesPart();
	return;
case CustomFilePropertiesPart.RelationshipTypeConstant:
	openXmlPart = new CustomFilePropertiesPart();
	return;
case ThumbnailPart.RelationshipTypeConstant:
	openXmlPart = new ThumbnailPart();
	return;
case DigitalSignatureOriginPart.RelationshipTypeConstant:
	openXmlPart = new DigitalSignatureOriginPart();
	return;
case XmlSignaturePart.RelationshipTypeConstant:
	openXmlPart = new XmlSignaturePart();
	return;
case QuickAccessToolbarCustomizationsPart.RelationshipTypeConstant:
	openXmlPart = new QuickAccessToolbarCustomizationsPart();
	return;
case RibbonExtensibilityPart.RelationshipTypeConstant:
	openXmlPart = new RibbonExtensibilityPart();
	return;
case RibbonAndBackstageCustomizationsPart.RelationshipTypeConstant:
	openXmlPart = new RibbonAndBackstageCustomizationsPart();
	return;
case WebExTaskpanesPart.RelationshipTypeConstant:
	openXmlPart = new WebExTaskpanesPart();
	return;

                }
            }
            else
            {
                System.Diagnostics.Debug.Assert(false);				
            }
            return;
        }
 /// <summary>
 /// Saves the DOM into the DiagramColorsPart.
 /// </summary>
 /// <param name="openXmlPart">Specifies the part to save to.</param>
 public void Save(DiagramColorsPart openXmlPart)
 {
     base.SaveToPart(openXmlPart);
 }
 /// <summary>
 /// Loads the DOM from the DiagramColorsPart.
 /// </summary>
 /// <param name="openXmlPart">Specifies the part to be loaded.</param>
 public void Load(DiagramColorsPart openXmlPart)
 {
     LoadFromPart(openXmlPart);
 }
 /// <summary>
 /// ColorsDefinition constructor.
 /// </summary>
 /// <param name="ownerPart">The owner part of the ColorsDefinition.</param>
 internal ColorsDefinition(DiagramColorsPart ownerPart) : base (ownerPart )
 {
 }
 internal void FeedDataDiagramColorsPart(DiagramColorsPart NewPart, DiagramColorsPart ExistingPart)
 {
     using (StreamReader sr = new StreamReader(ExistingPart.GetStream()))
     {
         using (StreamWriter sw = new StreamWriter(NewPart.GetStream(FileMode.Create)))
         {
             sw.Write(sr.ReadToEnd());
         }
     }
 }
        // Generates content of diagramColorsPart1.
        private void GenerateDiagramColorsPart1Content(DiagramColorsPart diagramColorsPart1)
        {
            Dgm.ColorsDefinition colorsDefinition1 = new Dgm.ColorsDefinition() { UniqueId = "urn:microsoft.com/office/officeart/2005/8/colors/accent1_2" };
            colorsDefinition1.AddNamespaceDeclaration("dgm", "http://schemas.openxmlformats.org/drawingml/2006/diagram");
            colorsDefinition1.AddNamespaceDeclaration("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
            Dgm.ColorDefinitionTitle colorDefinitionTitle1 = new Dgm.ColorDefinitionTitle() { Val = "" };
            Dgm.ColorTransformDescription colorTransformDescription1 = new Dgm.ColorTransformDescription() { Val = "" };

            Dgm.ColorTransformCategories colorTransformCategories1 = new Dgm.ColorTransformCategories();
            Dgm.ColorTransformCategory colorTransformCategory1 = new Dgm.ColorTransformCategory() { Type = "accent1", Priority = (UInt32Value)11200U };

            colorTransformCategories1.Append(colorTransformCategory1);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel1 = new Dgm.ColorTransformStyleLabel() { Name = "node0" };

            Dgm.FillColorList fillColorList1 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor60 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList1.Append(schemeColor60);

            Dgm.LineColorList lineColorList1 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor61 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList1.Append(schemeColor61);
            Dgm.EffectColorList effectColorList1 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList1 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList1 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList1 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel1.Append(fillColorList1);
            colorTransformStyleLabel1.Append(lineColorList1);
            colorTransformStyleLabel1.Append(effectColorList1);
            colorTransformStyleLabel1.Append(textLineColorList1);
            colorTransformStyleLabel1.Append(textFillColorList1);
            colorTransformStyleLabel1.Append(textEffectColorList1);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel2 = new Dgm.ColorTransformStyleLabel() { Name = "alignNode1" };

            Dgm.FillColorList fillColorList2 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor62 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList2.Append(schemeColor62);

            Dgm.LineColorList lineColorList2 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor63 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList2.Append(schemeColor63);
            Dgm.EffectColorList effectColorList2 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList2 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList2 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList2 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel2.Append(fillColorList2);
            colorTransformStyleLabel2.Append(lineColorList2);
            colorTransformStyleLabel2.Append(effectColorList2);
            colorTransformStyleLabel2.Append(textLineColorList2);
            colorTransformStyleLabel2.Append(textFillColorList2);
            colorTransformStyleLabel2.Append(textEffectColorList2);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel3 = new Dgm.ColorTransformStyleLabel() { Name = "node1" };

            Dgm.FillColorList fillColorList3 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor64 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList3.Append(schemeColor64);

            Dgm.LineColorList lineColorList3 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor65 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList3.Append(schemeColor65);
            Dgm.EffectColorList effectColorList3 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList3 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList3 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList3 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel3.Append(fillColorList3);
            colorTransformStyleLabel3.Append(lineColorList3);
            colorTransformStyleLabel3.Append(effectColorList3);
            colorTransformStyleLabel3.Append(textLineColorList3);
            colorTransformStyleLabel3.Append(textFillColorList3);
            colorTransformStyleLabel3.Append(textEffectColorList3);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel4 = new Dgm.ColorTransformStyleLabel() { Name = "lnNode1" };

            Dgm.FillColorList fillColorList4 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor66 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList4.Append(schemeColor66);

            Dgm.LineColorList lineColorList4 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor67 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList4.Append(schemeColor67);
            Dgm.EffectColorList effectColorList4 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList4 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList4 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList4 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel4.Append(fillColorList4);
            colorTransformStyleLabel4.Append(lineColorList4);
            colorTransformStyleLabel4.Append(effectColorList4);
            colorTransformStyleLabel4.Append(textLineColorList4);
            colorTransformStyleLabel4.Append(textFillColorList4);
            colorTransformStyleLabel4.Append(textEffectColorList4);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel5 = new Dgm.ColorTransformStyleLabel() { Name = "vennNode1" };

            Dgm.FillColorList fillColorList5 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor68 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Alpha alpha4 = new A.Alpha() { Val = 50000 };

            schemeColor68.Append(alpha4);

            fillColorList5.Append(schemeColor68);

            Dgm.LineColorList lineColorList5 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor69 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList5.Append(schemeColor69);
            Dgm.EffectColorList effectColorList5 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList5 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList5 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList5 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel5.Append(fillColorList5);
            colorTransformStyleLabel5.Append(lineColorList5);
            colorTransformStyleLabel5.Append(effectColorList5);
            colorTransformStyleLabel5.Append(textLineColorList5);
            colorTransformStyleLabel5.Append(textFillColorList5);
            colorTransformStyleLabel5.Append(textEffectColorList5);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel6 = new Dgm.ColorTransformStyleLabel() { Name = "node2" };

            Dgm.FillColorList fillColorList6 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor70 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList6.Append(schemeColor70);

            Dgm.LineColorList lineColorList6 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor71 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList6.Append(schemeColor71);
            Dgm.EffectColorList effectColorList6 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList6 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList6 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList6 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel6.Append(fillColorList6);
            colorTransformStyleLabel6.Append(lineColorList6);
            colorTransformStyleLabel6.Append(effectColorList6);
            colorTransformStyleLabel6.Append(textLineColorList6);
            colorTransformStyleLabel6.Append(textFillColorList6);
            colorTransformStyleLabel6.Append(textEffectColorList6);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel7 = new Dgm.ColorTransformStyleLabel() { Name = "node3" };

            Dgm.FillColorList fillColorList7 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor72 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList7.Append(schemeColor72);

            Dgm.LineColorList lineColorList7 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor73 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList7.Append(schemeColor73);
            Dgm.EffectColorList effectColorList7 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList7 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList7 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList7 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel7.Append(fillColorList7);
            colorTransformStyleLabel7.Append(lineColorList7);
            colorTransformStyleLabel7.Append(effectColorList7);
            colorTransformStyleLabel7.Append(textLineColorList7);
            colorTransformStyleLabel7.Append(textFillColorList7);
            colorTransformStyleLabel7.Append(textEffectColorList7);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel8 = new Dgm.ColorTransformStyleLabel() { Name = "node4" };

            Dgm.FillColorList fillColorList8 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor74 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList8.Append(schemeColor74);

            Dgm.LineColorList lineColorList8 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor75 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList8.Append(schemeColor75);
            Dgm.EffectColorList effectColorList8 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList8 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList8 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList8 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel8.Append(fillColorList8);
            colorTransformStyleLabel8.Append(lineColorList8);
            colorTransformStyleLabel8.Append(effectColorList8);
            colorTransformStyleLabel8.Append(textLineColorList8);
            colorTransformStyleLabel8.Append(textFillColorList8);
            colorTransformStyleLabel8.Append(textEffectColorList8);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel9 = new Dgm.ColorTransformStyleLabel() { Name = "fgImgPlace1" };

            Dgm.FillColorList fillColorList9 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor76 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint8 = new A.Tint() { Val = 50000 };

            schemeColor76.Append(tint8);

            fillColorList9.Append(schemeColor76);

            Dgm.LineColorList lineColorList9 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor77 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList9.Append(schemeColor77);
            Dgm.EffectColorList effectColorList9 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList9 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList9 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor78 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            textFillColorList9.Append(schemeColor78);
            Dgm.TextEffectColorList textEffectColorList9 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel9.Append(fillColorList9);
            colorTransformStyleLabel9.Append(lineColorList9);
            colorTransformStyleLabel9.Append(effectColorList9);
            colorTransformStyleLabel9.Append(textLineColorList9);
            colorTransformStyleLabel9.Append(textFillColorList9);
            colorTransformStyleLabel9.Append(textEffectColorList9);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel10 = new Dgm.ColorTransformStyleLabel() { Name = "alignImgPlace1" };

            Dgm.FillColorList fillColorList10 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor79 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint9 = new A.Tint() { Val = 50000 };

            schemeColor79.Append(tint9);

            fillColorList10.Append(schemeColor79);

            Dgm.LineColorList lineColorList10 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor80 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList10.Append(schemeColor80);
            Dgm.EffectColorList effectColorList10 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList10 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList10 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor81 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            textFillColorList10.Append(schemeColor81);
            Dgm.TextEffectColorList textEffectColorList10 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel10.Append(fillColorList10);
            colorTransformStyleLabel10.Append(lineColorList10);
            colorTransformStyleLabel10.Append(effectColorList10);
            colorTransformStyleLabel10.Append(textLineColorList10);
            colorTransformStyleLabel10.Append(textFillColorList10);
            colorTransformStyleLabel10.Append(textEffectColorList10);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel11 = new Dgm.ColorTransformStyleLabel() { Name = "bgImgPlace1" };

            Dgm.FillColorList fillColorList11 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor82 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint10 = new A.Tint() { Val = 50000 };

            schemeColor82.Append(tint10);

            fillColorList11.Append(schemeColor82);

            Dgm.LineColorList lineColorList11 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor83 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList11.Append(schemeColor83);
            Dgm.EffectColorList effectColorList11 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList11 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList11 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor84 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            textFillColorList11.Append(schemeColor84);
            Dgm.TextEffectColorList textEffectColorList11 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel11.Append(fillColorList11);
            colorTransformStyleLabel11.Append(lineColorList11);
            colorTransformStyleLabel11.Append(effectColorList11);
            colorTransformStyleLabel11.Append(textLineColorList11);
            colorTransformStyleLabel11.Append(textFillColorList11);
            colorTransformStyleLabel11.Append(textEffectColorList11);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel12 = new Dgm.ColorTransformStyleLabel() { Name = "sibTrans2D1" };

            Dgm.FillColorList fillColorList12 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor85 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint11 = new A.Tint() { Val = 60000 };

            schemeColor85.Append(tint11);

            fillColorList12.Append(schemeColor85);

            Dgm.LineColorList lineColorList12 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor86 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint12 = new A.Tint() { Val = 60000 };

            schemeColor86.Append(tint12);

            lineColorList12.Append(schemeColor86);
            Dgm.EffectColorList effectColorList12 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList12 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList12 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList12 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel12.Append(fillColorList12);
            colorTransformStyleLabel12.Append(lineColorList12);
            colorTransformStyleLabel12.Append(effectColorList12);
            colorTransformStyleLabel12.Append(textLineColorList12);
            colorTransformStyleLabel12.Append(textFillColorList12);
            colorTransformStyleLabel12.Append(textEffectColorList12);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel13 = new Dgm.ColorTransformStyleLabel() { Name = "fgSibTrans2D1" };

            Dgm.FillColorList fillColorList13 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor87 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint13 = new A.Tint() { Val = 60000 };

            schemeColor87.Append(tint13);

            fillColorList13.Append(schemeColor87);

            Dgm.LineColorList lineColorList13 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor88 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint14 = new A.Tint() { Val = 60000 };

            schemeColor88.Append(tint14);

            lineColorList13.Append(schemeColor88);
            Dgm.EffectColorList effectColorList13 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList13 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList13 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList13 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel13.Append(fillColorList13);
            colorTransformStyleLabel13.Append(lineColorList13);
            colorTransformStyleLabel13.Append(effectColorList13);
            colorTransformStyleLabel13.Append(textLineColorList13);
            colorTransformStyleLabel13.Append(textFillColorList13);
            colorTransformStyleLabel13.Append(textEffectColorList13);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel14 = new Dgm.ColorTransformStyleLabel() { Name = "bgSibTrans2D1" };

            Dgm.FillColorList fillColorList14 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor89 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint15 = new A.Tint() { Val = 60000 };

            schemeColor89.Append(tint15);

            fillColorList14.Append(schemeColor89);

            Dgm.LineColorList lineColorList14 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor90 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint16 = new A.Tint() { Val = 60000 };

            schemeColor90.Append(tint16);

            lineColorList14.Append(schemeColor90);
            Dgm.EffectColorList effectColorList14 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList14 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList14 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList14 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel14.Append(fillColorList14);
            colorTransformStyleLabel14.Append(lineColorList14);
            colorTransformStyleLabel14.Append(effectColorList14);
            colorTransformStyleLabel14.Append(textLineColorList14);
            colorTransformStyleLabel14.Append(textFillColorList14);
            colorTransformStyleLabel14.Append(textEffectColorList14);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel15 = new Dgm.ColorTransformStyleLabel() { Name = "sibTrans1D1" };

            Dgm.FillColorList fillColorList15 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor91 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList15.Append(schemeColor91);

            Dgm.LineColorList lineColorList15 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor92 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList15.Append(schemeColor92);
            Dgm.EffectColorList effectColorList15 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList15 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList15 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor93 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            textFillColorList15.Append(schemeColor93);
            Dgm.TextEffectColorList textEffectColorList15 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel15.Append(fillColorList15);
            colorTransformStyleLabel15.Append(lineColorList15);
            colorTransformStyleLabel15.Append(effectColorList15);
            colorTransformStyleLabel15.Append(textLineColorList15);
            colorTransformStyleLabel15.Append(textFillColorList15);
            colorTransformStyleLabel15.Append(textEffectColorList15);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel16 = new Dgm.ColorTransformStyleLabel() { Name = "callout" };

            Dgm.FillColorList fillColorList16 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor94 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList16.Append(schemeColor94);

            Dgm.LineColorList lineColorList16 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor95 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint17 = new A.Tint() { Val = 50000 };

            schemeColor95.Append(tint17);

            lineColorList16.Append(schemeColor95);
            Dgm.EffectColorList effectColorList16 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList16 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList16 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor96 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            textFillColorList16.Append(schemeColor96);
            Dgm.TextEffectColorList textEffectColorList16 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel16.Append(fillColorList16);
            colorTransformStyleLabel16.Append(lineColorList16);
            colorTransformStyleLabel16.Append(effectColorList16);
            colorTransformStyleLabel16.Append(textLineColorList16);
            colorTransformStyleLabel16.Append(textFillColorList16);
            colorTransformStyleLabel16.Append(textEffectColorList16);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel17 = new Dgm.ColorTransformStyleLabel() { Name = "asst0" };

            Dgm.FillColorList fillColorList17 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor97 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList17.Append(schemeColor97);

            Dgm.LineColorList lineColorList17 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor98 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList17.Append(schemeColor98);
            Dgm.EffectColorList effectColorList17 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList17 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList17 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList17 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel17.Append(fillColorList17);
            colorTransformStyleLabel17.Append(lineColorList17);
            colorTransformStyleLabel17.Append(effectColorList17);
            colorTransformStyleLabel17.Append(textLineColorList17);
            colorTransformStyleLabel17.Append(textFillColorList17);
            colorTransformStyleLabel17.Append(textEffectColorList17);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel18 = new Dgm.ColorTransformStyleLabel() { Name = "asst1" };

            Dgm.FillColorList fillColorList18 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor99 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList18.Append(schemeColor99);

            Dgm.LineColorList lineColorList18 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor100 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList18.Append(schemeColor100);
            Dgm.EffectColorList effectColorList18 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList18 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList18 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList18 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel18.Append(fillColorList18);
            colorTransformStyleLabel18.Append(lineColorList18);
            colorTransformStyleLabel18.Append(effectColorList18);
            colorTransformStyleLabel18.Append(textLineColorList18);
            colorTransformStyleLabel18.Append(textFillColorList18);
            colorTransformStyleLabel18.Append(textEffectColorList18);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel19 = new Dgm.ColorTransformStyleLabel() { Name = "asst2" };

            Dgm.FillColorList fillColorList19 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor101 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList19.Append(schemeColor101);

            Dgm.LineColorList lineColorList19 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor102 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList19.Append(schemeColor102);
            Dgm.EffectColorList effectColorList19 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList19 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList19 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList19 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel19.Append(fillColorList19);
            colorTransformStyleLabel19.Append(lineColorList19);
            colorTransformStyleLabel19.Append(effectColorList19);
            colorTransformStyleLabel19.Append(textLineColorList19);
            colorTransformStyleLabel19.Append(textFillColorList19);
            colorTransformStyleLabel19.Append(textEffectColorList19);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel20 = new Dgm.ColorTransformStyleLabel() { Name = "asst3" };

            Dgm.FillColorList fillColorList20 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor103 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList20.Append(schemeColor103);

            Dgm.LineColorList lineColorList20 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor104 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList20.Append(schemeColor104);
            Dgm.EffectColorList effectColorList20 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList20 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList20 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList20 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel20.Append(fillColorList20);
            colorTransformStyleLabel20.Append(lineColorList20);
            colorTransformStyleLabel20.Append(effectColorList20);
            colorTransformStyleLabel20.Append(textLineColorList20);
            colorTransformStyleLabel20.Append(textFillColorList20);
            colorTransformStyleLabel20.Append(textEffectColorList20);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel21 = new Dgm.ColorTransformStyleLabel() { Name = "asst4" };

            Dgm.FillColorList fillColorList21 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor105 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList21.Append(schemeColor105);

            Dgm.LineColorList lineColorList21 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor106 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList21.Append(schemeColor106);
            Dgm.EffectColorList effectColorList21 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList21 = new Dgm.TextLineColorList();
            Dgm.TextFillColorList textFillColorList21 = new Dgm.TextFillColorList();
            Dgm.TextEffectColorList textEffectColorList21 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel21.Append(fillColorList21);
            colorTransformStyleLabel21.Append(lineColorList21);
            colorTransformStyleLabel21.Append(effectColorList21);
            colorTransformStyleLabel21.Append(textLineColorList21);
            colorTransformStyleLabel21.Append(textFillColorList21);
            colorTransformStyleLabel21.Append(textEffectColorList21);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel22 = new Dgm.ColorTransformStyleLabel() { Name = "parChTrans2D1" };

            Dgm.FillColorList fillColorList22 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor107 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint18 = new A.Tint() { Val = 60000 };

            schemeColor107.Append(tint18);

            fillColorList22.Append(schemeColor107);

            Dgm.LineColorList lineColorList22 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor108 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint19 = new A.Tint() { Val = 60000 };

            schemeColor108.Append(tint19);

            lineColorList22.Append(schemeColor108);
            Dgm.EffectColorList effectColorList22 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList22 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList22 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor109 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            textFillColorList22.Append(schemeColor109);
            Dgm.TextEffectColorList textEffectColorList22 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel22.Append(fillColorList22);
            colorTransformStyleLabel22.Append(lineColorList22);
            colorTransformStyleLabel22.Append(effectColorList22);
            colorTransformStyleLabel22.Append(textLineColorList22);
            colorTransformStyleLabel22.Append(textFillColorList22);
            colorTransformStyleLabel22.Append(textEffectColorList22);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel23 = new Dgm.ColorTransformStyleLabel() { Name = "parChTrans2D2" };

            Dgm.FillColorList fillColorList23 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor110 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList23.Append(schemeColor110);

            Dgm.LineColorList lineColorList23 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor111 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList23.Append(schemeColor111);
            Dgm.EffectColorList effectColorList23 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList23 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList23 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor112 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            textFillColorList23.Append(schemeColor112);
            Dgm.TextEffectColorList textEffectColorList23 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel23.Append(fillColorList23);
            colorTransformStyleLabel23.Append(lineColorList23);
            colorTransformStyleLabel23.Append(effectColorList23);
            colorTransformStyleLabel23.Append(textLineColorList23);
            colorTransformStyleLabel23.Append(textFillColorList23);
            colorTransformStyleLabel23.Append(textEffectColorList23);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel24 = new Dgm.ColorTransformStyleLabel() { Name = "parChTrans2D3" };

            Dgm.FillColorList fillColorList24 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor113 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList24.Append(schemeColor113);

            Dgm.LineColorList lineColorList24 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor114 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList24.Append(schemeColor114);
            Dgm.EffectColorList effectColorList24 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList24 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList24 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor115 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            textFillColorList24.Append(schemeColor115);
            Dgm.TextEffectColorList textEffectColorList24 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel24.Append(fillColorList24);
            colorTransformStyleLabel24.Append(lineColorList24);
            colorTransformStyleLabel24.Append(effectColorList24);
            colorTransformStyleLabel24.Append(textLineColorList24);
            colorTransformStyleLabel24.Append(textFillColorList24);
            colorTransformStyleLabel24.Append(textEffectColorList24);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel25 = new Dgm.ColorTransformStyleLabel() { Name = "parChTrans2D4" };

            Dgm.FillColorList fillColorList25 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor116 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList25.Append(schemeColor116);

            Dgm.LineColorList lineColorList25 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor117 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList25.Append(schemeColor117);
            Dgm.EffectColorList effectColorList25 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList25 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList25 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor118 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            textFillColorList25.Append(schemeColor118);
            Dgm.TextEffectColorList textEffectColorList25 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel25.Append(fillColorList25);
            colorTransformStyleLabel25.Append(lineColorList25);
            colorTransformStyleLabel25.Append(effectColorList25);
            colorTransformStyleLabel25.Append(textLineColorList25);
            colorTransformStyleLabel25.Append(textFillColorList25);
            colorTransformStyleLabel25.Append(textEffectColorList25);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel26 = new Dgm.ColorTransformStyleLabel() { Name = "parChTrans1D1" };

            Dgm.FillColorList fillColorList26 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor119 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList26.Append(schemeColor119);

            Dgm.LineColorList lineColorList26 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor120 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Shade shade10 = new A.Shade() { Val = 60000 };

            schemeColor120.Append(shade10);

            lineColorList26.Append(schemeColor120);
            Dgm.EffectColorList effectColorList26 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList26 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList26 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor121 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            textFillColorList26.Append(schemeColor121);
            Dgm.TextEffectColorList textEffectColorList26 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel26.Append(fillColorList26);
            colorTransformStyleLabel26.Append(lineColorList26);
            colorTransformStyleLabel26.Append(effectColorList26);
            colorTransformStyleLabel26.Append(textLineColorList26);
            colorTransformStyleLabel26.Append(textFillColorList26);
            colorTransformStyleLabel26.Append(textEffectColorList26);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel27 = new Dgm.ColorTransformStyleLabel() { Name = "parChTrans1D2" };

            Dgm.FillColorList fillColorList27 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor122 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList27.Append(schemeColor122);

            Dgm.LineColorList lineColorList27 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor123 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Shade shade11 = new A.Shade() { Val = 60000 };

            schemeColor123.Append(shade11);

            lineColorList27.Append(schemeColor123);
            Dgm.EffectColorList effectColorList27 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList27 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList27 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor124 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            textFillColorList27.Append(schemeColor124);
            Dgm.TextEffectColorList textEffectColorList27 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel27.Append(fillColorList27);
            colorTransformStyleLabel27.Append(lineColorList27);
            colorTransformStyleLabel27.Append(effectColorList27);
            colorTransformStyleLabel27.Append(textLineColorList27);
            colorTransformStyleLabel27.Append(textFillColorList27);
            colorTransformStyleLabel27.Append(textEffectColorList27);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel28 = new Dgm.ColorTransformStyleLabel() { Name = "parChTrans1D3" };

            Dgm.FillColorList fillColorList28 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor125 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList28.Append(schemeColor125);

            Dgm.LineColorList lineColorList28 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor126 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Shade shade12 = new A.Shade() { Val = 80000 };

            schemeColor126.Append(shade12);

            lineColorList28.Append(schemeColor126);
            Dgm.EffectColorList effectColorList28 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList28 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList28 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor127 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            textFillColorList28.Append(schemeColor127);
            Dgm.TextEffectColorList textEffectColorList28 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel28.Append(fillColorList28);
            colorTransformStyleLabel28.Append(lineColorList28);
            colorTransformStyleLabel28.Append(effectColorList28);
            colorTransformStyleLabel28.Append(textLineColorList28);
            colorTransformStyleLabel28.Append(textFillColorList28);
            colorTransformStyleLabel28.Append(textEffectColorList28);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel29 = new Dgm.ColorTransformStyleLabel() { Name = "parChTrans1D4" };

            Dgm.FillColorList fillColorList29 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor128 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            fillColorList29.Append(schemeColor128);

            Dgm.LineColorList lineColorList29 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor129 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Shade shade13 = new A.Shade() { Val = 80000 };

            schemeColor129.Append(shade13);

            lineColorList29.Append(schemeColor129);
            Dgm.EffectColorList effectColorList29 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList29 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList29 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor130 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            textFillColorList29.Append(schemeColor130);
            Dgm.TextEffectColorList textEffectColorList29 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel29.Append(fillColorList29);
            colorTransformStyleLabel29.Append(lineColorList29);
            colorTransformStyleLabel29.Append(effectColorList29);
            colorTransformStyleLabel29.Append(textLineColorList29);
            colorTransformStyleLabel29.Append(textFillColorList29);
            colorTransformStyleLabel29.Append(textEffectColorList29);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel30 = new Dgm.ColorTransformStyleLabel() { Name = "fgAcc1" };

            Dgm.FillColorList fillColorList30 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor131 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };
            A.Alpha alpha5 = new A.Alpha() { Val = 90000 };

            schemeColor131.Append(alpha5);

            fillColorList30.Append(schemeColor131);

            Dgm.LineColorList lineColorList30 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor132 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList30.Append(schemeColor132);
            Dgm.EffectColorList effectColorList30 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList30 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList30 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor133 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList30.Append(schemeColor133);
            Dgm.TextEffectColorList textEffectColorList30 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel30.Append(fillColorList30);
            colorTransformStyleLabel30.Append(lineColorList30);
            colorTransformStyleLabel30.Append(effectColorList30);
            colorTransformStyleLabel30.Append(textLineColorList30);
            colorTransformStyleLabel30.Append(textFillColorList30);
            colorTransformStyleLabel30.Append(textEffectColorList30);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel31 = new Dgm.ColorTransformStyleLabel() { Name = "conFgAcc1" };

            Dgm.FillColorList fillColorList31 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor134 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };
            A.Alpha alpha6 = new A.Alpha() { Val = 90000 };

            schemeColor134.Append(alpha6);

            fillColorList31.Append(schemeColor134);

            Dgm.LineColorList lineColorList31 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor135 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList31.Append(schemeColor135);
            Dgm.EffectColorList effectColorList31 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList31 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList31 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor136 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList31.Append(schemeColor136);
            Dgm.TextEffectColorList textEffectColorList31 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel31.Append(fillColorList31);
            colorTransformStyleLabel31.Append(lineColorList31);
            colorTransformStyleLabel31.Append(effectColorList31);
            colorTransformStyleLabel31.Append(textLineColorList31);
            colorTransformStyleLabel31.Append(textFillColorList31);
            colorTransformStyleLabel31.Append(textEffectColorList31);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel32 = new Dgm.ColorTransformStyleLabel() { Name = "alignAcc1" };

            Dgm.FillColorList fillColorList32 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor137 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };
            A.Alpha alpha7 = new A.Alpha() { Val = 90000 };

            schemeColor137.Append(alpha7);

            fillColorList32.Append(schemeColor137);

            Dgm.LineColorList lineColorList32 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor138 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList32.Append(schemeColor138);
            Dgm.EffectColorList effectColorList32 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList32 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList32 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor139 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList32.Append(schemeColor139);
            Dgm.TextEffectColorList textEffectColorList32 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel32.Append(fillColorList32);
            colorTransformStyleLabel32.Append(lineColorList32);
            colorTransformStyleLabel32.Append(effectColorList32);
            colorTransformStyleLabel32.Append(textLineColorList32);
            colorTransformStyleLabel32.Append(textFillColorList32);
            colorTransformStyleLabel32.Append(textEffectColorList32);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel33 = new Dgm.ColorTransformStyleLabel() { Name = "trAlignAcc1" };

            Dgm.FillColorList fillColorList33 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor140 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };
            A.Alpha alpha8 = new A.Alpha() { Val = 40000 };

            schemeColor140.Append(alpha8);

            fillColorList33.Append(schemeColor140);

            Dgm.LineColorList lineColorList33 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor141 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList33.Append(schemeColor141);
            Dgm.EffectColorList effectColorList33 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList33 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList33 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor142 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList33.Append(schemeColor142);
            Dgm.TextEffectColorList textEffectColorList33 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel33.Append(fillColorList33);
            colorTransformStyleLabel33.Append(lineColorList33);
            colorTransformStyleLabel33.Append(effectColorList33);
            colorTransformStyleLabel33.Append(textLineColorList33);
            colorTransformStyleLabel33.Append(textFillColorList33);
            colorTransformStyleLabel33.Append(textEffectColorList33);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel34 = new Dgm.ColorTransformStyleLabel() { Name = "bgAcc1" };

            Dgm.FillColorList fillColorList34 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor143 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };
            A.Alpha alpha9 = new A.Alpha() { Val = 90000 };

            schemeColor143.Append(alpha9);

            fillColorList34.Append(schemeColor143);

            Dgm.LineColorList lineColorList34 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor144 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList34.Append(schemeColor144);
            Dgm.EffectColorList effectColorList34 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList34 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList34 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor145 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList34.Append(schemeColor145);
            Dgm.TextEffectColorList textEffectColorList34 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel34.Append(fillColorList34);
            colorTransformStyleLabel34.Append(lineColorList34);
            colorTransformStyleLabel34.Append(effectColorList34);
            colorTransformStyleLabel34.Append(textLineColorList34);
            colorTransformStyleLabel34.Append(textFillColorList34);
            colorTransformStyleLabel34.Append(textEffectColorList34);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel35 = new Dgm.ColorTransformStyleLabel() { Name = "solidFgAcc1" };

            Dgm.FillColorList fillColorList35 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor146 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            fillColorList35.Append(schemeColor146);

            Dgm.LineColorList lineColorList35 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor147 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList35.Append(schemeColor147);
            Dgm.EffectColorList effectColorList35 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList35 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList35 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor148 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList35.Append(schemeColor148);
            Dgm.TextEffectColorList textEffectColorList35 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel35.Append(fillColorList35);
            colorTransformStyleLabel35.Append(lineColorList35);
            colorTransformStyleLabel35.Append(effectColorList35);
            colorTransformStyleLabel35.Append(textLineColorList35);
            colorTransformStyleLabel35.Append(textFillColorList35);
            colorTransformStyleLabel35.Append(textEffectColorList35);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel36 = new Dgm.ColorTransformStyleLabel() { Name = "solidAlignAcc1" };

            Dgm.FillColorList fillColorList36 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor149 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            fillColorList36.Append(schemeColor149);

            Dgm.LineColorList lineColorList36 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor150 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList36.Append(schemeColor150);
            Dgm.EffectColorList effectColorList36 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList36 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList36 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor151 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList36.Append(schemeColor151);
            Dgm.TextEffectColorList textEffectColorList36 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel36.Append(fillColorList36);
            colorTransformStyleLabel36.Append(lineColorList36);
            colorTransformStyleLabel36.Append(effectColorList36);
            colorTransformStyleLabel36.Append(textLineColorList36);
            colorTransformStyleLabel36.Append(textFillColorList36);
            colorTransformStyleLabel36.Append(textEffectColorList36);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel37 = new Dgm.ColorTransformStyleLabel() { Name = "solidBgAcc1" };

            Dgm.FillColorList fillColorList37 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor152 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            fillColorList37.Append(schemeColor152);

            Dgm.LineColorList lineColorList37 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor153 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList37.Append(schemeColor153);
            Dgm.EffectColorList effectColorList37 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList37 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList37 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor154 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList37.Append(schemeColor154);
            Dgm.TextEffectColorList textEffectColorList37 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel37.Append(fillColorList37);
            colorTransformStyleLabel37.Append(lineColorList37);
            colorTransformStyleLabel37.Append(effectColorList37);
            colorTransformStyleLabel37.Append(textLineColorList37);
            colorTransformStyleLabel37.Append(textFillColorList37);
            colorTransformStyleLabel37.Append(textEffectColorList37);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel38 = new Dgm.ColorTransformStyleLabel() { Name = "fgAccFollowNode1" };

            Dgm.FillColorList fillColorList38 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor155 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Alpha alpha10 = new A.Alpha() { Val = 90000 };
            A.Tint tint20 = new A.Tint() { Val = 40000 };

            schemeColor155.Append(alpha10);
            schemeColor155.Append(tint20);

            fillColorList38.Append(schemeColor155);

            Dgm.LineColorList lineColorList38 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor156 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Alpha alpha11 = new A.Alpha() { Val = 90000 };
            A.Tint tint21 = new A.Tint() { Val = 40000 };

            schemeColor156.Append(alpha11);
            schemeColor156.Append(tint21);

            lineColorList38.Append(schemeColor156);
            Dgm.EffectColorList effectColorList38 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList38 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList38 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor157 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList38.Append(schemeColor157);
            Dgm.TextEffectColorList textEffectColorList38 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel38.Append(fillColorList38);
            colorTransformStyleLabel38.Append(lineColorList38);
            colorTransformStyleLabel38.Append(effectColorList38);
            colorTransformStyleLabel38.Append(textLineColorList38);
            colorTransformStyleLabel38.Append(textFillColorList38);
            colorTransformStyleLabel38.Append(textEffectColorList38);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel39 = new Dgm.ColorTransformStyleLabel() { Name = "alignAccFollowNode1" };

            Dgm.FillColorList fillColorList39 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor158 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Alpha alpha12 = new A.Alpha() { Val = 90000 };
            A.Tint tint22 = new A.Tint() { Val = 40000 };

            schemeColor158.Append(alpha12);
            schemeColor158.Append(tint22);

            fillColorList39.Append(schemeColor158);

            Dgm.LineColorList lineColorList39 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor159 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Alpha alpha13 = new A.Alpha() { Val = 90000 };
            A.Tint tint23 = new A.Tint() { Val = 40000 };

            schemeColor159.Append(alpha13);
            schemeColor159.Append(tint23);

            lineColorList39.Append(schemeColor159);
            Dgm.EffectColorList effectColorList39 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList39 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList39 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor160 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList39.Append(schemeColor160);
            Dgm.TextEffectColorList textEffectColorList39 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel39.Append(fillColorList39);
            colorTransformStyleLabel39.Append(lineColorList39);
            colorTransformStyleLabel39.Append(effectColorList39);
            colorTransformStyleLabel39.Append(textLineColorList39);
            colorTransformStyleLabel39.Append(textFillColorList39);
            colorTransformStyleLabel39.Append(textEffectColorList39);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel40 = new Dgm.ColorTransformStyleLabel() { Name = "bgAccFollowNode1" };

            Dgm.FillColorList fillColorList40 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor161 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Alpha alpha14 = new A.Alpha() { Val = 90000 };
            A.Tint tint24 = new A.Tint() { Val = 40000 };

            schemeColor161.Append(alpha14);
            schemeColor161.Append(tint24);

            fillColorList40.Append(schemeColor161);

            Dgm.LineColorList lineColorList40 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor162 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Alpha alpha15 = new A.Alpha() { Val = 90000 };
            A.Tint tint25 = new A.Tint() { Val = 40000 };

            schemeColor162.Append(alpha15);
            schemeColor162.Append(tint25);

            lineColorList40.Append(schemeColor162);
            Dgm.EffectColorList effectColorList40 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList40 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList40 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor163 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList40.Append(schemeColor163);
            Dgm.TextEffectColorList textEffectColorList40 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel40.Append(fillColorList40);
            colorTransformStyleLabel40.Append(lineColorList40);
            colorTransformStyleLabel40.Append(effectColorList40);
            colorTransformStyleLabel40.Append(textLineColorList40);
            colorTransformStyleLabel40.Append(textFillColorList40);
            colorTransformStyleLabel40.Append(textEffectColorList40);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel41 = new Dgm.ColorTransformStyleLabel() { Name = "fgAcc0" };

            Dgm.FillColorList fillColorList41 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor164 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };
            A.Alpha alpha16 = new A.Alpha() { Val = 90000 };

            schemeColor164.Append(alpha16);

            fillColorList41.Append(schemeColor164);

            Dgm.LineColorList lineColorList41 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor165 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList41.Append(schemeColor165);
            Dgm.EffectColorList effectColorList41 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList41 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList41 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor166 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList41.Append(schemeColor166);
            Dgm.TextEffectColorList textEffectColorList41 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel41.Append(fillColorList41);
            colorTransformStyleLabel41.Append(lineColorList41);
            colorTransformStyleLabel41.Append(effectColorList41);
            colorTransformStyleLabel41.Append(textLineColorList41);
            colorTransformStyleLabel41.Append(textFillColorList41);
            colorTransformStyleLabel41.Append(textEffectColorList41);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel42 = new Dgm.ColorTransformStyleLabel() { Name = "fgAcc2" };

            Dgm.FillColorList fillColorList42 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor167 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };
            A.Alpha alpha17 = new A.Alpha() { Val = 90000 };

            schemeColor167.Append(alpha17);

            fillColorList42.Append(schemeColor167);

            Dgm.LineColorList lineColorList42 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor168 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList42.Append(schemeColor168);
            Dgm.EffectColorList effectColorList42 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList42 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList42 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor169 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList42.Append(schemeColor169);
            Dgm.TextEffectColorList textEffectColorList42 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel42.Append(fillColorList42);
            colorTransformStyleLabel42.Append(lineColorList42);
            colorTransformStyleLabel42.Append(effectColorList42);
            colorTransformStyleLabel42.Append(textLineColorList42);
            colorTransformStyleLabel42.Append(textFillColorList42);
            colorTransformStyleLabel42.Append(textEffectColorList42);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel43 = new Dgm.ColorTransformStyleLabel() { Name = "fgAcc3" };

            Dgm.FillColorList fillColorList43 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor170 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };
            A.Alpha alpha18 = new A.Alpha() { Val = 90000 };

            schemeColor170.Append(alpha18);

            fillColorList43.Append(schemeColor170);

            Dgm.LineColorList lineColorList43 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor171 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList43.Append(schemeColor171);
            Dgm.EffectColorList effectColorList43 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList43 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList43 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor172 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList43.Append(schemeColor172);
            Dgm.TextEffectColorList textEffectColorList43 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel43.Append(fillColorList43);
            colorTransformStyleLabel43.Append(lineColorList43);
            colorTransformStyleLabel43.Append(effectColorList43);
            colorTransformStyleLabel43.Append(textLineColorList43);
            colorTransformStyleLabel43.Append(textFillColorList43);
            colorTransformStyleLabel43.Append(textEffectColorList43);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel44 = new Dgm.ColorTransformStyleLabel() { Name = "fgAcc4" };

            Dgm.FillColorList fillColorList44 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor173 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };
            A.Alpha alpha19 = new A.Alpha() { Val = 90000 };

            schemeColor173.Append(alpha19);

            fillColorList44.Append(schemeColor173);

            Dgm.LineColorList lineColorList44 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor174 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList44.Append(schemeColor174);
            Dgm.EffectColorList effectColorList44 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList44 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList44 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor175 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList44.Append(schemeColor175);
            Dgm.TextEffectColorList textEffectColorList44 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel44.Append(fillColorList44);
            colorTransformStyleLabel44.Append(lineColorList44);
            colorTransformStyleLabel44.Append(effectColorList44);
            colorTransformStyleLabel44.Append(textLineColorList44);
            colorTransformStyleLabel44.Append(textFillColorList44);
            colorTransformStyleLabel44.Append(textEffectColorList44);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel45 = new Dgm.ColorTransformStyleLabel() { Name = "bgShp" };

            Dgm.FillColorList fillColorList45 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor176 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint26 = new A.Tint() { Val = 40000 };

            schemeColor176.Append(tint26);

            fillColorList45.Append(schemeColor176);

            Dgm.LineColorList lineColorList45 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor177 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList45.Append(schemeColor177);
            Dgm.EffectColorList effectColorList45 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList45 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList45 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor178 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList45.Append(schemeColor178);
            Dgm.TextEffectColorList textEffectColorList45 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel45.Append(fillColorList45);
            colorTransformStyleLabel45.Append(lineColorList45);
            colorTransformStyleLabel45.Append(effectColorList45);
            colorTransformStyleLabel45.Append(textLineColorList45);
            colorTransformStyleLabel45.Append(textFillColorList45);
            colorTransformStyleLabel45.Append(textEffectColorList45);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel46 = new Dgm.ColorTransformStyleLabel() { Name = "dkBgShp" };

            Dgm.FillColorList fillColorList46 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor179 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Shade shade14 = new A.Shade() { Val = 80000 };

            schemeColor179.Append(shade14);

            fillColorList46.Append(schemeColor179);

            Dgm.LineColorList lineColorList46 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor180 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList46.Append(schemeColor180);
            Dgm.EffectColorList effectColorList46 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList46 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList46 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor181 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            textFillColorList46.Append(schemeColor181);
            Dgm.TextEffectColorList textEffectColorList46 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel46.Append(fillColorList46);
            colorTransformStyleLabel46.Append(lineColorList46);
            colorTransformStyleLabel46.Append(effectColorList46);
            colorTransformStyleLabel46.Append(textLineColorList46);
            colorTransformStyleLabel46.Append(textFillColorList46);
            colorTransformStyleLabel46.Append(textEffectColorList46);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel47 = new Dgm.ColorTransformStyleLabel() { Name = "trBgShp" };

            Dgm.FillColorList fillColorList47 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor182 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint27 = new A.Tint() { Val = 50000 };
            A.Alpha alpha20 = new A.Alpha() { Val = 40000 };

            schemeColor182.Append(tint27);
            schemeColor182.Append(alpha20);

            fillColorList47.Append(schemeColor182);

            Dgm.LineColorList lineColorList47 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor183 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };

            lineColorList47.Append(schemeColor183);
            Dgm.EffectColorList effectColorList47 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList47 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList47 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor184 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            textFillColorList47.Append(schemeColor184);
            Dgm.TextEffectColorList textEffectColorList47 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel47.Append(fillColorList47);
            colorTransformStyleLabel47.Append(lineColorList47);
            colorTransformStyleLabel47.Append(effectColorList47);
            colorTransformStyleLabel47.Append(textLineColorList47);
            colorTransformStyleLabel47.Append(textFillColorList47);
            colorTransformStyleLabel47.Append(textEffectColorList47);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel48 = new Dgm.ColorTransformStyleLabel() { Name = "fgShp" };

            Dgm.FillColorList fillColorList48 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor185 = new A.SchemeColor() { Val = A.SchemeColorValues.Accent1 };
            A.Tint tint28 = new A.Tint() { Val = 60000 };

            schemeColor185.Append(tint28);

            fillColorList48.Append(schemeColor185);

            Dgm.LineColorList lineColorList48 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor186 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };

            lineColorList48.Append(schemeColor186);
            Dgm.EffectColorList effectColorList48 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList48 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList48 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor187 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };

            textFillColorList48.Append(schemeColor187);
            Dgm.TextEffectColorList textEffectColorList48 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel48.Append(fillColorList48);
            colorTransformStyleLabel48.Append(lineColorList48);
            colorTransformStyleLabel48.Append(effectColorList48);
            colorTransformStyleLabel48.Append(textLineColorList48);
            colorTransformStyleLabel48.Append(textFillColorList48);
            colorTransformStyleLabel48.Append(textEffectColorList48);

            Dgm.ColorTransformStyleLabel colorTransformStyleLabel49 = new Dgm.ColorTransformStyleLabel() { Name = "revTx" };

            Dgm.FillColorList fillColorList49 = new Dgm.FillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor188 = new A.SchemeColor() { Val = A.SchemeColorValues.Light1 };
            A.Alpha alpha21 = new A.Alpha() { Val = 0 };

            schemeColor188.Append(alpha21);

            fillColorList49.Append(schemeColor188);

            Dgm.LineColorList lineColorList49 = new Dgm.LineColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };

            A.SchemeColor schemeColor189 = new A.SchemeColor() { Val = A.SchemeColorValues.Dark1 };
            A.Alpha alpha22 = new A.Alpha() { Val = 0 };

            schemeColor189.Append(alpha22);

            lineColorList49.Append(schemeColor189);
            Dgm.EffectColorList effectColorList49 = new Dgm.EffectColorList();
            Dgm.TextLineColorList textLineColorList49 = new Dgm.TextLineColorList();

            Dgm.TextFillColorList textFillColorList49 = new Dgm.TextFillColorList() { Method = Dgm.ColorApplicationMethodValues.Repeat };
            A.SchemeColor schemeColor190 = new A.SchemeColor() { Val = A.SchemeColorValues.Text1 };

            textFillColorList49.Append(schemeColor190);
            Dgm.TextEffectColorList textEffectColorList49 = new Dgm.TextEffectColorList();

            colorTransformStyleLabel49.Append(fillColorList49);
            colorTransformStyleLabel49.Append(lineColorList49);
            colorTransformStyleLabel49.Append(effectColorList49);
            colorTransformStyleLabel49.Append(textLineColorList49);
            colorTransformStyleLabel49.Append(textFillColorList49);
            colorTransformStyleLabel49.Append(textEffectColorList49);

            colorsDefinition1.Append(colorDefinitionTitle1);
            colorsDefinition1.Append(colorTransformDescription1);
            colorsDefinition1.Append(colorTransformCategories1);
            colorsDefinition1.Append(colorTransformStyleLabel1);
            colorsDefinition1.Append(colorTransformStyleLabel2);
            colorsDefinition1.Append(colorTransformStyleLabel3);
            colorsDefinition1.Append(colorTransformStyleLabel4);
            colorsDefinition1.Append(colorTransformStyleLabel5);
            colorsDefinition1.Append(colorTransformStyleLabel6);
            colorsDefinition1.Append(colorTransformStyleLabel7);
            colorsDefinition1.Append(colorTransformStyleLabel8);
            colorsDefinition1.Append(colorTransformStyleLabel9);
            colorsDefinition1.Append(colorTransformStyleLabel10);
            colorsDefinition1.Append(colorTransformStyleLabel11);
            colorsDefinition1.Append(colorTransformStyleLabel12);
            colorsDefinition1.Append(colorTransformStyleLabel13);
            colorsDefinition1.Append(colorTransformStyleLabel14);
            colorsDefinition1.Append(colorTransformStyleLabel15);
            colorsDefinition1.Append(colorTransformStyleLabel16);
            colorsDefinition1.Append(colorTransformStyleLabel17);
            colorsDefinition1.Append(colorTransformStyleLabel18);
            colorsDefinition1.Append(colorTransformStyleLabel19);
            colorsDefinition1.Append(colorTransformStyleLabel20);
            colorsDefinition1.Append(colorTransformStyleLabel21);
            colorsDefinition1.Append(colorTransformStyleLabel22);
            colorsDefinition1.Append(colorTransformStyleLabel23);
            colorsDefinition1.Append(colorTransformStyleLabel24);
            colorsDefinition1.Append(colorTransformStyleLabel25);
            colorsDefinition1.Append(colorTransformStyleLabel26);
            colorsDefinition1.Append(colorTransformStyleLabel27);
            colorsDefinition1.Append(colorTransformStyleLabel28);
            colorsDefinition1.Append(colorTransformStyleLabel29);
            colorsDefinition1.Append(colorTransformStyleLabel30);
            colorsDefinition1.Append(colorTransformStyleLabel31);
            colorsDefinition1.Append(colorTransformStyleLabel32);
            colorsDefinition1.Append(colorTransformStyleLabel33);
            colorsDefinition1.Append(colorTransformStyleLabel34);
            colorsDefinition1.Append(colorTransformStyleLabel35);
            colorsDefinition1.Append(colorTransformStyleLabel36);
            colorsDefinition1.Append(colorTransformStyleLabel37);
            colorsDefinition1.Append(colorTransformStyleLabel38);
            colorsDefinition1.Append(colorTransformStyleLabel39);
            colorsDefinition1.Append(colorTransformStyleLabel40);
            colorsDefinition1.Append(colorTransformStyleLabel41);
            colorsDefinition1.Append(colorTransformStyleLabel42);
            colorsDefinition1.Append(colorTransformStyleLabel43);
            colorsDefinition1.Append(colorTransformStyleLabel44);
            colorsDefinition1.Append(colorTransformStyleLabel45);
            colorsDefinition1.Append(colorTransformStyleLabel46);
            colorsDefinition1.Append(colorTransformStyleLabel47);
            colorsDefinition1.Append(colorTransformStyleLabel48);
            colorsDefinition1.Append(colorTransformStyleLabel49);

            diagramColorsPart1.ColorsDefinition = colorsDefinition1;
        }