Sun Java 1.5 XML libraries packaged for earlier JDK's
[java-idp.git] / data / example4.xml
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>
4         <Rule>
5                 <Target>
6                         <Requester>shar.example.edu</Requester>
7                         <Resource>http://www.example.edu/</Resource>
8                 </Target>
9                 <Attribute name="urn:mace:dir:attribute-def:eduPersonAffiliation">
10                         <Value release="permit">member@example.edu</Value>
11                 </Attribute>
12                 <AttributeReference identifier="http://example.edu/attributes/attribute1"/>
13         </Rule>
14         <Attribute name="urn:mace:dir:attribute-def:eduPersonAffiliation" identifier="http://example.edu/attributes/attribute1">
15                 <Value release="permit">student@example.edu</Value>
16         </Attribute>
17 </AttributeReleasePolicy>