does schema support relational and logical opertors ??

Hi,

my question is that if define my schema like following : 

<attributeGroup name="trigger-attribute-group">
<attribute name="XYZ()" value=" ((X < 20) && (Y > 400)) || (Z == 45) "/>
<attribute name="ABC()" value="MAX(J:TT)  ==  20"/>
</attributeGroup>

i want functions XYZ()/ABC() to be trigeered if the condtion in value attrbute
is true....
can i parse my schmea for relational and logical operators/...does schema
provides these 
operator supports ..or you couls pls suugest some better option....but
definitely i dont want to 
do this in my java program...

tx 
Anand

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Received on Tuesday, 6 February 2001 14:06:22 UTC