RE: Conditional contents of an element based on an attribute. XSD

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