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