- From: Nell Golding <nell_golding@hotmail.com>
- Date: Tue, 13 Aug 2002 08:43:51 -0400 (EDT)
- To: xmlschema-dev@w3.org
Are this Regular Expressions equal?
Is it possible just to use SPACEs in the pattern definition?
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\d{6} \d{6} \d{6}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\d{6} \d{6} \d{6}"/>
</xs:restriction>
</xs:simpleType>
Sincerely,
Nell G.
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
Received on Tuesday, 13 August 2002 12:03:29 UTC