source: aai/check-saml-metadata/saml-schema/WS-Trust.xsd @ 5962

Last change on this file since 5962 was 5962, checked in by Sander Maijers, 9 years ago
  • Add a schema relevant to SAML metadata.
  • Modify mime-type of schemas.
  • Refer to SAML metadata guidelines at

https://www.clarin.eu/content/guidelines-saml-metadata-about-your-sp in SAML metadata about
SPF SPs in document header.

  • Remove extraneous whitespace, erroneous newlines, reformat XML and improve punctuation and

spelling in SAML metadata about SPF SPs.

  • Remove signature from BAS EntityDescriptor? to allow modification and reduce technical issues

(the SAML metadata guidelines will be updated to reflect this measure).

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