Specify whether to include the component annotation and which part of it.
The annotation text is obtained from the <xs:documentation>
elements found by the following path:
xs:component/xs:annotation/xs:documentation
'xs:component'
is the particular XSD element that defines the component
(e.g. xs:complexType
).
Multiple <xs:documentation>
elements produce different sections of the annotation text.
Possible Choices:
"first sentence"
Include only the first sentence of the annotation text."full"
Include the full annotation."none"
Do not include annotation.
See Also:
"Processing | Annotations" parameter group, where you can specify how annotations are processed and displayed.