class Lutaml::Model::Schema::XmlCompiler::SimpleType

def skippable?(type)

def skippable?(type)
  SUPPORTED_DATA_TYPES.dig(type&.to_sym, :skippable)
end