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 ThorntonReceived on Tuesday, 19 March 2002 11:09:08 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Sunday, 6 December 2009 18:13:40 GMT