xacml:SubjectMatch
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:SubjectMatchType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xacml:AttributeValue [1..1]
- Choice [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
MatchId | [1..1] | xsd:anyURI |
Used in
- Type xacml:SubjectType (Element xacml:Subject)
Sample instance
<SubjectMatch MatchId="urn:oasis:names:tc:xacml:1.0:function:rfc822Name-match"> <AttributeValue DataType="urn:oasis:names:tc:xacml:1.0:data-type:rfc822Name"> med.example.com </AttributeValue> <SubjectAttributeDesignator AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" DataType="urn:oasis:names:tc:xacml:1.0:data-type:rfc822Name"/> </SubjectMatch>