Added namespace to ARP schema. Added default namespace to ARP instances.
[java-idp.git] / data / example2.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>Any Target.  One attribute any value. Another attribute with one value.</Description>
4         <Rule>
5                 <Target>
6                         <AnyTarget/>
7                 </Target>
8                 <Attribute name="urn:mace:eduPerson:1.0:eduPersonPrincipalName">
9                         <AnyValue release="permit"/>
10                 </Attribute>
11                 <Attribute name="urn:mace:eduPerson:1.0:eduPersonAffiliation">
12                         <Value release="permit">member@example.edu</Value>
13                 </Attribute>
14         </Rule>
15 </AttributeReleasePolicy>