xacml:AdviceExpression
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:AdviceExpressionType
Properties: Global, Qualified
Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
AdviceId | [1..1] | xsd:anyURI | ||
AppliesTo | [1..1] | xacml:EffectType |
Used in
- Type xacml:AdviceExpressionsType (Element xacml:AdviceExpressions)
Sample instance
<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>