OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Anne's example


This is the XML Anne is talking about right now:

<Apply FunctionId="LS:atLeastOne">
  <AttributeValue 
Datatype="String">//Request/Attributes/[@Category="Intermediate-subject"]</AttributeValue>
  <Apply FunctionId="String-equals">
    <AttributeSelector Path="Role/Text()"/>
    <AttributeValue>manager</AttributeValue>
  </Apply>
  <Apply FunctionId="integer-greater-than">
    <AttributeSelector Path="Age"/>
    <AttributeValue>32</AttributeValue>
  </Apply>
</Apply>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]