9341fc6a1c0eac2f818cabd1783f69cc2b26cdff
[shibboleth/sp.git] / schemas / shibboleth-2.0-native-sp-config.xsd
1 <?xml version="1.0" encoding="US-ASCII"?>\r
2 <schema targetNamespace="urn:mace:shibboleth:2.0:native:sp:config"\r
3         xmlns="http://www.w3.org/2001/XMLSchema"\r
4         xmlns:conf="urn:mace:shibboleth:2.0:native:sp:config"\r
5         xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"\r
6         xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"\r
7         xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"\r
8         elementFormDefault="qualified"\r
9         attributeFormDefault="unqualified"\r
10         blockDefault="substitution"\r
11         version="2.0">\r
12 \r
13         <import namespace="urn:oasis:names:tc:SAML:2.0:assertion" schemaLocation="saml-schema-assertion-2.0.xsd"/>\r
14         <import namespace="urn:oasis:names:tc:SAML:2.0:protocol" schemaLocation="saml-schema-protocol-2.0.xsd"/>\r
15         <import namespace="urn:oasis:names:tc:SAML:2.0:metadata" schemaLocation="saml-schema-metadata-2.0.xsd"/>\r
16 \r
17         <annotation>\r
18                 <documentation>\r
19                 2.0 schema for XML-based configuration of Shibboleth Native SP instances.\r
20                 First appearing in Shibboleth 2.0 release.\r
21                 </documentation>\r
22         </annotation>\r
23 \r
24         <simpleType name="string">\r
25                 <restriction base="string">\r
26                         <minLength value="1"/>\r
27                 </restriction>\r
28         </simpleType>\r
29 \r
30         <simpleType name="listOfStrings">\r
31                 <list itemType="conf:string"/>\r
32         </simpleType>\r
33 \r
34         <simpleType name="listOfURIs">\r
35                 <list itemType="anyURI"/>\r
36         </simpleType>\r
37 \r
38         <simpleType name="bindingBoolean">\r
39                 <restriction base="string">\r
40                         <enumeration value="true"/>\r
41                         <enumeration value="false"/>\r
42                         <enumeration value="front"/>\r
43                         <enumeration value="back"/>\r
44                 </restriction>\r
45         </simpleType>\r
46         \r
47         <complexType name="PluggableType">\r
48                 <sequence>\r
49                         <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
50                 </sequence>\r
51                 <attribute name="type" type="conf:string" use="required"/>\r
52                 <anyAttribute namespace="##any" processContents="lax"/>\r
53         </complexType>\r
54 \r
55         <element name="SPConfig">\r
56                 <complexType>\r
57                         <annotation>\r
58                                 <documentation>Root of configuration</documentation>\r
59                         </annotation>\r
60                         <sequence>\r
61                                 <element ref="conf:Extensions" minOccurs="0"/>\r
62                                 <element ref="conf:OutOfProcess"/>\r
63                                 <element ref="conf:InProcess"/>\r
64                                 <element ref="conf:Applications"/>\r
65                                 <element ref="conf:SecurityPolicies"/>\r
66                         </sequence>\r
67                         <attribute name="logger" type="anyURI"/>\r
68                         <attribute name="clockSkew" type="unsignedInt"/>\r
69                         <anyAttribute namespace="##other" processContents="lax"/>\r
70                 </complexType>\r
71         </element>\r
72 \r
73         <element name="Extensions">\r
74                 <annotation>\r
75                         <documentation>Container for extension libraries and custom configuration</documentation>\r
76                 </annotation>\r
77                 <complexType>\r
78                         <sequence>\r
79                                 <element name="Library" minOccurs="0" maxOccurs="unbounded">\r
80                                         <complexType>\r
81                                                 <sequence>\r
82                                                         <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
83                                                 </sequence>\r
84                                                 <attribute name="path" type="anyURI" use="required"/>\r
85                                                 <attribute name="fatal" type="boolean" default="true"/>\r
86                                                 <anyAttribute namespace="##any" processContents="lax"/>\r
87                                         </complexType>\r
88                                 </element>\r
89                                 <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
90                         </sequence>\r
91                 </complexType>\r
92         </element>\r
93 \r
94         <element name="StorageService">\r
95                 <annotation>\r
96                         <documentation>References StorageService plugins</documentation>\r
97                 </annotation>\r
98                 <complexType>\r
99                         <complexContent>\r
100                                 <restriction base="conf:PluggableType">\r
101                                         <sequence>\r
102                                                 <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
103                                         </sequence>\r
104                                         <attribute name="id" type="ID" use="required"/>\r
105                                         <attribute name="cleanupInterval" type="unsignedInt" default="900"/>\r
106                                         <anyAttribute namespace="##any" processContents="lax"/>\r
107                                 </restriction>\r
108                         </complexContent>\r
109                 </complexType>\r
110         </element>\r
111 \r
112         <element name="SessionCache">\r
113                 <annotation>\r
114                         <documentation>References SessionCache plugins</documentation>\r
115                 </annotation>\r
116                 <complexType>\r
117                         <complexContent>\r
118                                 <restriction base="conf:PluggableType">\r
119                                         <sequence>\r
120                                                 <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
121                                         </sequence>\r
122                                         <attribute name="StorageService" type="IDREF"/>\r
123                                         <attribute name="cacheTimeout" type="unsignedInt" default="28800"/>\r
124                                         <anyAttribute namespace="##any" processContents="lax"/>\r
125                                 </restriction>\r
126                         </complexContent>\r
127                 </complexType>\r
128         </element>\r
129         \r
130         <element name="ReplayCache">\r
131                 <annotation>\r
132                         <documentation>Ties ReplayCache to a custom StorageService</documentation>\r
133                 </annotation>\r
134                 <complexType>\r
135                         <sequence/>\r
136                         <attribute name="StorageService" type="IDREF" use="required"/>\r
137                 </complexType>\r
138         </element>\r
139         \r
140         <element name="ArtifactMap">\r
141                 <annotation>\r
142                         <documentation>Customizes an ArtifactMap</documentation>\r
143                 </annotation>\r
144                 <complexType>\r
145                         <sequence/>\r
146                         <attribute name="StorageService" type="IDREF"/>\r
147                         <attribute name="context" type="conf:string"/>\r
148                         <attribute name="artifactTTL" type="unsignedInt" default="180"/>\r
149                 </complexType>\r
150         </element>\r
151         \r
152         <element name="OutOfProcess">\r
153                 <annotation>\r
154                         <documentation>Container for shibd out-of-process configuration</documentation>\r
155                 </annotation>\r
156                 <complexType>\r
157                         <sequence>\r
158                                 <element ref="conf:Extensions" minOccurs="0"/>\r
159                                 <choice>\r
160                                         <element name="UnixListener">\r
161                                                 <complexType>\r
162                                                         <attribute name="address" type="conf:string" use="required"/>\r
163                                                 </complexType>\r
164                                         </element>\r
165                                         <element name="TCPListener">\r
166                                                 <complexType>\r
167                                                         <attribute name="address" type="conf:string" use="required"/>\r
168                                                         <attribute name="port" type="unsignedInt" use="required"/>\r
169                                                         <attribute name="acl" type="conf:listOfStrings" default="127.0.0.1"/>\r
170                                                 </complexType>\r
171                                         </element>\r
172                                         <element name="Listener" type="conf:PluggableType"/>\r
173                                 </choice>\r
174                                 <element ref="conf:StorageService" minOccurs="0" maxOccurs="unbounded"/>\r
175                                 <element ref="conf:SessionCache" minOccurs="0"/>\r
176                                 <element ref="conf:ReplayCache" minOccurs="0"/>\r
177                                 <element ref="conf:ArtifactMap" minOccurs="0"/>\r
178                                 <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
179                         </sequence>\r
180                         <attribute name="logger" type="anyURI"/>\r
181                         <anyAttribute namespace="##other" processContents="lax"/>\r
182                 </complexType>\r
183         </element>\r
184 \r
185         <element name="InProcess">\r
186                 <annotation>\r
187                         <documentation>\r
188                         Container for configuration of locally integrated or platform-specific\r
189                         features (e.g. web server filters)\r
190                         </documentation>\r
191                 </annotation>\r
192                 <complexType>\r
193                         <sequence>\r
194                                 <element ref="conf:Extensions" minOccurs="0"/>\r
195                                 <element ref="conf:SessionCache" minOccurs="0"/>\r
196                                 <element name="RequestMapper" type="conf:PluggableType"/>\r
197                                 <element name="Implementation" minOccurs="0">\r
198                                         <complexType>\r
199                                                 <sequence>\r
200                                                         <element ref="conf:ISAPI" minOccurs="0"/>\r
201                                                         <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
202                                                 </sequence>\r
203                                         </complexType>\r
204                                 </element>\r
205                                 <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
206                         </sequence>\r
207                         <attribute name="logger" type="anyURI"/>\r
208                         <attribute name="unsetHeaderValue" type="string"/>\r
209                         <attribute name="checkSpoofing" type="boolean"/>\r
210                         <anyAttribute namespace="##other" processContents="lax"/>\r
211                 </complexType>\r
212         </element>\r
213         \r
214         <element name="ISAPI">\r
215                 <complexType>\r
216                         <sequence>\r
217                                 <element name="Site" maxOccurs="unbounded">\r
218                                         <complexType>\r
219                                                 <sequence>\r
220                                                         <element name="Alias" type="string" minOccurs="0" maxOccurs="unbounded"/>\r
221                                                 </sequence>\r
222                                                 <attribute name="id" type="unsignedInt" use="required"/>\r
223                                                 <attribute name="name" type="conf:string" use="required"/>\r
224                                                 <attribute name="port" type="unsignedInt"/>\r
225                                                 <attribute name="sslport" type="unsignedInt"/>\r
226                                                 <attribute name="scheme" type="conf:string"/>\r
227                                         </complexType>\r
228                                 </element>\r
229                                 <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
230                         </sequence>\r
231                         <attribute name="normalizeRequest" type="boolean" default="true"/>\r
232                         <anyAttribute namespace="##other" processContents="lax"/>\r
233                 </complexType>\r
234         </element>\r
235 \r
236         <element name="AccessControl" type="conf:UniOperatorType">\r
237                 <annotation>\r
238                         <documentation>\r
239                         A simple example access policy language extension that supersedes Apache .htaccess\r
240                         </documentation>\r
241                 </annotation>\r
242         </element>\r
243         <element name="OR" type="conf:MultiOperatorType"/>\r
244         <element name="AND" type="conf:MultiOperatorType"/>\r
245         <element name="NOT" type="conf:UniOperatorType"/>\r
246         <complexType name="UniOperatorType">\r
247                 <choice>\r
248                         <element ref="conf:AND"/>\r
249                         <element ref="conf:OR"/>\r
250                         <element ref="conf:NOT"/>\r
251                         <element ref="conf:Rule"/>\r
252                 </choice>\r
253         </complexType>\r
254         <complexType name="MultiOperatorType">\r
255                 <choice minOccurs="2" maxOccurs="unbounded">\r
256                         <element ref="conf:AND"/>\r
257                         <element ref="conf:OR"/>\r
258                         <element ref="conf:NOT"/>\r
259                         <element ref="conf:Rule"/>\r
260                 </choice>\r
261         </complexType>\r
262         <element name="Rule">\r
263                 <complexType>\r
264                         <simpleContent>\r
265                                 <extension base="conf:listOfStrings">\r
266                                         <attribute name="require" type="conf:string" use="required"/>\r
267                                 </extension>\r
268                         </simpleContent>\r
269                 </complexType>\r
270         </element>\r
271         \r
272         <attributeGroup name="ContentSettings">\r
273                 <attribute name="authType" type="conf:string"/>\r
274                 <attribute name="requireSession" type="boolean"/>\r
275                 <attribute name="requireSessionWith" type="conf:string"/>\r
276                 <attribute name="exportAssertion" type="boolean"/>\r
277                 <attribute name="redirectToSSL" type="unsignedInt"/>\r
278                 <attribute name="isPassive" type="boolean"/>\r
279                 <attribute name="forceAuthn" type="boolean"/>\r
280                 <attribute name="authnContextClassRef" type="anyURI"/>\r
281                 <attribute name="authnContextComparison" type="samlp:AuthnContextComparisonType"/>\r
282                 <attribute name="sessionError" type="anyURI"/>\r
283                 <attribute name="metadataError" type="anyURI"/>\r
284                 <attribute name="accessError" type="anyURI"/>\r
285                 <attribute name="sslError" type="anyURI"/>\r
286                 <anyAttribute namespace="##other" processContents="lax"/>\r
287         </attributeGroup>\r
288         <element name="AccessControlProvider" type="conf:PluggableType"/>\r
289         <element name="htaccess" type="conf:PluggableType"/>\r
290 \r
291     <element name="RequestMap">\r
292                 <annotation>\r
293                         <documentation>\r
294                         Built-in request mapping syntax, decomposes URLs into Host/Path/Path/...\r
295                         </documentation>\r
296                 </annotation>\r
297         <complexType>\r
298             <sequence>\r
299                 <choice minOccurs="0">\r
300                         <element ref="conf:htaccess"/>\r
301                                         <element ref="conf:AccessControl"/>\r
302                         <element ref="conf:AccessControlProvider"/>\r
303                     </choice>\r
304                 <choice minOccurs="0" maxOccurs="unbounded">\r
305                                         <element ref="conf:Host"/>\r
306                         <element ref="conf:HostRegex"/>\r
307                 </choice>\r
308             </sequence>\r
309             <attribute name="applicationId" type="conf:string" fixed="default"/>\r
310                 <attributeGroup ref="conf:ContentSettings"/>\r
311         </complexType>\r
312     </element>\r
313 \r
314     <element name="Host">\r
315         <complexType>\r
316                 <sequence>\r
317                 <choice minOccurs="0">\r
318                         <element ref="conf:htaccess"/>\r
319                                         <element ref="conf:AccessControl"/>\r
320                         <element ref="conf:AccessControlProvider"/>\r
321                     </choice>\r
322                         <choice minOccurs="0" maxOccurs="unbounded">\r
323                                 <element ref="conf:Path"/>\r
324                                 <element ref="conf:PathRegex"/>\r
325                         </choice>\r
326                 </sequence>\r
327                 <attribute name="scheme">\r
328                             <simpleType>\r
329                                 <restriction base="conf:string">\r
330                                     <enumeration value="http"/>\r
331                                     <enumeration value="https"/>\r
332                                     <enumeration value="ftp"/>\r
333                                     <enumeration value="ldap"/>\r
334                                     <enumeration value="ldaps"/>\r
335                                 </restriction>\r
336                             </simpleType>\r
337                 </attribute>\r
338                 <attribute name="name" type="conf:string" use="required"/>\r
339                 <attribute name="port" type="unsignedInt"/>\r
340                         <attribute name="applicationId" type="conf:string"/>\r
341                 <attributeGroup ref="conf:ContentSettings"/>\r
342         </complexType>\r
343     </element>\r
344         \r
345         <element name="HostRegex">\r
346                 <complexType>\r
347                         <sequence>\r
348                                 <choice minOccurs="0">\r
349                                         <element ref="conf:htaccess"/>\r
350                                         <element ref="conf:AccessControl"/>\r
351                                         <element ref="conf:AccessControlProvider"/>\r
352                                 </choice>\r
353                                 <choice minOccurs="0" maxOccurs="unbounded">\r
354                                         <element ref="conf:Path"/>\r
355                                         <element ref="conf:PathRegex"/>\r
356                                 </choice>\r
357                         </sequence>\r
358                         <attribute name="regex" type="conf:string" use="required"/>\r
359                         <attribute name="ignoreCase" type="boolean" default="true"/>\r
360                         <attribute name="applicationId" type="conf:string"/>\r
361                         <attributeGroup ref="conf:ContentSettings"/>\r
362                 </complexType>\r
363         </element>\r
364 \r
365     <element name="Path">\r
366         <complexType>\r
367                 <sequence>\r
368                 <choice minOccurs="0">\r
369                         <element ref="conf:htaccess"/>\r
370                                         <element ref="conf:AccessControl"/>\r
371                         <element ref="conf:AccessControlProvider"/>\r
372                     </choice>\r
373                         <choice minOccurs="0" maxOccurs="unbounded">\r
374                                 <element ref="conf:Path"/>\r
375                                 <element ref="conf:PathRegex"/>\r
376                         </choice>\r
377                 </sequence>\r
378                         <attribute name="name" type="conf:string" use="required"/>\r
379                         <attribute name="applicationId" type="conf:string"/>\r
380                         <attributeGroup ref="conf:ContentSettings"/>\r
381         </complexType>\r
382     </element>\r
383 \r
384         <element name="PathRegex">\r
385                 <complexType>\r
386                         <sequence>\r
387                                 <choice minOccurs="0">\r
388                                         <element ref="conf:htaccess"/>\r
389                                         <element ref="conf:AccessControl"/>\r
390                                         <element ref="conf:AccessControlProvider"/>\r
391                                 </choice>\r
392                         </sequence>\r
393                         <attribute name="regex" type="conf:string" use="required"/>\r
394                         <attribute name="ignoreCase" type="boolean" default="true"/>\r
395                         <attribute name="applicationId" type="conf:string"/>\r
396                         <attributeGroup ref="conf:ContentSettings"/>\r
397                 </complexType>\r
398         </element>\r
399         \r
400         <element name="Applications">\r
401                 <annotation>\r
402                         <documentation>Container for global settings and application-specific overrides</documentation>\r
403                 </annotation>\r
404                 <complexType>\r
405                         <sequence>\r
406                                 <element ref="conf:Sessions"/>\r
407                                 <element ref="conf:Errors" minOccurs="0"/>\r
408                                 <element ref="conf:DefaultRelyingParty"/>\r
409                                 <element ref="conf:Notify" minOccurs="0" maxOccurs="unbounded"/>\r
410                                 <element ref="saml:Audience" minOccurs="0" maxOccurs="unbounded"/>\r
411                 <element name="MetadataProvider" type="conf:PluggableType"/>\r
412                                 <element name="TrustEngine" type="conf:PluggableType"/>\r
413                                 <element name="AttributeExtractor" type="conf:PluggableType" minOccurs="0"/>\r
414                                 <element name="AttributeResolver" type="conf:PluggableType" minOccurs="0"/>\r
415                                 <element name="AttributeFilter" type="conf:PluggableType" minOccurs="0"/>\r
416                                 <element name="CredentialResolver" type="conf:PluggableType" minOccurs="0"/>\r
417                                 <element ref="conf:Application" minOccurs="0" maxOccurs="unbounded"/>\r
418                         </sequence>\r
419                         <attribute name="id" type="conf:string" fixed="default"/>\r
420                         <attribute name="entityID" type="anyURI" use="required"/>\r
421                         <attribute name="policyId" type="conf:string" use="required"/>\r
422                         <attributeGroup ref="conf:ApplicationGroup"/>\r
423                         <anyAttribute namespace="##other" processContents="lax"/>\r
424                 </complexType>\r
425         </element>\r
426         \r
427         <element name="Application">\r
428                 <annotation>\r
429                         <documentation>Container for application-specific overrides</documentation>\r
430                 </annotation>\r
431                 <complexType>\r
432                         <sequence>\r
433                                 <element ref="conf:Sessions" minOccurs="0"/>\r
434                                 <element ref="conf:Errors" minOccurs="0"/>\r
435                                 <element ref="conf:DefaultRelyingParty" minOccurs="0"/>\r
436                                 <element ref="conf:Notify" minOccurs="0" maxOccurs="unbounded"/>\r
437                                 <element ref="saml:Audience" minOccurs="0" maxOccurs="unbounded"/>\r
438                                 <element name="MetadataProvider" type="conf:PluggableType" minOccurs="0"/>\r
439                                 <element name="TrustEngine" type="conf:PluggableType" minOccurs="0"/>\r
440                                 <element name="AttributeExtractor" type="conf:PluggableType" minOccurs="0"/>\r
441                                 <element name="AttributeResolver" type="conf:PluggableType" minOccurs="0"/>\r
442                                 <element name="AttributeFilter" type="conf:PluggableType" minOccurs="0"/>\r
443                                 <element name="CredentialResolver" type="conf:PluggableType" minOccurs="0"/>\r
444                         </sequence>\r
445                         <attribute name="id" type="conf:string" use="required"/>\r
446                         <attribute name="entityID" type="anyURI"/>\r
447                         <attribute name="policyId" type="conf:string"/>\r
448                         <attributeGroup ref="conf:ApplicationGroup"/>\r
449                         <anyAttribute namespace="##other" processContents="lax"/>\r
450                 </complexType>\r
451         </element>\r
452 \r
453         <attributeGroup name="ApplicationGroup">\r
454                 <attribute name="homeURL" type="anyURI" default="/"/>\r
455                 <attribute name="REMOTE_USER" type="conf:listOfStrings"/>\r
456                 <attribute name="unsetHeaders" type="conf:listOfStrings"/>\r
457                 <attribute name="metadataAttributePrefix" type="conf:string"/>\r
458                 <attribute name="redirectErrors" type="anyURI"/>\r
459                 <attribute name="localLogout" type="anyURI"/>\r
460                 <attribute name="globalLogout" type="anyURI"/>\r
461         </attributeGroup>\r
462                 \r
463         <element name="Sessions">\r
464                 <annotation>\r
465                         <documentation>Container for specifying protocol handlers and session policy</documentation>\r
466                 </annotation>\r
467                 <complexType>\r
468                         <choice minOccurs="0" maxOccurs="unbounded">\r
469                                 <element ref="conf:SessionInitiator"/>\r
470                                 <element ref="conf:LogoutInitiator"/>\r
471                                 <element ref="md:AssertionConsumerService"/>\r
472                                 <element ref="md:ArtifactResolutionService"/>\r
473                                 <element ref="md:SingleLogoutService"/>\r
474                                 <element ref="md:ManageNameIDService"/>\r
475                                 <element name="Handler">\r
476                                         <complexType>\r
477                                                 <complexContent>\r
478                                                         <restriction base="conf:PluggableType">\r
479                                                                 <sequence>\r
480                                                                         <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
481                                                                 </sequence>\r
482                                                                 <attribute name="Location" type="anyURI" use="required"/>\r
483                                                         </restriction>\r
484                                                 </complexContent>\r
485                                         </complexType>\r
486                                 </element>\r
487                         </choice>\r
488                         <attribute name="handlerURL" type="anyURI"/>\r
489                         <attribute name="handlerSSL" type="boolean" default="true"/>\r
490                         <attribute name="exportLocation" type="conf:string"/>\r
491                         <attribute name="exportACL" type="conf:listOfStrings" default="127.0.0.1"/>\r
492                         <attribute name="cookieName" type="conf:string"/>\r
493                         <attribute name="cookieProps" type="conf:string"/>\r
494                         <attribute name="idpHistory" type="boolean" default="true"/>\r
495                         <attribute name="idpHistoryDays" type="unsignedInt"/>\r
496                         <attribute name="lifetime" type="unsignedInt" default="28800"/>\r
497                         <attribute name="timeout" type="unsignedInt" default="3600"/>\r
498                         <attribute name="checkAddress" type="boolean" default="true"/>\r
499                         <attribute name="consistentAddress" type="boolean" default="true"/>\r
500                         <anyAttribute namespace="##other" processContents="lax"/>\r
501                 </complexType>\r
502         </element>\r
503 \r
504         <attribute name="policyId" type="conf:string">\r
505                 <annotation>\r
506                         <documentation>Used to reference Policy elements from profile endpoints.</documentation>\r
507                 </annotation>\r
508         </attribute>\r
509 \r
510         <element name="SessionInitiator">\r
511                 <annotation>\r
512                         <documentation>Used to specify handlers that can issue AuthnRequests or perform discovery</documentation>\r
513                 </annotation>\r
514                 <complexType>\r
515                         <complexContent>\r
516                                 <restriction base="conf:PluggableType">\r
517                                         <sequence>\r
518                                                 <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
519                                         </sequence>\r
520                                         <attribute name="Location" type="anyURI"/>\r
521                                         <attribute name="id" type="conf:string"/>\r
522                                         <attribute name="isDefault" type="boolean"/>\r
523                                         <attribute name="relayState" type="conf:string"/>\r
524                                         <attribute name="entityIDParam" type="conf:string"/>\r
525                                         <attribute name="entityID" type="anyURI"/>\r
526                                         <attribute name="URL" type="anyURI"/>\r
527                                         <attribute name="outgoingBindings" type="conf:listOfURIs"/>\r
528                                         <attribute name="template" type="anyURI"/>\r
529                                         <attribute name="postArtifact" type="boolean"/>\r
530                                         <attribute name="acsByIndex" type="boolean"/>\r
531                                         <attribute name="defaultACSIndex" type="unsignedShort"/>\r
532                                         <anyAttribute namespace="##any" processContents="lax"/>\r
533                                 </restriction>\r
534                         </complexContent>\r
535                 </complexType>\r
536         </element>\r
537 \r
538         <element name="LogoutInitiator">\r
539                 <annotation>\r
540                         <documentation>Used to specify handlers that can issue LogoutRequests</documentation>\r
541                 </annotation>\r
542                 <complexType>\r
543                         <complexContent>\r
544                                 <restriction base="conf:PluggableType">\r
545                                         <sequence>\r
546                                                 <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
547                                         </sequence>\r
548                                         <attribute name="Location" type="anyURI"/>\r
549                                         <attribute name="outgoingBindings" type="conf:listOfURIs"/>\r
550                                         <attribute name="template" type="anyURI"/>\r
551                                         <attribute name="postArtifact" type="boolean"/>\r
552                                         <anyAttribute namespace="##any" processContents="lax"/>\r
553                                 </restriction>\r
554                         </complexContent>\r
555                 </complexType>\r
556         </element>\r
557         \r
558         <element name="Errors">\r
559                 <annotation>\r
560                         <documentation>Container for error templates and associated details</documentation>\r
561                 </annotation>\r
562                 <complexType>\r
563                         <sequence>\r
564                                 <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>\r
565                         </sequence>\r
566                         <attribute name="session" type="anyURI" use="required"/>\r
567                         <attribute name="metadata" type="anyURI"/>\r
568                         <attribute name="access" type="anyURI"/>\r
569                         <attribute name="ssl" type="anyURI"/>\r
570                         <attribute name="supportContact" type="conf:string"/>\r
571                         <attribute name="logoLocation" type="anyURI"/>\r
572                         <attribute name="styleSheet" type="anyURI"/>\r
573                         <anyAttribute namespace="##any" processContents="lax"/>\r
574                 </complexType>\r
575         </element>\r
576 \r
577         <element name="Notify">\r
578                 <annotation>\r
579                         <documentation>Used to specify locations to receive application notifications</documentation>\r
580                 </annotation>\r
581                 <complexType>\r
582                         <sequence/>\r
583                         <attribute name="Channel" use="required">\r
584                                 <simpleType>\r
585                                         <restriction base="string">\r
586                                                 <enumeration value="front"/>\r
587                                                 <enumeration value="back"/>\r
588                                         </restriction>\r
589                                 </simpleType>\r
590                         </attribute>\r
591                         <attribute name="Location" type="anyURI" use="required"/>\r
592                         <anyAttribute namespace="##any" processContents="lax"/>\r
593                 </complexType>\r
594         </element>\r
595         \r
596         <element name="DefaultRelyingParty">\r
597                 <annotation>\r
598                         <documentation>Container for specifying security methods to use with particular peers</documentation>\r
599                 </annotation>\r
600                 <complexType>\r
601                         <sequence>\r
602                                 <element name="RelyingParty" minOccurs="0" maxOccurs="unbounded">\r
603                                         <complexType>\r
604                                                 <sequence/>\r
605                                                 <attribute name="Name" type="conf:string" use="required"/>\r
606                                                 <attributeGroup ref="conf:RelyingPartyGroup"/>\r
607                                                 <anyAttribute namespace="##other" processContents="lax"/>\r
608                                         </complexType>\r
609                                 </element>\r
610                         </sequence>\r
611                         <attributeGroup ref="conf:RelyingPartyGroup"/>\r
612                 <anyAttribute namespace="##other" processContents="lax"/>\r
613                 </complexType>\r
614         </element>\r
615         \r
616         <attributeGroup name="RelyingPartyGroup">\r
617                 <attribute name="authType" type="conf:string"/>\r
618                 <attribute name="authUsername" type="conf:string"/>\r
619                 <attribute name="authPassword" type="conf:string"/>\r
620                 <attribute name="signing" type="conf:bindingBoolean"/>\r
621                 <attribute name="signingAlg" type="anyURI"/>\r
622                 <attribute name="digestAlg" type="anyURI"/>\r
623                 <attribute name="encryption" type="conf:bindingBoolean"/>\r
624                 <attribute name="encryptionAlg" type="anyURI"/>\r
625                 <attribute name="keyName" type="conf:string"/>\r
626                 <attribute name="artifactEndpointIndex" type="unsignedShort"/>\r
627         </attributeGroup>\r
628         \r
629         <element name="SecurityPolicies">\r
630                 <annotation>\r
631                         <documentation>Container for specifying sets of policy rules to apply to incoming messages</documentation>\r
632                 </annotation>\r
633                 <complexType>\r
634                         <sequence>\r
635                                 <element name="Policy" minOccurs="1" maxOccurs="unbounded">\r
636                                         <annotation>\r
637                                                 <documentation>Specifies a set of SecurityPolicyRule plugins</documentation>\r
638                                         </annotation>\r
639                                         <complexType>\r
640                                                 <sequence>\r
641                                                         <element ref="conf:TransportOption" minOccurs="0" maxOccurs="unbounded"/>\r
642                                                         <element name="Rule" type="conf:PluggableType" minOccurs="1" maxOccurs="unbounded"/>\r
643                                                 </sequence>\r
644                                                 <attribute name="id" type="conf:string" use="required"/>\r
645                                                 <attribute name="validate" type="boolean" default="false"/>\r
646                                                 <attribute name="signedAssertions" type="boolean" default="false"/>\r
647                                                 <attribute name="requireConfidentiality" type="boolean" default="true"/>\r
648                                                 <attribute name="requireTransportAuth" type="boolean" default="true"/>\r
649                                                 <attribute name="chunkedEncoding" type="boolean" default="true"/>\r
650                                                 <attribute name="connectTimeout" type="unsignedShort" default="15"/>\r
651                                                 <attribute name="timeout" type="unsignedShort" default="30"/>\r
652                                                 <anyAttribute namespace="##any" processContents="lax"/>\r
653                                         </complexType>\r
654                                 </element>\r
655                         </sequence>\r
656                 </complexType>\r
657         </element>\r
658 \r
659         <element name="TransportOption">\r
660                 <annotation>\r
661                         <documentation>Implementation-specific option to pass to SOAPTransport provider.</documentation>\r
662                 </annotation>\r
663                 <complexType>\r
664                         <simpleContent>\r
665                                 <extension base="anySimpleType">\r
666                                         <attribute name="provider" type="conf:string" use="required"/>\r
667                                         <attribute name="option" type="conf:string" use="required"/>\r
668                                 </extension>\r
669                         </simpleContent>\r
670                 </complexType>\r
671         </element>\r
672         \r
673 </schema>\r