dgis / xsddiagram

XSD Diagram is a free Xml Schema Definition (XSD) diagram viewer for Windows written in c# Framework.NET 2.0
http://regis.cosnier.free.fr/?page=XSDDiagram&nomenu
GNU General Public License v2.0
224 stars 52 forks source link

case sensitivity badly used #15

Closed domicoudin closed 7 years ago

domicoudin commented 7 years ago

When in a schema you define two elements with same name but not same case the last one is used in place of first one. See attached exemple with elements a and A. In xsddiagram, when showing content of element x we expect to see elements a and b. Unfortunately we see elements A and b Version of xsddiagram used is 1.1

capture

Content of my xsd:

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

dgis commented 7 years ago

Thank you domicoudin, I fix it!