class Lutaml::Model::Schema::XmlCompiler::ComplexContent

def initialize(restriction = nil)

def initialize(restriction = nil)
  @restriction = restriction
end

def required_files

def required_files
  restriction&.required_files
end

def to_attributes(indent)

def to_attributes(indent)
  restriction&.to_attributes(indent)
end

def to_xml_mapping(indent)

def to_xml_mapping(indent)
  restriction&.to_xml_mapping(indent)
end