 |
 |
 |
No, (a) the path expression must select a node, and (b) it isn't allowed to
use predicates. The combination of these two rules means that you can't use
string functions like concat(). In fact, XML schema allows only a very small
subset of XPath 1.0 in these expressions.
Michael Kay
http://www.saxonica.com/
_____
From: xmlschema-dev-request@w... [mailto:xmlschema-dev-request@w...] On
Behalf Of Chandrasekhar A
Sent: 11 January 2006 13:29
To: xmlschema-dev@w...
Subject: Re: XML Schema
Hello All,
Is it possible to specify XPATH functions in XS:field, XML schema element ?
Like
<xs:field xpath="concat('abc','def')/>
Thanks and Regards,
Chandu
On 1/11/06, Michael Kay <mike@s...> wrote:
No. I doubt this is even on anyone's requirements list - element names are
generally regarded as atomic, and the idea that individual characters in the
name should have semantic significance feels all wrong. That's what
attributes are for.
Michael Kay
http://www.saxonica.com/
_____
From: xmlschema-dev-request@w... [mailto:
<mailto:xmlschema-dev-request@w...> xmlschema-dev-request@w...] On
Behalf Of Chandrasekhar A
Sent: 11 January 2006 04:34
To: xmlschema-dev@w...
Subject: XML Schema
In the XSD is it possible to specify, if the element value is "X" and the
following elements must start with ?
For Ex:
<Tasks>
<Task>
<Name>X</Name>
<Xlong>long text</Xlong>
<Xshort>short test</Xshort>
</Task>
<Task>
<Name>Y</Name>
<Ylong>long text</Ylong>
<Yshort>short test</Yshort>
</Task>
</Tasks>
Thanks and Regards,
Chandu
|
 | 



|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |