- From: Michael Kay <mike@saxonica.com>
- Date: Mon, 7 Nov 2005 14:46:55 -0000
- To: "'Mads Aagaard'" <Mads.Aagaard@statkraft.com>, <xmlschema-dev@w3.org>
Received on Monday, 7 November 2005 14:47:14 UTC
Yes. You can define the Job alement as being of type xs:anyType. Then you define a number of complex types, e.g. one called "Normal" - these are subtypes of anyType by definition. An instance that specifies xsi:type="Normal" will then be validated against the complex type definition of this name. Michael Kay http://www.saxonica.com/ _____ From: xmlschema-dev-request@w3.org [mailto:xmlschema-dev-request@w3.org] On Behalf Of Mads Aagaard Sent: 07 November 2005 14:40 To: xmlschema-dev@w3.org Subject: RE: Conditional contents of an element based on an attribute. XSD In the XML file you mean? Like this? <Job xsi:type="Normal"> <El1>...</El1> <El2>...</El2> </Job> Saying that this "Job" element is of type e.g. "Normal"? Thereby specifying the elements within the element? What would this look like in my XSD?
Received on Monday, 7 November 2005 14:47:14 UTC