Extend Trust checking to the SSL session to the AA
[java-idp.git] / src / schemas / wayfconfig.xsd
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" >
5                 <xs:complexType>             
6                         <xs:sequence>
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">
10                                                 <xs:complexType>
11                                                                                         <xs:sequence>
12                                                                                                 <xs:element name="IgnoreText" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
13                                                                                         </xs:sequence>
14                                                                                 </xs:complexType>
15                                         </xs:element>
16                     </xs:sequence>
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"/>
22                 </xs:complexType>
23         </xs:element>
24 </xs:schema>