- Open the primary XSD (for example, HylandAdapterBinding.xsd).
- Locate the <xs:include schemaLocation ="" /> tag.
-
Edit the schemaLocation to include the Document Type XML rendition XSD (for example, HylandAdapterBinding1.xsd), so that the tag resembles the following:
<xs:include schemaLocation ="HylandAdapterBinding1.xsd" />
- Save and close the primary XSD.