I need to put a reference to an XML-schema (xsd) into an XML-node. It should look like this:
<root>
<!--reference to xsd-->
<child1/>
<child2/>
</root>
At the place of the comment should be a link to some schema. Is there a standard way to do this?