Author Topic: Adding built-in XSDcomplexType to my toolbox  (Read 536 times)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Adding built-in XSDcomplexType to my toolbox
« on: June 04, 2025, 10:35:01 pm »
My client uses the built in XML schema toolbox to manage and generate XSD's.

Now I wanted to create a custom toolbox in our MDG and add the XSD... stereotypes, but I can't seem to be able to.
I tried
- XSDcomplexType(UML::Class)
- EAUML::XSDcomplexType(UML::Class)

But none seems to work. I always get an error when I try to use the toolbox item on a diagram.
Unlike the «table» stereotype, these stereotypes are not considered part of the EAUML profile, and I guess that is why the EAUML:: one doesn't work.

Does anyone know a solution to this? As a workaround, I could add the "UML Profile for XSD Schema" that can be downloaded from the resources section to my MDG, but I'd rather not.

Geert