Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calling one XML Schema in another XML Schema

572728Nov 15 2008 — edited Nov 17 2008
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 15 2008
Added on Nov 15 2008
1 comment
2,803 views