1 <?xml version="1.0" encoding="UTF-8"?>
\r
2 <!-- Schema for the Shibboleth Handle Service configuration file - Walter Hoehn - 06/05/2002 -->
\r
3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
\r
4 <xs:element name="HandleServiceConfig">
\r
7 <xs:element name="HelpText" type="xs:string" minOccurs="0" maxOccurs="1"/>
\r
8 <xs:element name="SecretKey" type="xs:string" minOccurs="1" maxOccurs="1"/>
\r
10 <xs:attribute name="supportContact" type="xs:string" use="optional"/>
\r
11 <xs:attribute name="logoLocation" type="xs:string" use="optional"/>
\r
12 <xs:attribute name="validityPeriod" type="xs:int" use="optional"/>
\r
13 <xs:attribute name="domain" type="xs:string" use="required"/>
\r
14 <xs:attribute name="issuer" type="xs:string" use="required"/>
\r
15 <xs:attribute name="aaURL" type="xs:anyURI" use="required"/>
\r
16 <xs:attribute name="detailedHelpURL" type="xs:anyURI" use="optional"/>
\r