recursive relationships

admin

Administrator
Staff member
hello,

i am *very* new to xml so please bear with me!

i know that i can create a schema that has a relationship where the same table is both parent and child. such as in an employee table, where there is both an emp id and then a supervisorid which references that emp id.

but if i had two tables... such as...
employee table
empid
name
...

supervisor table
empid
supervisorid

how could i create a schema from these? any help would be appreciated... thanks. :)
 
Back
Top