- From: Mark Thornton <mthornton@optrak.co.uk>
- Date: Tue, 19 Mar 2002 16:08:39 -0000
- To: "'xmlschema-dev@w3.org'" <xmlschema-dev@w3.org>
Do the xpath expressions in an identity constraint have to match the actual
name of an element or is it sufficient to match a substitution group?
I.e. suppose
<xs:element name='column'/>
<xs:element name='specialColumn' substitutionGroup='column'/>
<xs:key name='kColumn'>
<xs:selector xpath='column'/>
<!-- etc -->
</xs:key>
Will the selector match 'specialColumn' elements as well as 'column'
elements?
Regards,
Mark Thornton
Received on Tuesday, 19 March 2002 11:09:08 UTC