1 <?xml version="1.0" encoding="UTF-8"?>
2 <AttributeReleasePolicy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:mace:shibboleth:arp:1.0" xsi:schemaLocation="urn:mace:shibboleth:arp:1.0 shibboleth-arp-1.0.xsd" >
3 <Description>A specific SHAR and resource. A local attribute with one value and a reference to a shared attribute with one value.</Description>
6 <Requester>shar.example.edu</Requester>
7 <Resource>http://www.example.edu/</Resource>
9 <Attribute name="urn:mace:dir:attribute-def:eduPersonAffiliation">
10 <Value release="permit">member@example.edu</Value>
12 <AttributeReference identifier="http://example.edu/attributes/attribute1"/>
14 <Attribute name="urn:mace:dir:attribute-def:eduPersonAffiliation" identifier="http://example.edu/attributes/attribute1">
15 <Value release="permit">student@example.edu</Value>
17 </AttributeReleasePolicy>