Hi all, This is selva. i am new to this group. i create following XML file. <TRANSACTION> <CONFIG> <DATA_SOURCE>DEV</DATA_SOURCE> <SERVICE_INPUT> <ORGANIZATION_ENITIY_ID></ORGANIZATION_ENITIY_ID> </SERVICE_INPUT> </CONFIG> <DATA> <SEL_PARTNER_SERVICE_TYPES> <PARTNER_SERVICE_TYP_NM>Sss</PARTNER_SERVICE_TYP_NM> <PARTNER_SERVICE_TYP_NM>Ttt</PARTNER_SERVICE_TYP_NM> </SEL_PARTNER_SERVICE_TYPES> <AVAI_PARTNER_SERVICE_TYPES> <PARTNER_SERVICE_TYP_NM>Sas</PARTNER_SERVICE_TYP_NM> <PARTNER_SERVICE_TYP_NM>Too</PARTNER_SERVICE_TYP_NM> </AVAi_PARTNER_SERVICE_TYPES> </DATA> <ERROR> <LEVEL>SUCCESS</LEVEL> <NUMBER>0</NUMBER> <DESCRIPTION></DESCRIPTION> <SOURCE></SOURCE> </ERROR> </TRANSACTION> Than i tried to create a XSD for that xml. But it gave the following error mesage "Although this XML document is well formed, it contains structure that Data View cannot display. the same table[PARTNER_SERVICE_TYP_NM] cannot be the child in two nested relations." so send me the solution to solve this problem... P.S: i tried to change the file name from .xml to .xsd at that time i got the following error, "The XML Designer encounted the following error while reading this file. Document Element must be schema" so please send me your replies to solve this this problem.
Regards, Selva |