xacml:AdviceExpressions
Element information
Namespace: urn:oasis:names:tc:xacml:3.0:core:schema:wd-17
Schema document: xacml-core-v3-schema-wd-17.xsd
Type: xacml:AdviceExpressionsType
Properties: Global, Qualified
Content
- xacml:AdviceExpression [1..*]
Attributes
None
Used in
- Type xacml:PolicySetType (Element xacml:PolicySet)
- Type xacml:PolicyType (Element xacml:Policy)
- Type xacml:RuleType (Element xacml:Rule)
Sample instance
<xacml:AdviceExpressions> <xacml:AdviceExpression AdviceId="http://www.example.com/" AppliesTo="Permit"> <xacml:AttributeAssignmentExpression AttributeId="http://www.example.com/" Category="http://www.example.com/"> <xacml:VariableReference VariableId="string"/> </xacml:AttributeAssignmentExpression> </xacml:AdviceExpression> </xacml:AdviceExpressions>