><xsd:unique name="uniqueModule"> > <xsd:selector xpath="module"/> > <xsd:field xpath="community"/> ></xsd:unique> Of course this should be: <xsd:unique name="uniqueModule"> (xsd:unique because community tag is optional) <xsd:selector xpath="module"/> <xsd:field xpath="@name"/> <xsd:field xpath="community"/> </xsd:unique> IsmaëlReceived on Thursday, 27 March 2003 04:00:51 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 11 January 2011 00:14:36 GMT