Page 1 of 1
Show description in Facets grid in design mode
Posted: Sun May 21, 2023 11:55 am
by fcs
Hello,
How to enable showing Description/Annotations in Facets grid in design mode ?
The grid contains only "enumeration" and "value" columns.
To see description, I must right click on a row and from context menu choose "Edit Annotations".
They should be displayed in the grid. How do it ?
Regards
ML
Re: Show description in Facets grid in design mode
Posted: Mon May 22, 2023 8:39 am
by teo
Hello,
You are probably referring to the following option in Preferences:
Editor / Edit Modes / Schema Design / Show annotation in the diagram
You should check this option.
By default it is checked, but it appears unchecked in your current settings.
Regards,
Teo
Re: Show description in Facets grid in design mode
Posted: Mon May 22, 2023 4:55 pm
by fcs
Hello,
I have it checked.
I'm sending the example.
Regards
ML
Problem_v25_1a.jpg
Re: Show description in Facets grid in design mode
Posted: Tue May 23, 2023 2:10 pm
by teo
Hi,
I now better understand your dissatisfaction regarding the annotations.
Even though they are placed in <xs:annotation> elements, by convention, <xs:appinfo> contains information to be processed by applications for processing instructions, and we do not present the respective information in the diagram.
So we present as annotations in the diagram only what is specified within <xs:documentation> elements.
Regards,
Teo