1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Schema for the Shibboleth WAYF Service configuration file - Walter Hoehn - 06/14/2002 -->
3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified">
4 <xs:element name="WayfConfig" >
7 <xs:element name="HelpText" type="xs:string" minOccurs="0" maxOccurs="1"/>
8 <xs:element name="SearchResultEmptyText" type="xs:string" minOccurs="0" maxOccurs="1"/>
9 <xs:element name="SearchIgnore" minOccurs="0" maxOccurs="1">
12 <xs:element name="IgnoreText" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
17 <xs:attribute name="supportContact" type="xs:string" use="optional"/>
18 <xs:attribute name="logoLocation" type="xs:string" use="optional"/>
19 <xs:attribute name="cacheType" type="xs:string" use="optional"/>
20 <xs:attribute name="cacheExpiration" type="xs:string" use="optional"/>
21 <xs:attribute name="cacheDomain" type="xs:string" use="optional"/>