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

XML Schema 'all' question

  • From: Susanne Wunsch <xmldev@uriah.heep.sax.de>
  • To: XML Developers List <xml-dev@lists.xml.org>
  • Date: Mon, 7 Mar 2011 11:59:59 +0100

XML Schema 'all' question
Hello,

If the following question should be discussed elsewhere please give me
a hint. Thanks.

I try to define a modular XML schema using inheritance with the
"xs:extension" mechanism.

I would like to implement such an inherited type extended by an xs:all
model group. But that fails at the "cos-all-limited" constraint .

      http://www.w3.org/TR/xmlschema-1/#cos-all-limited

Which valid alternatives exists to my non-valid implementation? What
would be the best workaround for this issue?

I attach a shortened generalised example to show my intention.

Kind regards...
Susanne
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
  targetNamespace="http://www.example.org/sampleAll" 
  xmlns="http://www.example.org/sampleAll" elementFormDefault="qualified">

  <xs:element name="person" type="tUnsortedData"/>
  
  <xs:complexType name="tUnsortedData">
    <xs:complexContent>
      <xs:extension base="tElementWithID">
        <xs:all>
          <xs:element name="firstname" type="xs:string"/>
          <xs:element name="lastname" type="xs:string"/>
        </xs:all>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  
  <xs:complexType name="tElementWithID">
    <xs:sequence>
      <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID" use="required" />
    <xs:anyAttribute namespace="##other" />
  </xs:complexType>
  
</xs:schema>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.