lib/ogc/gml/time_reference_system.rb in ogc-gml-1.0.0 vs lib/ogc/gml/time_reference_system.rb in ogc-gml-1.0.1

- old
+ new

@@ -1,20 +1,19 @@ # frozen_string_literal: true -# --- time_reference_system_type.rb --- -require "shale" +require "lutaml/model" require_relative "code" require_relative "code_with_authority" require_relative "meta_data_property" require_relative "reference" require_relative "abstract_topology" module Ogc module Gml class TimeReferenceSystem < AbstractTopology - attribute :remarks, Shale::Type::String - attribute :domain_of_validity, Shale::Type::String + attribute :remarks, :string + attribute :domain_of_validity, :string xml do root "TimeReferenceSystem" namespace "http://www.opengis.net/gml/3.2", "gml"