Module: Enterprisifier::Marshalling::SchemaComposition
- Included in:
- XSD::Schema::Attribute, XSD::Schema::Choice, XSD::Schema::ComplexContent, XSD::Schema::ComplexType, XSD::Schema::Element, XSD::Schema::Extension, XSD::Schema::Group, XSD::Schema::Restriction, XSD::Schema::Sequence, XSD::Schema::SimpleContent, XSD::Schema::SimpleType, XSD::Schema::Union
- Defined in:
- lib/enterprisifier/marshalling/schema_composition.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods, TypeDefSetting
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
9 10 11 12 13 14 15 16 |
# File 'lib/enterprisifier/marshalling/schema_composition.rb', line 9 def self.included(base) super base.instance_eval do include InstanceMethods extend ClassMethods end self.schema_elements[base.base_name] = base end |