xacml:AttributeAssignmentExpression
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:AttributeAssignmentExpressionType
Properties: Global, Qualified
Content
- Choice [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
AttributeId | [1..1] | xsd:anyURI | ||
Category | [0..1] | xsd:anyURI | ||
Issuer | [0..1] | xsd:string |
Used in
- Type xacml:AdviceExpressionType (Element xacml:AdviceExpression)
- Type xacml:ObligationExpressionType (Element xacml:ObligationExpression)
Sample instance
<AttributeAssignmentExpression AttributeId="urn:oasis:names:tc:xacml:3.0:example:attribute:mailto"> <AttributeSelector MustBePresent="true" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" Path="md:record/md:patient/md:patientContact/md:email" DataType="http://www.w3.org/2001/XMLSchema#string"/> </AttributeAssignmentExpression>