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

RE: XSD 1.1 - assert a condition of a complex type depending o

  • From: "Michael Kay" <mike@saxonica.com>
  • To: 'Maik St?ührenberg' <maik.stuehrenberg@uni-bielefeld.de>,<xml-dev@l...>
  • Date: Fri, 23 Oct 2009 09:22:44 +0100

RE:  XSD 1.1 - assert a condition of a complex type depending o
>     <xs:complexType>
>       <xs:attribute name="start" type="xs:integer" use="required"/>
>       <xs:attribute name="end" type="xs:integer" use="required"/>
>       <xs:assert test="@start ge root(.)/cd/pd/@start"/>
>       <xs:assert test="@end le root(.)/cd/pd/@end"/>
>     </xs:complexType>

xs:assert sees a tree fragment rooted at the element E whose type you are
testing against. root(.) returns the root of this tree, that is, the element
E. The idea is that validation of an element depends only on the content of
that element, not on the context in which it appears. XSLT, for example,
assumes that if you copy a valid element to a new tree, then it will still
be valid (against the original type).

> 
> What I want is to assert that the value of the start 
> attribute of each s element is greater or equal than that of 
> the start attribute of the pd element (and vice versa for the 
> end attribute).
> 

You need to put the assertion at the level of the common ancestor: that is,
identify the element that contains all the data needed to compute the
assertion, and put the assertion on the type of that element.

Regards,

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



[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.