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

RE: Choice of sub-element or character-data in an element

From: Michael Kay <mike@saxonica.com>
Date: Mon, 23 Jun 2008 10:06:02 +0100
To: "'Arshad Noor'" <arshad.noor@strongauth.com>, <xmlschema-dev@w3.org>
Message-ID: <32191635FAB546C5AEF0D3A3DE998398@Sealion>
RE: Choice of sub-element or character-data in an element

You can't do this directly in XML Schema 1.0. It would be better to use
different element names for the two cases - this would make life much easier
for users of the document.

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: xmlschema-dev-request@w3.org 
> [mailto:xmlschema-dev-request@w3.org] On Behalf Of Arshad Noor
> Sent: 22 June 2008 00:44
> To: xmlschema-dev@w3.org
> Subject: Choice of sub-element or character-data in an element
> 
> 
> How is it possible to define an XSD to allow an element to 
> either contain custom sub-elements, or a fixed string?
> 
> For example, I would like to be able to do the following:
> 
> <ElementA>
>     <ElementB>
>        <ElementC>Some value</ElementC>
>        <ElementD>Another value</ElementD>
>     </ElementB>
> </ElementA>
> 
> or
> 
> <ElementA>
>     <ElementB>Any</ElementB>
> </ElementA>
> 
> I'm not sure how to use <xsd:choice> to define this?  Thanks 
> for any suggestions.
> 
> Arshad Noor
> StrongAuth, Inc.
> 
> 
Received on Monday, 23 June 2008 09:06:41 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.