- From: Paul Kiel <paul@hr-xml.org>
- Date: Mon, 19 Apr 2004 12:56:59 -0400
- To: "'Cláudio Teixeira'" <claudio@ieeta.pt>, <xmlschema-dev@w3.org>
- Message-ID: <003901c4262f$54c0dae0$6601a8c0@monkeyboy>
This is a known issue. Nothing to do with the Resume. http://www.dotnet247.com/247reference/msgs/5/26129.aspx http://support.microsoft.com/default.aspx?scid=kb;EN-US;325696 -----Original Message----- From: Cláudio Teixeira [mailto:claudio@ieeta.pt] Sent: Monday, April 19, 2004 10:55 AM To: 'Paul Kiel'; xmlschema-dev@w3.org Subject: RE: information on schemas I still have a problem: using xmlSpy I generated a sample xml file for the Resume schema. Then I tried to read it into a dataset using .NET. I keep having the same error: The same table (IdValue) cannot be the child table in two nested relations. Is there any way to work around this problem? What am I doing wrong? The code itself is very simple: DataSet myDataSet = new DataSet(); myDataSet.ReadXml(Server.MapPath(“myResume.xml”)); Is this problem only .Net related? If so, what language/framework/environment can I use? Thanks in advance Cláudio Jorge Vieira Teixeira IEETA-Instituto de Engenharia Electrónica e Telemática de Aveiro Universidade de Aveiro Campus Universitário de Santiago 3810-193 Aveiro _____ From: Paul Kiel [mailto:paul@hr-xml.org] Sent: segunda-feira, 19 de Abril de 2004 15:07 To: 'Cláudio Teixeira'; xmlschema-dev@w3.org Subject: RE: information on schemas We have some material that may be of interest. The HR-XML Consortium (www.hr-xml.org) works on schemas relating to the human resource field. This includes things like Resume (CV) and some demographic and biometric information that is used in the management of HR data (anything from the hiring process to benefits enrollment etc.). Not sure if it is what you want, but you are welcome to download at the above web site. -----Original Message----- From: xmlschema-dev-request@w3.org [mailto:xmlschema-dev-request@w3.org] On Behalf Of Cláudio Teixeira Sent: Monday, April 19, 2004 8:46 AM To: xmlschema-dev@w3.org Subject: information on schemas Can anyone tell me where can I find information on schema standards on personal information? Cláudio Jorge Vieira Teixeira IEETA-Instituto de Engenharia Electrónica e Telemática de Aveiro Universidade de Aveiro Campus Universitário de Santiago 3810-193 Aveiro
Received on Monday, 19 April 2004 12:57:07 UTC