Author Topic: XSD generation inconsistent with quotes  (Read 3089 times)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
XSD generation inconsistent with quotes
« on: December 11, 2024, 06:38:05 pm »
When generating an XML schema, the xml header uses single quotes, whereas the rest of the schema uses double quotes.
This was not the case in version 15.2
In v17 this is

<?xml version='1.0' encoding='utf-8' ?>

in v 15.2 this was

<?xml version="1.0" encoding="utf-8"?>

Reported. I already got a response that this is a known bug and logged to be fixed.

Geert