Hi, I would like to restrict a string based on a pattern: (The string cannot have the set: ?:,'<>/*\|= and " ) <xsd:element name="LayerName"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="255"/> <xsd:pattern value="[^?:,'/\\\*"><|=]"/> <!--Need suggestion here --> </xsd:restriction> </xsd:simpleType> </xsd:element> Thanks for any info. Regards, Shyam Arigapudi www.eds.com shyam@ugs.comReceived on Wednesday, 19 December 2001 13:16:58 UTC
This archive was generated by hypermail 2.3.1 : Wednesday, 7 January 2015 14:55:54 UTC