require "openxml/drawingml/properties/color_container_property" module OpenXml module DrawingML module Properties class ColorSchemeAccentSix < ColorContainerProperty namespace :a tag :accent6 end end end end