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

- old
+ new

@@ -1,16 +1,15 @@ # frozen_string_literal: true -# --- prime_meridian_property_type.rb --- -require "shale" +require "lutaml/model" require_relative "prime_meridian" module Ogc module Gml - class PrimeMeridianProperty < Shale::Mapper - attribute :nil_reason, Shale::Type::Value - attribute :remote_schema, Shale::Type::Value + class PrimeMeridianProperty < Lutaml::Model::Serializable + attribute :nil_reason, :string + attribute :remote_schema, :string attribute :prime_meridian, PrimeMeridian xml do root "primeMeridianRef" namespace "http://www.opengis.net/gml/3.2", "gml"