Calling one XML Schema in another XML Schema
572728Nov 15 2008 — edited Nov 17 2008Hi All,
I am having 2 XSD Files.
One XSD file is having DEPT Details with DEPTNO as PK.
Second XSD file has got EMP Details with EMPNO as PK and DEPTNO column is also there. I want to establish a Relationship between there 2 files, so that the EMP.DEPTNO will act like a FK.
I am able to do it by having Both files in a single File.
But my requirement states that I should have emp.xsd and dept.xsd files.
Can Anyone tell me how to call the Dept.xsd in Emp.xsd file and built a relationship between the files.
Appreciate your help.
Thanks
Maddy.