|
[XMLSCHEMA-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Conditional contents of an element based on an attribute. XSD
From: Mads Aagaard <Mads.Aagaard@statkraft.com>
Date: Mon, 7 Nov 2005 10:58:46 +0100 Message-ID: <73673BA50F4DF9449EB8CCE790F1E46B4BF477@HK-FIL-CLUST03.nordic.energycorp.com> To: <xmlschema-dev@w3.org> 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! MadsReceived on Monday, 7 November 2005 10:43:09 GMT |
Subscribe in XML format
|






