I am using XSD to define a XML schema and I need to have the following element as a possible child element of any other element in the document.
<include path="include1.xml"/>
Is there an elegant way of defining this? I don't want to define include
as a child element for each of the elements already defined within the XSD.