How to make the schema library load my schema to always validate my xml documents

You can create a new XML schema standard in the schema library in order to load the correct schema to validate XML documents containing a specific namespace.

  1. Open an example XML document.

  2. Select Tools->Schema Used to Validate XML.

  3. Click 'Add Standard'.

  4. Select the schema to be used when the namespace.

  5. Ensure 'Use this entry when the namespace below are declared' is checked.

Now whenever you open an XML document that contains the namespace, the correct schema will be used.

See also the product help:

Associating a schema with an XML Document

Related Knowledge Base Articles:

How to validate an existing XML Document against an XML Schema

How to stop the schema library from loading schema for my xml document