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

Re: schema defnition

Subject: Re: schema defnition
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Mon, 29 Apr 2002 09:32:48 +0100
defnition
Hi David,

> How would I define in XSD, and element type that could contain any
> combination of XML. I need to do this for a WSDL file. Basically,
> this type will contain an entire XML doc.

You should ask XML Schema questions on xmlschema-dev@xxxxxx rather
than here. The answer for your question, though, is to use an xs:any
wildcard; something like:

<xs:element name="body">
  <xs:complexType>
    <xs:sequence>
      <xs:any namespace="##other" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
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-2013 All Rights Reserved.