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