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