Sun Java 1.5 XML libraries packaged for earlier JDK's
[java-idp.git] / data / example5.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 with one value.</Description>
4         <Rule>
5                 <Target>
6                         <AnyTarget/>
7                 </Target>
8                 <Attribute name="urn:mace:dir:attribute-def:eduPersonAffiliation">
9                         <AnyValue release="permit"/>
10                         <Value release="deny">faculty@example.edu</Value>
11                 </Attribute>
12         </Rule>
13 </AttributeReleasePolicy>