[XMLSCHEMA-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

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

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>
Message-ID: <E1EZ8H6-00066X-KL@aji.w3.mag.keio.ac.jp>
conditional elements in 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 GMT

Subscribe to the Stylus Scoop newsletter for helpful XML tips and tutorials.
Email
First Name
Last Name
Company

Download Stylus Studio 6 XML Enterprise Edition

Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.