Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / schemas / WS-Trust.xsd
1 <?xml version="1.0" encoding="utf-8"?>\r
2 \r
3 <!-- \r
4 Modified copy of WS-Trust schema that only contains WS-Fed PRP-relevant content. \r
5  -->\r
6 \r
7 <!--\r
8 \r
9 Copyright Notice\r
10 \r
11 (c) 2001-2005 Actional Corporation, BEA Systems, Inc., \r
12 Computer Associates International, Inc., International Business Machines Corporation, \r
13 Layer 7 Technologies, Microsoft Corporation, Netegrity, Inc., Oblix Inc.,\r
14 OpenNetwork Technologies Inc., Ping Identity Corporation, Reactivity Inc., \r
15 RSA Security Inc., and VeriSign Inc.\r
16 All rights reserved. \r
17 \r
18 Permission to copy and display the WS-Trust Specification (the "Specification", which \r
19 includes WSDL and schema documents), in any medium without fee or royalty \r
20 is hereby granted, provided that you include the following on ALL copies of the \r
21 Specification, that you make:\r
22 \r
23 1.  A link or URL to the Specification at one of the Authors' websites\r
24 2. The copyright notice as shown in the Specification.\r
25 \r
26 IBM, Microsoft and Actional, BEA, Computer Associates, Layer 7, Netegrity, Oblix, \r
27 OpenNetwork, Ping Identity, Reactivity, and Verisign (collectively, the "Authors") each \r
28 agree to grant you a license, under royalty-free and otherwise reasonable, \r
29 non-discriminatory terms and conditions, to their respective essential patent claims \r
30 that they deem necessary to implement the Specification.\r
31 \r
32 THE SPECIFICATION IS PROVIDED "AS IS," AND THE AUTHORS MAKE \r
33 NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT \r
34 NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A \r
35 PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF \r
36 THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE \r
37 IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY \r
38 PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.\r
39 \r
40 THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, \r
41 INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY \r
42 USE OR DISTRIBUTION OF THE SPECIFICATION.\r
43 \r
44 The name and trademarks of the Authors may NOT be used in any manner, \r
45 including advertising or publicity pertaining to the Specification or \r
46 its contents without specific, written prior permission. Title to \r
47 copyright in the Specification will at all times remain with the Authors.\r
48 \r
49 No other rights are granted by implication, estoppel or otherwise.\r
50 \r
51 -->\r
52 <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'\r
53                    xmlns:wst='http://schemas.xmlsoap.org/ws/2005/02/trust'\r
54                    targetNamespace='http://schemas.xmlsoap.org/ws/2005/02/trust' \r
55                    elementFormDefault='qualified' >\r
56 \r
57   <!-- WS-Trust Section 5.2 -->\r
58   <xs:element name='RequestSecurityTokenResponse' type='wst:RequestSecurityTokenResponseType' />\r
59   <xs:complexType name='RequestSecurityTokenResponseType' >\r
60         <xs:annotation>\r
61           <xs:documentation>\r
62                 Actual content model is non-deterministic, hence wildcard. The following shows intended content model:\r
63 \r
64                 <xs:element ref='wst:TokenType' minOccurs='0' />\r
65                 <xs:element ref='wst:RequestType' />\r
66                 <xs:element ref='wst:RequestedSecurityToken'  minOccurs='0' />\r
67                 <xs:element ref='wsp:AppliesTo' minOccurs='0' /> \r
68                 <xs:element ref='wst:RequestedAttachedReference' minOccurs='0' />\r
69                 <xs:element ref='wst:RequestedUnattachedReference' minOccurs='0' />\r
70                 <xs:element ref='wst:RequestedProofToken' minOccurs='0' />\r
71                 <xs:element ref='wst:Entropy' minOccurs='0' />\r
72                 <xs:element ref='wst:Lifetime' minOccurs='0' />\r
73                 <xs:element ref='wst:Status' minOccurs='0' />\r
74                 <xs:element ref='wst:AllowPostdating' minOccurs='0' />\r
75                 <xs:element ref='wst:Renewing' minOccurs='0' />\r
76                 <xs:element ref='wst:OnBehalfOf' minOccurs='0' />\r
77                 <xs:element ref='wst:Issuer' minOccurs='0' />\r
78                 <xs:element ref='wst:AuthenticationType' minOccurs='0' />\r
79                 <xs:element ref='wst:Authenticator' minOccurs='0' />\r
80                 <xs:element ref='wst:KeyType' minOccurs='0' />\r
81                 <xs:element ref='wst:KeySize' minOccurs='0' />\r
82                 <xs:element ref='wst:SignatureAlgorithm' minOccurs='0' />\r
83                 <xs:element ref='wst:Encryption' minOccurs='0' />\r
84                 <xs:element ref='wst:EncryptionAlgorithm' minOccurs='0' />\r
85                 <xs:element ref='wst:CanonicalizationAlgorithm' minOccurs='0' />\r
86                 <xs:element ref='wst:ProofEncryption' minOccurs='0' />\r
87                 <xs:element ref='wst:UseKey' minOccurs='0' />\r
88                 <xs:element ref='wst:SignWith' minOccurs='0' />\r
89                 <xs:element ref='wst:EncryptWith' minOccurs='0' />\r
90                 <xs:element ref='wst:DelegateTo' minOccurs='0' />\r
91                 <xs:element ref='wst:Forwardable' minOccurs='0' />\r
92                 <xs:element ref='wst:Delegatable' minOccurs='0' />\r
93                 <xs:element ref='wsp:Policy' minOccurs='0' />\r
94                 <xs:element ref='wsp:PolicyReference' minOccurs='0' />\r
95                 <xs:any namespace='##other' processContents='lax' minOccurs='0' maxOccurs='unbounded' />\r
96 \r
97           </xs:documentation>\r
98         </xs:annotation>\r
99         <xs:sequence>\r
100           <xs:any namespace='##any' processContents='lax' minOccurs='0' maxOccurs='unbounded' />\r
101         </xs:sequence>\r
102         <xs:attribute name='Context' type='xs:anyURI' use='optional' />\r
103         <xs:anyAttribute namespace='##other' processContents='lax' />\r
104   </xs:complexType>\r
105 \r
106   <xs:element name='RequestedSecurityToken' type='wst:RequestedSecurityTokenType' />\r
107   <xs:complexType name='RequestedSecurityTokenType' >\r
108         <xs:sequence>\r
109           <xs:any namespace='##any' processContents='lax' />\r
110         </xs:sequence>\r
111   </xs:complexType>\r
112 \r
113 </xs:schema>\r