Book a Demo

Author Topic: XSD generation broken in v17.1  (Read 30075 times)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
XSD generation broken in v17.1
« on: September 08, 2025, 08:58:06 pm »
One of my clients uses EA to manage their set of XSDs for their internal and external communications.

They are currently still on version 15.2, but want to upgrade to version 17.1
The problem is that in version 17.1 the generated schema's aren't valid.
The main issue is the nested constructions like this

Code: [Select]
- XSDTopLevelElement topLevel
   - XSDComplexType rootElement
        - XSDComplexType Element1
        - XSDElement Element1

in v15.2 this results in a perfectly valid XSD
in v17.1 this same model results in an invalid XSD, where the Element1 is repeated

Reported

Geert