Class: Lutaml::Xml::Schema::XsdSchema::Context
- Inherits:
-
Struct
- Object
- Struct
- Lutaml::Xml::Schema::XsdSchema::Context
- 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
-
#target_prefix ⇒ Object
Returns the value of attribute target_prefix.
-
#target_uri ⇒ Object
Returns the value of attribute target_uri.
Instance Attribute Details
#target_prefix ⇒ Object
Returns the value of attribute target_prefix
47 48 49 |
# File 'lib/lutaml/xml/schema/xsd_schema.rb', line 47 def target_prefix @target_prefix end |
#target_uri ⇒ Object
Returns the value of attribute target_uri
47 48 49 |
# File 'lib/lutaml/xml/schema/xsd_schema.rb', line 47 def target_uri @target_uri end |