comment in xsd code example
Example: xsd comment
<xs:element name="author" type="author">
<!-- This element describes the author of a book. -->
</xs:element>
<xs:element name="author" type="author">
<!-- This element describes the author of a book. -->
</xs:element>