Class: Lutaml::Xml::Schema::XsdSchema::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/lutaml/xml/schema/xsd_schema.rb

Overview

Per-generation namespace context threaded through the generate_* methods: the schema's target namespace URI and the prefix that qualifies named-type references into it.

Instance Attribute Summary collapse

Instance Attribute Details

#target_prefixObject

Returns the value of attribute target_prefix

Returns:

  • (Object)

    the current value of target_prefix



47
48
49
# File 'lib/lutaml/xml/schema/xsd_schema.rb', line 47

def target_prefix
  @target_prefix
end

#target_uriObject

Returns the value of attribute target_uri

Returns:

  • (Object)

    the current value of target_uri



47
48
49
# File 'lib/lutaml/xml/schema/xsd_schema.rb', line 47

def target_uri
  @target_uri
end