Sha256: b85ffd853e6d83150f6686a5a783f4d58dcb9ad7eb66484456550189d5579ce5

Contents?: true

Size: 388 Bytes

Versions: 3

Compression:

Stored size: 388 Bytes

Contents

# frozen_string_literal: true

require "lutaml/model"

require_relative "code_or_nil_reason_list"

module Ogc
  module Gml
    class CategoryExtent < Lutaml::Model::Serializable
      attribute :content, CodeOrNilReasonList

      xml do
        root "CategoryExtent"
        namespace "http://www.opengis.net/gml/3.2", "gml"

        map_content to: :content
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ogc-gml-1.0.3 lib/ogc/gml/category_extent.rb
ogc-gml-1.0.2 lib/ogc/gml/category_extent.rb
ogc-gml-1.0.1 lib/ogc/gml/category_extent.rb