
When editing XSD or WSDL documents it's possible to attach documentation to nodes within the diagrams. These options apply to the Documentation Window.
| Font settings | The font used in the Documentation Window, (a fixed width font is recommended). |
| Word Wrap | Applies word wrapping to the Documentation Window. |
| Hide indent in editor |
Applies smart indent to the Documentation Window. If the documentation has been indented within the source XML document then this indent is intelligently hidden for editing.
<xs:annotation>
<xs:documentation>
docs line 1
List
Item 1
Item 2
</xs:documentation>
</xs:annotation>
If 'Hide indent ' is true then this is displayed as
docs line 1
List
Item 1
Item 2
If 'Hide indent' is false then it is displayed as
docs line 1
List
Item 1
Item 2
|