(no commit message)
[sfa.git] / sfatables / matches / hrn.xml
1 <!-- 
2 "sfa-input" specifies the subset of the requestor context that this match needs to see. It is specified as an xpath expression.
3 For this simple match, we just need to look at sfa-input. 
4
5 "rule" specifies an xpath/xquery expression that evaluates the match. In this case, we just check if the requestor's HRN is the same
6 as the one matched by this rule.
7
8 -->
9
10 <match>
11     <context select="//sfa//user/hrn"/>
12     <rule>
13         <argument>
14             <name>user-hrn</name>
15             <help>HRN of the user requesting resouces</help>
16             <operand>HRN</operand>
17         </argument>
18     </rule>
19     <processor filename="hrn.xsl"/>
20 </match>