[sunxacml-discuss] Correct usage of <Condition> element
Brought to you by:
farrukh_najmi,
sethp
|
From: Jim A. <ji...@co...> - 2003-10-31 06:49:05
|
Seth,
I have another question to do with <Condition> element. I am trying to
formulate the condition to-address != 'xx...@nu...' but I keep
getting a illegal parameter error
Here is the xml fragment that I am using
<Condition FunctionId="urn:oasis:names:tc:xacml:1.0:function:not">
<Apply
FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-equal">
<SubjectAttributeDesignator
AttributeId="urn:com:nuix:sms:cix:demo:to-address"
DataType="http://www.w3.org/2001/XMLSchema#string" />
<AttributeValue
DataType="http://www.w3.org/2001/XMLSchema#string">xx...@nu...</Att
ributeValue>
</Apply>
</Condition>
Is the correct usage?
Cheers
</jima>
|