Hello F.,
- What is your issue?
- Where is defined `PER_PERSONA_H` and `T_PERSONA` [in TemplateDB.puml]?
[New update with `!include_many`]
Could you test, with `!include_many` as:
@startuml
!include_many C:\PLANTUML\TemplateDB.puml
Tabla(TABLA1, "TABLITA <size:14><&external-link></size>") {
primary_key(COD_PERSONA)
primary_key(FECHA)
}
rectangle T_PERSONAS [
{{
!include_many C:\PLANTUML\TemplateDB.puml
Tabla(TABLA2,"TABLA2") {
primary_key(FECHA)
primary_key(COD_PERSONA)
primary_key(COD_COMPRA)
}
Tabla(TABLA3,"TABLA3") {
primary_key(FECHA)
primary_key(COD_PERSONA)
primary_key(COD_SOLICITUD)
}
}}
]
PER_PERSONA_H -- T_PERSONA
@enduml
See similar pseudo issue here (not with include, but with sprite)...:
And see doc. about include here:
If that can help,
Regards.