xacml:AttributeAssignment
Element information
Namespace: urn:oasis:names:tc:xacml:2.0:policy:schema:os
Schema document: access_control-xacml-2.0-policy-schema-os.xsd
Type: xacml:AttributeAssignmentType
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Any element [0..*] Namespace: ##any, Process Contents: lax
from type xacml:AttributeValueType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
DataType | [1..1] | xsd:anyURI | from type xacml:AttributeValueType | |
Any attribute | [0..*] | Namespace: ##any, Process Contents: lax | from type xacml:AttributeValueType | |
AttributeId | [1..1] | xsd:anyURI |
Used in
- Type xacml:ObligationType (Element xacml:Obligation)
Sample instance
<AttributeAssignment AttributeId="urn:oasis:names:tc:xacml:2.0:example:attribute:mailto" DataType="http://www.w3.org/2001/XMLSchema#string"> <AttributeSelector RequestContextPath="//md:/record/md:patient/md:patientContact/md:email" DataType="http://www.w3.org/2001/XMLSchema#string"/> </AttributeAssignment>