Changeset 7064 for TI12-security/trunk/NDG_XACML/ndg/xacml/test/rule2.xml
- Timestamp:
- 23/06/10 16:41:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDG_XACML/ndg/xacml/test/rule2.xml
- Property svn:keywords set to Id
r6783 r7064 44 44 <Resource> 45 45 <ResourceMatch MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> 46 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"> 47 urn:med:example:schemas:record 48 </AttributeValue> 46 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">urn:med:example:schemas:record</AttributeValue> 49 47 <ResourceAttributeDesignator AttributeId="urn:oasis:names:tc:xacml:2.0:resource:target-namespace" DataType="http://www.w3.org/2001/XMLSchema#string"/> 50 48 </ResourceMatch> 51 49 <ResourceMatch MatchId="urn:oasis:names:tc:xacml:1.0:function:xpath-node-match"> 52 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"> 53 /md:record 54 </AttributeValue> 50 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">/md:record</AttributeValue> 55 51 <ResourceAttributeDesignator AttributeId="urn:oasis:names:tc:xacml:1.0:resource:xpath" DataType="http://www.w3.org/2001/XMLSchema#string"/> 56 52 </ResourceMatch> … … 60 56 <Action> 61 57 <ActionMatch MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> 62 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"> 63 read 64 </AttributeValue> 58 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">read</AttributeValue> 65 59 <ActionAttributeDesignator AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" DataType="http://www.w3.org/2001/XMLSchema#string"/> 66 60 </ActionMatch>
Note: See TracChangeset
for help on using the changeset viewer.