class Lutaml::Model::Choice

def attribute(name, type, options = {})

def attribute(name, type, options = {})
  options[:choice] = self
  @attributes << @model.attribute(name, type, options)
end