Specify whether to show annotations of XML schema components. The annotation text is obtained from the <xs:documentation> elements found by the path:
xs:component/xs:annotation/xs:documentation
where <xs:component> is an XML element defining the XML schema component.
The annotation is typically displayed under the depiction of the component (diagram node). However, when the component is represented as a panel containing other components, its annotation may be displayed at the top of that panel.

The annotation text is wrapped inside a rectangle, whose minimal width is determined by the width of the component node. The actual wrapping width is variable, which is controlled by the nested "Annotations | Wrapping" parameter group.

The whitespace contained in the annotation text is collapsed. That is, the successive whitespace characters are reduced to single one, the starting and trailing whitespace is trimmed.

Possible Choices:

"none"

Do not show annotations.
"first sentence"
Show only the first sentence of the annotation text.
The sentence boundary is found using a Java utility class, whose implementation depends on the current locale. For most locales, it's assumed that a sentence ends with a dot ('.').
"full"
Show the full annotations.