documentation
Specifies information to be read or used by users within an annotation element.
<documentation> source = anyURI xml:lang = language Content: ({any})* </documentation>
Attributes
- source
- The source of the application information. The source must be a URI reference. Optional.
- xml:lang
- The indicator of the language used in the contents.
Optional.
Element Information
Number of occurrences | Unlimited |
Parent elements | annotation |
Contents | Any well-formed XML content. |
Remarks
Information supplied within the documentation element is not used in validation.
Example
For examples, see annotation.
See Also
XML Schema Reference (XSD) | XML Schema Elements
For more information, see the W3C XML Schema Part 1: Structures Recommendation at http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#element-documentation.