Unable to create ISSchema from XSD ?

Hi all,
I was trying to create ISSchema or document type using XSD ,But I am getting the following error.
Please provide me the solution.

Error:
There is a problem with the XML Schema file: C:\Users\MYPC\Desktop\Service.xsd (The system cannot find the file specified)

Hi,

Error clearly states that it is not able to find/locate specified file…

Where is your IS installed on Windows or Unix/Linux?

Share the xsd/xml file…

Hi Mahesh,
My IS is installed on windows.The XSD is in the attachment.
getAccountList.xsd (9.16 KB)

Hi Sham,

your xsd getAccountList.xsd inturns refers to few xsd’s .

<xs:import namespace=“http://www.sonatacentral.com/service/v30/Service” schemaLocation=“…/…/Service.xsd”/>
<xs:import namespace=“http://www.sonatacentral.com/service/v30/globaltypes/wrap/account/AccountGroupType” schemaLocation=“…/…/globaltypes/wrap/account/AccountGroupType.xsd”/>
<xs:import namespace=“http://www.sonatacentral.com/service/v30/globaltypes/common/client/ClientGroupType” schemaLocation=“…/…/globaltypes/common/client/ClientGroupType.xsd”/>
<xs:import namespace=“http://www.sonatacentral.com/service/v30/globaltypes/common/data/DataGroupType” schemaLocation=“…/…/globaltypes/common/data/DataGroupType.xsd”/>
<xs:import namespace=“http://www.sonatacentral.com/service/v30/globaltypes/common/scheme/SchemeGroupType” schemaLocation=“…/…/globaltypes/common/scheme/SchemeGroupType.xsd”/>
<xs:import namespace=“http://www.sonatacentral.com/service/v30/globaltypes/life/policy/PolicyGroupType” schemaLocation=“…/…/globaltypes/life/policy/PolicyGroupType.xsd”/>

Before creating document type, make sure you have all referred xsd’s in place.

Hope this helps you…

Regards,
Sireesha Avala

@ Sham,

I hope by this time you should have got the solution.

@ Sham,
Any good luck on your issue?