K
kosaraju.puneeth
hi,
I am writing a pattern facet which will recognise Current/voltages
Values.
example:
<xsattern value
="[-]?[[?[0-9]*[\.[0-9]*]?V]|[?[0-9]*[\.[0-9]*]?mV]|[?[0-9]*[\.[0-9]*]?uV]|[?[0-9]*[\.[0-9]*]?nV]"/>
usage : -2.0V, 10.9mV, 7nV,...
i am using Xml spy 2006 and it doesnt find the input as faulty when i
give >>"-2.0A" instead of "-2.0V"<< ,it just says that XML file is
valid!!
can anybody tell whats the problem with the PAttern
I am writing a pattern facet which will recognise Current/voltages
Values.
example:
<xsattern value
="[-]?[[?[0-9]*[\.[0-9]*]?V]|[?[0-9]*[\.[0-9]*]?mV]|[?[0-9]*[\.[0-9]*]?uV]|[?[0-9]*[\.[0-9]*]?nV]"/>
usage : -2.0V, 10.9mV, 7nV,...
i am using Xml spy 2006 and it doesnt find the input as faulty when i
give >>"-2.0A" instead of "-2.0V"<< ,it just says that XML file is
valid!!
can anybody tell whats the problem with the PAttern