*** empty log message ***
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 17 Mar 2003 17:02:34 +0000 (17:02 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 17 Mar 2003 17:02:34 +0000 (17:02 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@342 cb58f699-b61c-0410-a6fe-9272a202ed29

schemas/wayfconfig.xsd [deleted file]

diff --git a/schemas/wayfconfig.xsd b/schemas/wayfconfig.xsd
deleted file mode 100644 (file)
index 52df726..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Schema for the Shibboleth WAYF Service configuration file - Walter Hoehn - 06/14/2002 -->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified">
-        <xs:element name="WayfConfig" >
-                <xs:complexType>             
-                       <xs:sequence>
-                                <xs:element name="HelpText" type="xs:string" minOccurs="0" maxOccurs="1"/>
-                                <xs:element name="SearchResultEmptyText" type="xs:string" minOccurs="0" maxOccurs="1"/>
-                                <xs:element name="SearchIgnore" minOccurs="0" maxOccurs="1">
-                                               <xs:complexType>
-                                                                                       <xs:sequence>
-                                                                                               <xs:element name="IgnoreText" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
-                                                                                       </xs:sequence>
-                                                                               </xs:complexType>
-                                       </xs:element>
-                    </xs:sequence>
-                    <xs:attribute name="supportContact" type="xs:string" use="optional"/>
-                    <xs:attribute name="logoLocation" type="xs:string" use="optional"/>
-                    <xs:attribute name="cacheType" type="xs:string" use="optional"/>
-                </xs:complexType>
-        </xs:element>
-</xs:schema>