XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
j nSubject: Schema - Require attribute in specific node
Author: j n
Date: 13 Jan 2010 10:52 PM
In the sample XML below, I would like to require the franchise attribute on the forms node only when the business_line type attribute equals "hardware". The match to hardware could happen on the business or forms node's type attribute. I don't have the option to change the xml.

<company>
<business_line type="hardware">
<forms type="hardware" franchise="Y">
<form>form1</form>
</forms>
</business_line>
<business_line type="laundromat">
<forms type="laundromat">
<form>form1</form>
</forms>
</business_line>
</company>

Posttop
Ivan PedruzziSubject: Schema - Require attribute in specific node
Author: Ivan Pedruzzi
Date: 20 Jan 2010 10:36 AM

Such constraints cannot be enforced using XML Schema, consider using XSLT or XQuery

Hope this helps
Ivan Pedruzzi
Stylus Studio Team

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.