This schema defines the contents of an XLL+ help file. The root node of the schema is the Help element.
Read Help in the User Guide for more information on XLL+ help files.
| Element | Description |
|---|---|
| AdditionalFile | The AdditionalFile element adds a user-supplied HTML file to the help system. |
| Argument | The Argument element controls the appearance of the help for a particular argument of a function. |
| Description | A Description element can contain simple text or XHTML elements which will be inserted directly into the Description section of a help page, immediately after the standard description. |
| Function | A Function element controls the appearance of a single named function page. |
| Help | The Help element is the root element of the help file. |
| Project | Controls the title of the help project, and the content of the front page. |
| Remarks | Contains XHTML elements which will be inserted directly into the text of a help page. |
| ResourceFile | The ResourceFile element adds a user-supplied graphics or style file to the help system. |
| Section | Controls the appearance of one category page. |
| SeeAlso | Inserts a link into the See Also list for a page. |
| TextDescription | Controls the main description section for a function or argument. |