- From: Yang Feng <yfeng@entry.com>
- Date: Tue, 11 Jan 2005 16:39:21 -0500
- To: <xmlschema-dev@w3.org>
Received on Wednesday, 12 January 2005 01:18:31 UTC
Hi there, I am new to XML schema. I wonder if I can use self reference in XML schema. In my XML data, the EMPLOYEE element contains MANAGER element. MANAGER is also an EMPLOYEE. How can I use XML schema to define this relationship without repeating the same code for EMPLOYEE and MANAGER elements? Is there any sample code? The XML have the following structure: <EMPLOYEE> <ID /> <name /> <MANAGER> <ID /> <name /> </MANAGER> </EMPLOYEE> Thanks in advance. Yolande
Received on Wednesday, 12 January 2005 01:18:31 UTC