- From: Mads Aagaard <Mads.Aagaard@statkraft.com>
- Date: Mon, 7 Nov 2005 10:58:46 +0100
- To: <xmlschema-dev@w3.org>
Received on Monday, 7 November 2005 10:43:09 UTC
Hi I am writing a XSD for a specified XML format. In my XML files I have an element "Job" with an attribute "type". Based on the "type" attribute, I want the contents of the "Job" element to differ. E.g. <Job type="Normal"> <El1>...</El1> <El2>...</El2> </Job> <Job type="Boring"> <El1>...</El1> <El2>...</El"> <El3>...</El3> </Job> <Job type="Exiting"> <El1>...</El1> <El2>...</El2> <El3>...</El3> <El4>...</El4> </Job> How do I specify this in my XSD? Hope you guys can help! Mads
Received on Monday, 7 November 2005 10:43:09 UTC