class Lutaml::Model::Schema::Definitions::SimpleContent

attributes after the regular members. RNG leaves this nil.
‘attribute :content, :<base_type>` and any additional
body plus optional decorating attributes). The renderer emits
XSD-only: a complex type with simple content (a typed text

def initialize(base_class:, additional_attributes: [])

def initialize(base_class:, additional_attributes: [])
  @base_class = base_class
  @additional_attributes = additional_attributes
end