module OpenXml
  module DrawingML
    module Elements
      class ThemeElements < OpenXml::Element
        include HasChildren
        namespace :a
        tag :themeElements

      end
    end
  end
end