Error in XML Schema Validation.- Need Help in importing elements
Hi*
I need some help regarding XML Schema Validation.*
I am struck with XSD validation issues when I try to reference other schema in base schema.
I am getting the error message "src-resolve: Cannot resolve the name 'cmn:MasterNode' to a(n) 'type definition' component."
Stripped Version of Schema Design is listed below
1. Base Schema file (v21.xsd) references element "MasterNode" of the schema v2_refer.xsd . On validation of schema , gets the error message as listed above
<xs:schemaattributeFormDefault="unqualified"
elementFormDefault="qualified"
xmlns:cmn="file:///Users/tarun/schema/v2refer/v2_refer"*
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="file:///Users/tarun/schema">
Bookmarks