Class: Xmi::Sparx::Mappings::BaseMapping

Inherits:
Lutaml::Xml::Mapping
  • Object
show all
Defined in:
lib/xmi/sparx/mappings/base_mapping.rb

Overview

Base XML mapping class for Sparx EA XMI documents.

This reusable mapping class encapsulates all the XML element → attribute mappings for Root.

Examples:

Use in a model class

class Root < ::Xmi::Root
  xml Mappings::BaseMapping
end