Enterprise Architect allows the definition of Stereotypes with Properties typed to Complex Types as Classes and Datatypes with attributes.
When exported as "UML Profile", their are simplified and all properties typed to String, making Profile definition and
exported UML Profile inconsistent. When reusing a previously published Profile with a mapping file, this can lead to
missing tag values.
Most types can be serialized as String but Complex Types not.
This option enable conversion of Tag's typed to Complex Types to String.
Set to following option in publisher.properties file:
# Enable conversion of Stereotype's Tags referring complex types (Classes, Datatype with attributes) to String. Available values: True, False - default: False
ea2md.profile.complexTypeToString=True