We are trying to include a XSD file from the home directory to alfresco template. We have shared.xsd in alfresco home and we are importing it in other xsds for webforms. If we import XSD as,
You can try uploading xsd into web project and use the relative path in your imports. Basically this approach works with all versions of Alfresco. However I have faced difficulty in some version (3.0) while trying to include/import xsd from DM Space.
And as mentioned above the third way is to write the webscript to import. But i guess if web forms are not shared accross the projects then importing in the web project would be easier…