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
225 stars 52 forks source link

Visualization of Elements and attributes #30

Open broshet44 opened 4 years ago

broshet44 commented 4 years ago

When we want to view the "type" field on the right view (element tab), we must systematically modify the size of the view to see the end of the field that contains the namespace and the name of the element (the value is too big).

Is it possible to split this "type" field into 3: path type, namespace and element?

In addition, the size of the views displayed on the right is never kept each time you open XSD Diagram. Is it possible to have it kept?

Finally, it is always the "attribute" tab that appears at each start. For my use, this is the "element" tab that I use the most. Is it also possible to keep the last tab used at each startup?

Thank you for this great tool.