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