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

- old
+ new

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