When I open an XML document Liquid XML automatically starts loading the associated schemas from its internal standard library, but I want it to use my schemas as we are working with a modified version of the standard.
On some occasions you may not want a standard schemas to be used to to provide validation and intellisense for your XML Document. This may be for performance reasons, or because you have modified the standard, or maybe the standard uses the same namespace for all its versions (it happens more than you think), and the version in the library is not the one you are using.
In order to stop this happening:
You can create a new Schema Library Entry for your version of the schemas See Can I automatically associate an XSD schema with an XML document