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