Sha256: 17503a046b387e2a8be03a29455a331bfeb5756508e3e8199c64783312b487be

Contents?: true

Size: 241 Bytes

Versions: 5

Compression:

Stored size: 241 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class MarkupCompatibilityChoice < Container
        tag :Choice
        namespace :mc

        attribute :requires, expects: :string, displays_as: :Requires

      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 lib/openxml/docx/elements/markup_compatibility_choice.rb
openxml-docx-0.10.5 lib/openxml/docx/elements/markup_compatibility_choice.rb
openxml-docx-0.10.4 lib/openxml/docx/elements/markup_compatibility_choice.rb
openxml-docx-0.10.3 lib/openxml/docx/elements/markup_compatibility_choice.rb
openxml-docx-0.10.2 lib/openxml/docx/elements/markup_compatibility_choice.rb