@atom8n/n8n 2.4.7 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/chat/chat-service.types.d.ts +6 -6
  3. package/dist/commands/execute-batch.d.ts +2 -2
  4. package/dist/commands/execute.js +0 -0
  5. package/dist/commands/import/credentials.d.ts +2 -2
  6. package/dist/commands/import/credentials.js +0 -0
  7. package/dist/commands/import/workflow.d.ts +2 -2
  8. package/dist/commands/ldap/reset.d.ts +2 -2
  9. package/dist/commands/mcp.d.ts +23 -0
  10. package/dist/commands/mcp.js +315 -0
  11. package/dist/commands/run.d.ts +23 -0
  12. package/dist/commands/run.js +162 -0
  13. package/dist/controllers/annotation-tags.controller.ee.d.ts +1 -1
  14. package/dist/controllers/cli.controller.d.ts +26 -0
  15. package/dist/controllers/cli.controller.js +334 -0
  16. package/dist/controllers/orchestration.controller.js +0 -0
  17. package/dist/controllers/users.controller.d.ts +1 -1
  18. package/dist/environments.ee/source-control/source-control-status.service.ee.d.ts +2 -2
  19. package/dist/environments.ee/source-control/source-control.controller.ee.d.ts +4 -4
  20. package/dist/environments.ee/source-control/source-control.service.ee.d.ts +2 -2
  21. package/dist/environments.ee/source-control/types/source-control-set-branch.js +0 -0
  22. package/dist/eventbus/event-message-classes/index.js +0 -0
  23. package/dist/events/relays/workflow-failure-notification.event-relay.d.ts +13 -0
  24. package/dist/events/relays/workflow-failure-notification.event-relay.js +77 -0
  25. package/dist/executions/execution-data/types.d.ts +17 -0
  26. package/dist/executions/execution-data/types.js +2 -0
  27. package/dist/executions/failed-run-factory.d.ts +4 -0
  28. package/dist/executions/failed-run-factory.js +71 -0
  29. package/dist/index.d.ts +2 -1
  30. package/dist/index.js +8 -0
  31. package/dist/interfaces.d.ts +1 -1
  32. package/dist/license.js +1 -1
  33. package/dist/middlewares/webview-frame-options.d.ts +2 -0
  34. package/dist/middlewares/webview-frame-options.js +22 -0
  35. package/dist/modules/chat-hub/chat-hub-extractor.d.ts +22 -0
  36. package/dist/modules/chat-hub/chat-hub-extractor.js +63 -0
  37. package/dist/modules/dynamic-credentials.ee/credential-resolvers/storage/dynamic-credential-user-entry-storage.d.ts +11 -0
  38. package/dist/modules/dynamic-credentials.ee/credential-resolvers/storage/dynamic-credential-user-entry-storage.js +58 -0
  39. package/dist/modules/dynamic-credentials.ee/database/entities/dynamic-credential-user-entry.d.ts +12 -0
  40. package/dist/modules/dynamic-credentials.ee/database/entities/dynamic-credential-user-entry.js +64 -0
  41. package/dist/modules/dynamic-credentials.ee/database/repositories/dynamic-credential-user-entry.repository.d.ts +5 -0
  42. package/dist/modules/dynamic-credentials.ee/database/repositories/dynamic-credential-user-entry.repository.js +25 -0
  43. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.config.d.ts +5 -0
  44. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.config.js +36 -0
  45. package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-cors.service.d.ts +12 -0
  46. package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-cors.service.js +69 -0
  47. package/dist/modules/dynamic-credentials.ee/services/resolver-config-expression.service.d.ts +7 -0
  48. package/dist/modules/dynamic-credentials.ee/services/resolver-config-expression.service.js +46 -0
  49. package/dist/modules/insights/database/entities/insights-metadata.js +1 -1
  50. package/dist/modules/insights/database/repositories/insights-by-period-query.helper.js +4 -1
  51. package/dist/modules/insights/database/repositories/insights-by-period.repository.d.ts +1 -1
  52. package/dist/modules/insights/insights.module.d.ts +1 -1
  53. package/dist/modules/insights/insights.service.d.ts +1 -1
  54. package/dist/modules/log-streaming.ee/database/entities/event-destination.entity.d.ts +6 -0
  55. package/dist/modules/log-streaming.ee/database/entities/event-destination.entity.js +28 -0
  56. package/dist/modules/log-streaming.ee/database/entities/index.d.ts +1 -0
  57. package/dist/modules/log-streaming.ee/database/entities/index.js +5 -0
  58. package/dist/modules/log-streaming.ee/database/repositories/event-destination.repository.d.ts +5 -0
  59. package/dist/modules/log-streaming.ee/database/repositories/event-destination.repository.js +25 -0
  60. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-from-db.d.ts +4 -0
  61. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-from-db.js +24 -0
  62. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-sentry.ee.d.ts +17 -0
  63. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-sentry.ee.js +131 -0
  64. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-syslog.ee.d.ts +22 -0
  65. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-syslog.ee.js +116 -0
  66. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-webhook.ee.d.ts +35 -0
  67. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-webhook.ee.js +328 -0
  68. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination.ee.d.ts +28 -0
  69. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination.ee.js +74 -0
  70. package/dist/modules/log-streaming.ee/log-streaming-destination.service.d.ts +32 -0
  71. package/dist/modules/log-streaming.ee/log-streaming-destination.service.js +175 -0
  72. package/dist/modules/log-streaming.ee/log-streaming.controller.d.ts +15 -0
  73. package/dist/modules/log-streaming.ee/log-streaming.controller.js +149 -0
  74. package/dist/modules/log-streaming.ee/log-streaming.module.d.ts +5 -0
  75. package/dist/modules/log-streaming.ee/log-streaming.module.js +66 -0
  76. package/dist/modules/mcp/mcp-oauth.helpers.js +0 -0
  77. package/dist/modules/mcp/mcp.oauth-clients.controller.js +0 -0
  78. package/dist/modules/mcp/tools/execute-workflow.tool.d.ts +10 -10
  79. package/dist/modules/mcp/tools/schemas.d.ts +10 -10
  80. package/dist/modules/source-control.ee/constants.d.ts +17 -0
  81. package/dist/modules/source-control.ee/constants.js +22 -0
  82. package/dist/modules/source-control.ee/middleware/source-control-enabled-middleware.ee.d.ts +2 -0
  83. package/dist/modules/source-control.ee/middleware/source-control-enabled-middleware.ee.js +18 -0
  84. package/dist/modules/source-control.ee/source-control-export.service.ee.d.ts +37 -0
  85. package/dist/modules/source-control.ee/source-control-export.service.ee.js +426 -0
  86. package/dist/modules/source-control.ee/source-control-git.service.ee.d.ts +59 -0
  87. package/dist/modules/source-control.ee/source-control-git.service.ee.js +427 -0
  88. package/dist/modules/source-control.ee/source-control-helper.ee.d.ts +49 -0
  89. package/dist/modules/source-control.ee/source-control-helper.ee.js +241 -0
  90. package/dist/modules/source-control.ee/source-control-import.service.ee.d.ts +110 -0
  91. package/dist/modules/source-control.ee/source-control-import.service.ee.js +957 -0
  92. package/dist/modules/source-control.ee/source-control-preferences.service.ee.d.ts +46 -0
  93. package/dist/modules/source-control.ee/source-control-preferences.service.ee.js +309 -0
  94. package/dist/modules/source-control.ee/source-control-resource-helper.d.ts +4 -0
  95. package/dist/modules/source-control.ee/source-control-resource-helper.js +20 -0
  96. package/dist/modules/source-control.ee/source-control-scoped.service.d.ts +17 -0
  97. package/dist/modules/source-control.ee/source-control-scoped.service.js +134 -0
  98. package/dist/modules/source-control.ee/source-control-status.service.ee.d.ts +90 -0
  99. package/dist/modules/source-control.ee/source-control-status.service.ee.js +596 -0
  100. package/dist/modules/source-control.ee/source-control.config.d.ts +3 -0
  101. package/dist/modules/source-control.ee/source-control.config.js +26 -0
  102. package/dist/modules/source-control.ee/source-control.controller.ee.d.ts +157 -0
  103. package/dist/modules/source-control.ee/source-control.controller.ee.js +347 -0
  104. package/dist/modules/source-control.ee/source-control.module.d.ts +4 -0
  105. package/dist/modules/source-control.ee/source-control.module.js +59 -0
  106. package/dist/modules/source-control.ee/source-control.service.ee.d.ts +125 -0
  107. package/dist/modules/source-control.ee/source-control.service.ee.js +466 -0
  108. package/dist/modules/source-control.ee/types/export-result.d.ts +10 -0
  109. package/dist/modules/source-control.ee/types/export-result.js +2 -0
  110. package/dist/modules/source-control.ee/types/exportable-credential.d.ts +14 -0
  111. package/dist/modules/source-control.ee/types/exportable-credential.js +2 -0
  112. package/dist/modules/source-control.ee/types/exportable-folders.d.ts +11 -0
  113. package/dist/modules/source-control.ee/types/exportable-folders.js +2 -0
  114. package/dist/modules/source-control.ee/types/exportable-project.d.ts +17 -0
  115. package/dist/modules/source-control.ee/types/exportable-project.js +2 -0
  116. package/dist/modules/source-control.ee/types/exportable-tags.d.ts +5 -0
  117. package/dist/modules/source-control.ee/types/exportable-tags.js +2 -0
  118. package/dist/modules/source-control.ee/types/exportable-variable.d.ts +7 -0
  119. package/dist/modules/source-control.ee/types/exportable-variable.js +2 -0
  120. package/dist/modules/source-control.ee/types/exportable-workflow.d.ts +14 -0
  121. package/dist/modules/source-control.ee/types/exportable-workflow.js +2 -0
  122. package/dist/modules/source-control.ee/types/import-result.d.ts +20 -0
  123. package/dist/modules/source-control.ee/types/import-result.js +2 -0
  124. package/dist/modules/source-control.ee/types/key-pair-type.d.ts +1 -0
  125. package/dist/modules/source-control.ee/types/key-pair-type.js +2 -0
  126. package/dist/modules/source-control.ee/types/key-pair.d.ts +4 -0
  127. package/dist/modules/source-control.ee/types/key-pair.js +2 -0
  128. package/dist/modules/source-control.ee/types/requests.d.ts +21 -0
  129. package/dist/modules/source-control.ee/types/requests.js +2 -0
  130. package/dist/modules/source-control.ee/types/resource-owner.d.ts +17 -0
  131. package/dist/modules/source-control.ee/types/resource-owner.js +2 -0
  132. package/dist/modules/source-control.ee/types/source-control-commit.d.ts +3 -0
  133. package/dist/modules/source-control.ee/types/source-control-commit.js +20 -0
  134. package/dist/modules/source-control.ee/types/source-control-context.d.ts +7 -0
  135. package/dist/modules/source-control.ee/types/source-control-context.js +16 -0
  136. package/dist/modules/source-control.ee/types/source-control-disconnect.d.ts +3 -0
  137. package/dist/modules/source-control.ee/types/source-control-disconnect.js +21 -0
  138. package/dist/modules/source-control.ee/types/source-control-generate-key-pair.d.ts +4 -0
  139. package/dist/modules/source-control.ee/types/source-control-generate-key-pair.js +21 -0
  140. package/dist/modules/source-control.ee/types/source-control-get-status.d.ts +10 -0
  141. package/dist/modules/source-control.ee/types/source-control-get-status.js +42 -0
  142. package/dist/modules/source-control.ee/types/source-control-preferences.d.ts +17 -0
  143. package/dist/modules/source-control.ee/types/source-control-preferences.js +88 -0
  144. package/dist/modules/source-control.ee/types/source-control-push.d.ts +3 -0
  145. package/dist/modules/source-control.ee/types/source-control-push.js +21 -0
  146. package/dist/modules/source-control.ee/types/source-control-set-branch.d.ts +3 -0
  147. package/dist/modules/source-control.ee/types/source-control-set-branch.js +20 -0
  148. package/dist/modules/source-control.ee/types/source-control-set-read-only.d.ts +3 -0
  149. package/dist/modules/source-control.ee/types/source-control-set-read-only.js +20 -0
  150. package/dist/modules/source-control.ee/types/source-control-stage.d.ts +5 -0
  151. package/dist/modules/source-control.ee/types/source-control-stage.js +31 -0
  152. package/dist/modules/source-control.ee/types/source-control-workflow-version-id.d.ts +12 -0
  153. package/dist/modules/source-control.ee/types/source-control-workflow-version-id.js +2 -0
  154. package/dist/modules/sso-oidc/constants.d.ts +3 -0
  155. package/dist/modules/sso-oidc/constants.js +6 -0
  156. package/dist/modules/sso-oidc/oidc.controller.ee.d.ts +23 -0
  157. package/dist/modules/sso-oidc/oidc.controller.ee.js +123 -0
  158. package/dist/modules/sso-oidc/oidc.service.ee.d.ts +56 -0
  159. package/dist/modules/sso-oidc/oidc.service.ee.js +468 -0
  160. package/dist/modules/sso-oidc/sso-oidc.module.d.ts +4 -0
  161. package/dist/modules/sso-oidc/sso-oidc.module.js +55 -0
  162. package/dist/modules/sso-saml/constants.d.ts +3 -0
  163. package/dist/modules/sso-saml/constants.js +6 -0
  164. package/dist/modules/sso-saml/errors/invalid-saml-metadata-url.error.d.ts +4 -0
  165. package/dist/modules/sso-saml/errors/invalid-saml-metadata-url.error.js +10 -0
  166. package/dist/modules/sso-saml/errors/invalid-saml-metadata.error.d.ts +4 -0
  167. package/dist/modules/sso-saml/errors/invalid-saml-metadata.error.js +10 -0
  168. package/dist/modules/sso-saml/middleware/saml-enabled-middleware.d.ts +3 -0
  169. package/dist/modules/sso-saml/middleware/saml-enabled-middleware.js +22 -0
  170. package/dist/modules/sso-saml/saml-helpers.d.ts +19 -0
  171. package/dist/modules/sso-saml/saml-helpers.js +129 -0
  172. package/dist/modules/sso-saml/saml-validator.d.ts +16 -0
  173. package/dist/modules/sso-saml/saml-validator.js +129 -0
  174. package/dist/modules/sso-saml/saml.controller.ee.d.ts +50 -0
  175. package/dist/modules/sso-saml/saml.controller.ee.js +227 -0
  176. package/dist/modules/sso-saml/saml.service.ee.d.ts +52 -0
  177. package/dist/modules/sso-saml/saml.service.ee.js +462 -0
  178. package/dist/modules/sso-saml/schema/metadata-exchange.xsd.d.ts +2 -0
  179. package/dist/modules/sso-saml/schema/metadata-exchange.xsd.js +118 -0
  180. package/dist/modules/sso-saml/schema/oasis-200401-wss-wssecurity-secext-1.0.xsd.d.ts +2 -0
  181. package/dist/modules/sso-saml/schema/oasis-200401-wss-wssecurity-secext-1.0.xsd.js +201 -0
  182. package/dist/modules/sso-saml/schema/oasis-200401-wss-wssecurity-utility-1.0.xsd.d.ts +2 -0
  183. package/dist/modules/sso-saml/schema/oasis-200401-wss-wssecurity-utility-1.0.xsd.js +114 -0
  184. package/dist/modules/sso-saml/schema/saml-schema-assertion-2.0.xsd.d.ts +2 -0
  185. package/dist/modules/sso-saml/schema/saml-schema-assertion-2.0.xsd.js +289 -0
  186. package/dist/modules/sso-saml/schema/saml-schema-metadata-2.0.xsd.d.ts +2 -0
  187. package/dist/modules/sso-saml/schema/saml-schema-metadata-2.0.xsd.js +344 -0
  188. package/dist/modules/sso-saml/schema/saml-schema-protocol-2.0.xsd.d.ts +2 -0
  189. package/dist/modules/sso-saml/schema/saml-schema-protocol-2.0.xsd.js +308 -0
  190. package/dist/modules/sso-saml/schema/ws-addr.xsd.d.ts +2 -0
  191. package/dist/modules/sso-saml/schema/ws-addr.xsd.js +143 -0
  192. package/dist/modules/sso-saml/schema/ws-authorization.xsd.d.ts +2 -0
  193. package/dist/modules/sso-saml/schema/ws-authorization.xsd.js +151 -0
  194. package/dist/modules/sso-saml/schema/ws-federation.xsd.d.ts +2 -0
  195. package/dist/modules/sso-saml/schema/ws-federation.xsd.js +476 -0
  196. package/dist/modules/sso-saml/schema/ws-securitypolicy-1.2.xsd.d.ts +2 -0
  197. package/dist/modules/sso-saml/schema/ws-securitypolicy-1.2.xsd.js +1211 -0
  198. package/dist/modules/sso-saml/schema/xenc-schema.xsd.d.ts +2 -0
  199. package/dist/modules/sso-saml/schema/xenc-schema.xsd.js +151 -0
  200. package/dist/modules/sso-saml/schema/xml.xsd.d.ts +2 -0
  201. package/dist/modules/sso-saml/schema/xml.xsd.js +123 -0
  202. package/dist/modules/sso-saml/schema/xmldsig-core-schema.xsd.d.ts +2 -0
  203. package/dist/modules/sso-saml/schema/xmldsig-core-schema.xsd.js +324 -0
  204. package/dist/modules/sso-saml/service-provider.ee.d.ts +6 -0
  205. package/dist/modules/sso-saml/service-provider.ee.js +44 -0
  206. package/dist/modules/sso-saml/sso-saml.module.d.ts +4 -0
  207. package/dist/modules/sso-saml/sso-saml.module.js +55 -0
  208. package/dist/modules/sso-saml/types.d.ts +4 -0
  209. package/dist/modules/sso-saml/types.js +2 -0
  210. package/dist/modules/sso-saml/views/init-sso-post.d.ts +2 -0
  211. package/dist/modules/sso-saml/views/init-sso-post.js +16 -0
  212. package/dist/node-lib.d.ts +10 -0
  213. package/dist/node-lib.js +137 -0
  214. package/dist/push/index.d.ts +1 -1
  215. package/dist/server.d.ts +1 -0
  216. package/dist/server.js +1 -0
  217. package/dist/services/cors-service.d.ts +7 -0
  218. package/dist/services/cors-service.js +50 -0
  219. package/dist/services/static-auth-service.d.ts +4 -0
  220. package/dist/services/static-auth-service.js +29 -0
  221. package/dist/sso.ee/saml/schema/metadata-exchange.xsd.js +0 -0
  222. package/dist/task-runners/task-broker/errors/task-runner-accept-timeout.error.js +0 -0
  223. package/dist/typecheck.tsbuildinfo +1 -0
  224. package/dist/user-management/email/templates/workflow-failure.handlebars +211 -0
  225. package/dist/utils/cors.util.d.ts +2 -0
  226. package/dist/utils/cors.util.js +17 -0
  227. package/dist/webhooks/waiting-forms.js +3 -3
  228. package/dist/webhooks/waiting-webhooks.js +2 -0
  229. package/dist/workflows/workflow.service.d.ts +2 -2
  230. package/dist/workflows/workflows.controller.d.ts +6 -6
  231. package/package.json +22 -21
@@ -0,0 +1,1211 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.xmlFileInfo = void 0;
4
+ exports.xmlFileInfo = {
5
+ fileName: 'ws-securitypolicy-1.2.xsd',
6
+ contents: `<?xml version="1.0" encoding="utf-8"?>
7
+ <!--
8
+ OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the
9
+ implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available;
10
+ neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS
11
+ specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made
12
+ available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users
13
+ of this specification, can be obtained from the OASIS Executive Director.
14
+ OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may
15
+ cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director.
16
+ Copyright © OASIS Open 2002-2007. All Rights Reserved.
17
+ This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist
18
+ in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the
19
+ above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself does not be modified
20
+ in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications,
21
+ in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate
22
+ it into languages other than English.
23
+ The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns.
24
+ This document and the information contained herein is provided on an AS IS basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
25
+ INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
26
+ MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
27
+ -->
28
+ <xs:schema
29
+ targetNamespace='http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702'
30
+ xmlns:tns='http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702'
31
+ xmlns:wsa="http://www.w3.org/2005/08/addressing"
32
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
33
+ elementFormDefault="qualified"
34
+ blockDefault="#all" >
35
+
36
+ <xs:import namespace="http://www.w3.org/2005/08/addressing"
37
+ schemaLocation="ws-addr.xsd" />
38
+
39
+ <!--
40
+ 4. Protection Assertions
41
+ -->
42
+ <xs:element name="SignedParts" type="tns:SePartsType">
43
+ <xs:annotation>
44
+ <xs:documentation xml:lang="en">
45
+ 4.1.1 SignedParts Assertion
46
+ </xs:documentation>
47
+ </xs:annotation>
48
+ </xs:element>
49
+ <xs:element name="EncryptedParts" type="tns:SePartsType" >
50
+ <xs:annotation>
51
+ <xs:documentation xml:lang="en">
52
+ 4.2.1 EncryptedParts Assertion
53
+ </xs:documentation>
54
+ </xs:annotation>
55
+ </xs:element>
56
+ <xs:complexType name="SePartsType">
57
+ <xs:sequence>
58
+ <xs:element name="Body" type="tns:EmptyType" minOccurs="0" />
59
+ <xs:element name="Header" type="tns:HeaderType" minOccurs="0" maxOccurs="unbounded" />
60
+ <xs:element name="Attachments" type="tns:EmptyType" minOccurs="0" />
61
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax"/>
62
+ </xs:sequence>
63
+ <xs:anyAttribute namespace="##any" processContents="lax" />
64
+ </xs:complexType>
65
+ <xs:complexType name="EmptyType" />
66
+ <xs:complexType name="HeaderType" >
67
+ <xs:attribute name="Name" type="xs:QName" use="optional" />
68
+ <xs:attribute name="Namespace" type="xs:anyURI" use="required" />
69
+ <xs:anyAttribute namespace="##any" processContents="lax" />
70
+ </xs:complexType>
71
+
72
+ <xs:element name="SignedElements" type="tns:SerElementsType" >
73
+ <xs:annotation>
74
+ <xs:documentation xml:lang="en" >
75
+ 4.1.2 SignedElements Assertion
76
+ </xs:documentation>
77
+ </xs:annotation>
78
+ </xs:element>
79
+ <xs:element name="EncryptedElements" type="tns:SerElementsType" >
80
+ <xs:annotation>
81
+ <xs:documentation xml:lang="en">
82
+ 4.2.2 EncryptedElements Assertion
83
+ </xs:documentation>
84
+ </xs:annotation>
85
+ </xs:element>
86
+ <xs:element name="RequiredElements" type="tns:SerElementsType" >
87
+ <xs:annotation>
88
+ <xs:documentation xml:lang="en" >
89
+ 4.3.1 RequiredElements Assertion
90
+ </xs:documentation>
91
+ </xs:annotation>
92
+ </xs:element>
93
+ <xs:complexType name="SerElementsType">
94
+ <xs:sequence>
95
+ <xs:element name="XPath" type="xs:string" minOccurs="1" maxOccurs="unbounded" />
96
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax"/>
97
+ </xs:sequence>
98
+ <xs:attribute name="XPathVersion" type="xs:anyURI" use="optional" />
99
+ <xs:anyAttribute namespace="##any" processContents="lax" />
100
+ </xs:complexType>
101
+
102
+ <!--
103
+ 5. Token Assertions
104
+ -->
105
+ <xs:attribute name="IncludeToken" type="tns:IncludeTokenOpenType" >
106
+ <xs:annotation>
107
+ <xs:documentation xml:lang="en">
108
+ 5.1 Token Inclusion
109
+ </xs:documentation>
110
+ </xs:annotation>
111
+ </xs:attribute>
112
+ <xs:simpleType name="IncludeTokenOpenType">
113
+ <xs:union memberTypes="tns:IncludeTokenType xs:anyURI" />
114
+ </xs:simpleType>
115
+ <xs:simpleType name="IncludeTokenType">
116
+ <xs:restriction base="xs:anyURI" >
117
+ <xs:enumeration value="http://docs.oasis-open.org/ws-sx/ws-trust/200702/ws-securitypolicy/IncludeToken/Never" />
118
+ <xs:enumeration value="http://docs.oasis-open.org/ws-sx/ws-trust/200702/ws-securitypolicy/IncludeToken/Once" />
119
+ <xs:enumeration value="http://docs.oasis-open.org/ws-sx/ws-trust/200702/ws-securitypolicy/IncludeToken/AlwaysToRecipient" />
120
+ <xs:enumeration value="http://docs.oasis-open.org/ws-sx/ws-trust/200702/ws-securitypolicy/IncludeToken/AlwaysToInitiator" />
121
+ <xs:enumeration value="http://docs.oasis-open.org/ws-sx/ws-trust/200702/ws-securitypolicy/IncludeToken/Always" />
122
+ </xs:restriction>
123
+ </xs:simpleType>
124
+
125
+ <xs:element name="UsernameToken" type="tns:TokenAssertionType" >
126
+ <xs:annotation>
127
+ <xs:documentation xml:lang="en" >
128
+ 5.4.1 UsernameToken Assertion
129
+ </xs:documentation>
130
+ </xs:annotation>
131
+ </xs:element>
132
+ <xs:complexType name="TokenAssertionType">
133
+ <xs:sequence>
134
+ <xs:choice minOccurs="0">
135
+ <xs:element name="Issuer" type="wsa:EndpointReferenceType" />
136
+ <xs:element name="IssuerName" type="xs:anyURI" />
137
+ </xs:choice>
138
+ <!--
139
+ Actual content model is non-deterministic, hence wildcard. The following shows intended content model:
140
+ <xs:element ref="wsp:Policy" minOccurs="0" />
141
+ -->
142
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax"/>
143
+ </xs:sequence>
144
+ <xs:attribute ref="tns:IncludeToken" use="optional" />
145
+ <xs:anyAttribute namespace="##any" processContents="lax" />
146
+ </xs:complexType>
147
+
148
+ <xs:element name="NoPassword" type="tns:QNameAssertionType" >
149
+ <xs:annotation>
150
+ <xs:documentation xml:lang="en">
151
+ 5.4.1 UsernameToken Assertion
152
+ </xs:documentation>
153
+ </xs:annotation>
154
+ </xs:element>
155
+ <xs:element name="HashPassword" type="tns:QNameAssertionType" >
156
+ <xs:annotation>
157
+ <xs:documentation xml:lang="en">
158
+ 5.4.1 UsernameToken Assertion
159
+ </xs:documentation>
160
+ </xs:annotation>
161
+ </xs:element>
162
+ <xs:element name="WssUsernameToken10" type="tns:QNameAssertionType" >
163
+ <xs:annotation>
164
+ <xs:documentation xml:lang="en">
165
+ 5.4.1 UsernameToken Assertion
166
+ </xs:documentation>
167
+ </xs:annotation>
168
+ </xs:element>
169
+ <xs:element name="WssUsernameToken11" type="tns:QNameAssertionType" >
170
+ <xs:annotation>
171
+ <xs:documentation xml:lang="en">
172
+ 5.4.1 UsernameToken Assertion
173
+ </xs:documentation>
174
+ </xs:annotation>
175
+ </xs:element>
176
+ <!-- RequireDerivedKeys defined below. -->
177
+ <!-- RequireImpliedDerivedKeys defined below. -->
178
+ <!-- RequireExplicitDerivedKeys defined below. -->
179
+
180
+ <xs:complexType name="QNameAssertionType">
181
+ <xs:anyAttribute namespace="##any" processContents="lax" />
182
+ </xs:complexType>
183
+
184
+ <xs:element name="IssuedToken" type="tns:IssuedTokenType">
185
+ <xs:annotation>
186
+ <xs:documentation xml:lang="en">
187
+ 5.4.2 IssuedToken Assertion
188
+ </xs:documentation>
189
+ </xs:annotation>
190
+ </xs:element>
191
+ <xs:complexType name="IssuedTokenType">
192
+ <xs:sequence>
193
+ <xs:choice minOccurs="0">
194
+ <xs:element name="Issuer" type="wsa:EndpointReferenceType" />
195
+ <xs:element name="IssuerName" type="xs:anyURI" />
196
+ </xs:choice>
197
+ <xs:element name="RequestSecurityTokenTemplate" type="tns:RequestSecurityTokenTemplateType" />
198
+ <!--
199
+ Actual content model is non-deterministic, hence wildcard. The following shows intended content model:
200
+ <xs:element ref="wsp:Policy" minOccurs="0" />
201
+ -->
202
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
203
+ </xs:sequence>
204
+ <xs:attribute ref="tns:IncludeToken" use="optional" />
205
+ <xs:anyAttribute namespace="##any" processContents="lax" />
206
+ </xs:complexType>
207
+ <xs:complexType name="RequestSecurityTokenTemplateType">
208
+ <xs:sequence>
209
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
210
+ </xs:sequence>
211
+ <xs:attribute name="TrustVersion" type="xs:anyURI" use="optional" />
212
+ <xs:anyAttribute namespace="##any" processContents="lax" />
213
+ </xs:complexType>
214
+
215
+ <xs:element name="RequireDerivedKeys" type="tns:QNameAssertionType" >
216
+ <xs:annotation>
217
+ <xs:documentation xml:lang="en">
218
+ 5.4.2 IssuedToken Assertion
219
+ </xs:documentation>
220
+ </xs:annotation>
221
+ </xs:element>
222
+ <xs:element name="RequireImpliedDerivedKeys" type="tns:QNameAssertionType" >
223
+ <xs:annotation>
224
+ <xs:documentation xml:lang="en">
225
+ 5.4.2 IssuedToken Assertion
226
+ </xs:documentation>
227
+ </xs:annotation>
228
+ </xs:element>
229
+ <xs:element name="RequireExplicitDerivedKeys" type="tns:QNameAssertionType" >
230
+ <xs:annotation>
231
+ <xs:documentation xml:lang="en">
232
+ 5.4.2 IssuedToken Assertion
233
+ </xs:documentation>
234
+ </xs:annotation>
235
+ </xs:element>
236
+ <xs:element name="RequireExternalReference" type="tns:QNameAssertionType" >
237
+ <xs:annotation>
238
+ <xs:documentation xml:lang="en">
239
+ 5.4.2 IssuedToken Assertion
240
+ </xs:documentation>
241
+ </xs:annotation>
242
+ </xs:element>
243
+ <xs:element name="RequireInternalReference" type="tns:QNameAssertionType" >
244
+ <xs:annotation>
245
+ <xs:documentation xml:lang="en">
246
+ 5.4.2 IssuedToken Assertion
247
+ </xs:documentation>
248
+ </xs:annotation>
249
+ </xs:element>
250
+
251
+ <xs:element name="X509Token" type="tns:TokenAssertionType" >
252
+ <xs:annotation>
253
+ <xs:documentation xml:lang="en">
254
+ 5.4.3 X509Token Assertion
255
+ </xs:documentation>
256
+ </xs:annotation>
257
+ </xs:element>
258
+ <!-- RequireDerivedKeys defined above. -->
259
+ <!-- RequireImpliedDerivedKeys defined above. -->
260
+ <!-- RequireExplicitDerivedKeys defined above. -->
261
+
262
+ <xs:element name="RequireKeyIdentifierReference" type="tns:QNameAssertionType" >
263
+ <xs:annotation>
264
+ <xs:documentation xml:lang="en">
265
+ 5.4.3 X509Token Assertion
266
+ </xs:documentation>
267
+ </xs:annotation>
268
+ </xs:element>
269
+ <xs:element name="RequireIssuerSerialReference" type="tns:QNameAssertionType" >
270
+ <xs:annotation>
271
+ <xs:documentation xml:lang="en">
272
+ 5.4.3 X509Token Assertion
273
+ </xs:documentation>
274
+ </xs:annotation>
275
+ </xs:element>
276
+ <xs:element name="RequireEmbeddedTokenReference" type="tns:QNameAssertionType" >
277
+ <xs:annotation>
278
+ <xs:documentation xml:lang="en">
279
+ 5.4.3 X509Token Assertion
280
+ </xs:documentation>
281
+ </xs:annotation>
282
+ </xs:element>
283
+ <xs:element name="RequireThumbprintReference" type="tns:QNameAssertionType" >
284
+ <xs:annotation>
285
+ <xs:documentation xml:lang="en">
286
+ 5.4.3 X509Token Assertion
287
+ </xs:documentation>
288
+ </xs:annotation>
289
+ </xs:element>
290
+ <xs:element name="WssX509V3Token10" type="tns:QNameAssertionType" >
291
+ <xs:annotation>
292
+ <xs:documentation xml:lang="en">
293
+ 5.4.3 X509Token Assertion
294
+ </xs:documentation>
295
+ </xs:annotation>
296
+ </xs:element>
297
+ <xs:element name="WssX509Pkcs7Token10" type="tns:QNameAssertionType" >
298
+ <xs:annotation>
299
+ <xs:documentation xml:lang="en">
300
+ 5.4.3 X509Token Assertion
301
+ </xs:documentation>
302
+ </xs:annotation>
303
+ </xs:element>
304
+ <xs:element name="WssX509PkiPathV1Token10" type="tns:QNameAssertionType" >
305
+ <xs:annotation>
306
+ <xs:documentation xml:lang="en">
307
+ 5.4.3 X509Token Assertion
308
+ </xs:documentation>
309
+ </xs:annotation>
310
+ </xs:element>
311
+ <xs:element name="WssX509V1Token11" type="tns:QNameAssertionType" >
312
+ <xs:annotation>
313
+ <xs:documentation xml:lang="en">
314
+ 5.4.3 X509Token Assertion
315
+ </xs:documentation>
316
+ </xs:annotation>
317
+ </xs:element>
318
+ <xs:element name="WssX509V3Token11" type="tns:QNameAssertionType" >
319
+ <xs:annotation>
320
+ <xs:documentation xml:lang="en">
321
+ 5.4.3 X509Token Assertion
322
+ </xs:documentation>
323
+ </xs:annotation>
324
+ </xs:element>
325
+ <xs:element name="WssX509Pkcs7Token11" type="tns:QNameAssertionType" >
326
+ <xs:annotation>
327
+ <xs:documentation xml:lang="en">
328
+ 5.4.3 X509Token Assertion
329
+ </xs:documentation>
330
+ </xs:annotation>
331
+ </xs:element>
332
+ <xs:element name="WssX509PkiPathV1Token11" type="tns:QNameAssertionType" >
333
+ <xs:annotation>
334
+ <xs:documentation xml:lang="en">
335
+ 5.4.3 X509Token Assertion
336
+ </xs:documentation>
337
+ </xs:annotation>
338
+ </xs:element>
339
+
340
+ <xs:element name="KerberosToken" type="tns:TokenAssertionType" >
341
+ <xs:annotation>
342
+ <xs:documentation xml:lang="en">
343
+ 5.4.4 KerberosToken Assertion
344
+ </xs:documentation>
345
+ </xs:annotation>
346
+ </xs:element>
347
+ <!-- RequireDerivedKeys defined above. -->
348
+ <!-- RequireImpliedDerivedKeys defined above. -->
349
+ <!-- RequireExplicitDerivedKeys defined above. -->
350
+ <!-- RequireKeyIdentifierReference defined above. -->
351
+
352
+ <xs:element name="WssKerberosV5ApReqToken11" type="tns:QNameAssertionType" >
353
+ <xs:annotation>
354
+ <xs:documentation xml:lang="en">
355
+ 5.4.4 KerberosToken Assertion
356
+ </xs:documentation>
357
+ </xs:annotation>
358
+ </xs:element>
359
+ <xs:element name="WssGssKerberosV5ApReqToken11" type="tns:QNameAssertionType" >
360
+ <xs:annotation>
361
+ <xs:documentation xml:lang="en">
362
+ 5.4.4 KerberosToken Assertion
363
+ </xs:documentation>
364
+ </xs:annotation>
365
+ </xs:element>
366
+
367
+ <xs:element name="SpnegoContextToken" type="tns:SpnegoContextTokenType" >
368
+ <xs:annotation>
369
+ <xs:documentation xml:lang="en" >
370
+ 5.4.5 SpnegoContextToken Assertion
371
+ </xs:documentation>
372
+ </xs:annotation>
373
+ </xs:element>
374
+ <xs:complexType name="SpnegoContextTokenType">
375
+ <xs:sequence>
376
+ <xs:choice minOccurs="0">
377
+ <xs:element name="Issuer" type="wsa:EndpointReferenceType" />
378
+ <xs:element name="IssuerName" type="xs:anyURI" />
379
+ </xs:choice>
380
+ <!--
381
+ Actual content model is non-deterministic, hence wildcard. The following shows intended content model:
382
+ <xs:element ref="wsp:Policy" minOccurs="0" />
383
+ -->
384
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
385
+ </xs:sequence>
386
+ <xs:attribute ref="tns:IncludeToken" use="optional" />
387
+ <xs:anyAttribute namespace="##any" processContents="lax" />
388
+ </xs:complexType>
389
+ <!-- RequireDerivedKeys defined above. -->
390
+ <!-- RequireImpliedDerivedKeys defined above. -->
391
+ <!-- RequireExplicitDerivedKeys defined above. -->
392
+ <xs:element name="MustNotSendCancel" type="tns:QNameAssertionType" >
393
+ <xs:annotation>
394
+ <xs:documentation xml:lang="en">
395
+ 5.4.5 SpnegoContextToken Assertion
396
+ </xs:documentation>
397
+ </xs:annotation>
398
+ </xs:element>
399
+ <xs:element name="MustNotSendAmend" type="tns:QNameAssertionType" >
400
+ <xs:annotation>
401
+ <xs:documentation xml:lang="en">
402
+ 5.4.5 SpnegoContextToken Assertion
403
+ </xs:documentation>
404
+ </xs:annotation>
405
+ </xs:element>
406
+ <xs:element name="MustNotSendRenew" type="tns:QNameAssertionType" >
407
+ <xs:annotation>
408
+ <xs:documentation xml:lang="en">
409
+ 5.4.5 SpnegoContextToken Assertion
410
+ </xs:documentation>
411
+ </xs:annotation>
412
+ </xs:element>
413
+
414
+ <xs:element name="SecurityContextToken" type="tns:TokenAssertionType">
415
+ <xs:annotation>
416
+ <xs:documentation xml:lang="en">
417
+ 5.4.6 SecurityContextToken Assertion
418
+ </xs:documentation>
419
+ </xs:annotation>
420
+ </xs:element>
421
+ <!-- RequireDerivedKeys defined above. -->
422
+ <!-- RequireImpliedDerivedKeys defined above. -->
423
+ <!-- RequireExplicitDerivedKeys defined above. -->
424
+
425
+ <xs:element name="RequireExternalUriReference" type="tns:QNameAssertionType">
426
+ <xs:annotation>
427
+ <xs:documentation xml:lang="en">
428
+ 5.4.6 SecurityContextToken Assertion
429
+ </xs:documentation>
430
+ </xs:annotation>
431
+ </xs:element>
432
+ <xs:element name="SC13SecurityContextToken" type="tns:QNameAssertionType">
433
+ <xs:annotation>
434
+ <xs:documentation xml:lang="en">
435
+ 5.4.6 SecurityContextToken Assertion
436
+ </xs:documentation>
437
+ </xs:annotation>
438
+ </xs:element>
439
+
440
+ <xs:element name="SecureConversationToken" type="tns:SecureConversationTokenType" >
441
+ <xs:annotation>
442
+ <xs:documentation xml:lang="en">
443
+ 5.4.7 SecureConversationToken Assertion
444
+ </xs:documentation>
445
+ </xs:annotation>
446
+ </xs:element>
447
+ <xs:complexType name="SecureConversationTokenType">
448
+ <xs:sequence>
449
+ <xs:choice minOccurs="0">
450
+ <xs:element name="Issuer" type="wsa:EndpointReferenceType" />
451
+ <xs:element name="IssuerName" type="xs:anyURI" />
452
+ </xs:choice>
453
+ <!--
454
+ Actual content model is non-deterministic, hence wildcard. The following shows intended content model:
455
+ <xs:element ref="wsp:Policy" minOccurs="0" />
456
+ -->
457
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
458
+ </xs:sequence>
459
+ <xs:attribute ref="tns:IncludeToken" use="optional" />
460
+ <xs:anyAttribute namespace="##any" processContents="lax" />
461
+ </xs:complexType>
462
+ <!-- RequireDerivedKeys defined above. -->
463
+ <!-- RequireImpliedDerivedKeys defined above. -->
464
+ <!-- RequireExplicitDerivedKeys defined above. -->
465
+ <!-- RequireExternalUriReference defined above. -->
466
+ <!-- SC13SecurityContextToken defined above. -->
467
+ <!-- MustNotSendCancel defined above. -->
468
+ <!-- MustNotSendAmend defined above. -->
469
+ <!-- MustNotSendRenew defined above. -->
470
+
471
+ <xs:element name="BootstrapPolicy" type="tns:NestedPolicyType">
472
+ <xs:annotation>
473
+ <xs:documentation xml:lang="en">
474
+ 5.4.7 SecureConversationToken Assertion
475
+ </xs:documentation>
476
+ </xs:annotation>
477
+ </xs:element>
478
+
479
+ <xs:element name="SamlToken" type="tns:TokenAssertionType">
480
+ <xs:annotation>
481
+ <xs:documentation xml:lang="en" >
482
+ 5.4.8 SamlToken Assertion
483
+ </xs:documentation>
484
+ </xs:annotation>
485
+ </xs:element>
486
+ <!-- RequireDerivedKeys defined above. -->
487
+ <!-- RequireImpliedDerivedKeys defined above. -->
488
+ <!-- RequireExplicitDerivedKeys defined above. -->
489
+ <!-- RequireKeyIdentifierReference defined above. -->
490
+
491
+ <xs:element name="WssSamlV11Token10" type="tns:QNameAssertionType">
492
+ <xs:annotation>
493
+ <xs:documentation xml:lang="en">
494
+ 5.4.8 SamlToken Assertion
495
+ </xs:documentation>
496
+ </xs:annotation>
497
+ </xs:element>
498
+ <xs:element name="WssSamlV11Token11" type="tns:QNameAssertionType">
499
+ <xs:annotation>
500
+ <xs:documentation xml:lang="en">
501
+ 5.4.8 SamlToken Assertion
502
+ </xs:documentation>
503
+ </xs:annotation>
504
+ </xs:element>
505
+ <xs:element name="WssSamlV20Token11" type="tns:QNameAssertionType">
506
+ <xs:annotation>
507
+ <xs:documentation xml:lang="en">
508
+ 5.4.8 SamlToken Assertion
509
+ </xs:documentation>
510
+ </xs:annotation>
511
+ </xs:element>
512
+
513
+ <xs:element name="RelToken" type="tns:TokenAssertionType">
514
+ <xs:annotation>
515
+ <xs:documentation xml:lang="en">
516
+ 5.4.9 RelToken Assertion
517
+ </xs:documentation>
518
+ </xs:annotation>
519
+ </xs:element>
520
+ <!-- RequireDerivedKeys defined above. -->
521
+ <!-- RequireImpliedDerivedKeys defined above. -->
522
+ <!-- RequireExplicitDerivedKeys defined above. -->
523
+ <!-- RequireKeyIdentifierReference defined above. -->
524
+
525
+ <xs:element name="WssRelV10Token10" type="tns:QNameAssertionType">
526
+ <xs:annotation>
527
+ <xs:documentation xml:lang="en">
528
+ 5.4.9 RelToken Assertion
529
+ </xs:documentation>
530
+ </xs:annotation>
531
+ </xs:element>
532
+ <xs:element name="WssRelV20Token10" type="tns:QNameAssertionType">
533
+ <xs:annotation>
534
+ <xs:documentation xml:lang="en">
535
+ 5.4.9 RelToken Assertion
536
+ </xs:documentation>
537
+ </xs:annotation>
538
+ </xs:element>
539
+ <xs:element name="WssRelV10Token11" type="tns:QNameAssertionType">
540
+ <xs:annotation>
541
+ <xs:documentation xml:lang="en">
542
+ 5.4.9 RelToken Assertion
543
+ </xs:documentation>
544
+ </xs:annotation>
545
+ </xs:element>
546
+ <xs:element name="WssRelV20Token11" type="tns:QNameAssertionType">
547
+ <xs:annotation>
548
+ <xs:documentation xml:lang="en">
549
+ 5.4.9 RelToken Assertion
550
+ </xs:documentation>
551
+ </xs:annotation>
552
+ </xs:element>
553
+
554
+ <xs:element name="HttpsToken" type="tns:TokenAssertionType">
555
+ <xs:annotation>
556
+ <xs:documentation xml:lang="en">
557
+ 5.4.10 HttpsToken Assertion
558
+ </xs:documentation>
559
+ </xs:annotation>
560
+ </xs:element>
561
+ <xs:element name="HttpBasicAuthentication" type="tns:QNameAssertionType">
562
+ <xs:annotation>
563
+ <xs:documentation xml:lang="en">
564
+ 5.4.10 HttpsToken Assertion
565
+ </xs:documentation>
566
+ </xs:annotation>
567
+ </xs:element>
568
+ <xs:element name="HttpDigestAuthentication" type="tns:QNameAssertionType">
569
+ <xs:annotation>
570
+ <xs:documentation xml:lang="en">
571
+ 5.4.10 HttpsToken Assertion
572
+ </xs:documentation>
573
+ </xs:annotation>
574
+ </xs:element>
575
+ <xs:element name="RequireClientCertificate" type="tns:QNameAssertionType">
576
+ <xs:annotation>
577
+ <xs:documentation xml:lang="en">
578
+ 5.4.10 HttpsToken Assertion
579
+ </xs:documentation>
580
+ </xs:annotation>
581
+ </xs:element>
582
+
583
+ <xs:element name="KeyValueToken" type="tns:KeyValueTokenType">
584
+ <xs:annotation>
585
+ <xs:documentation xml:lang="en">
586
+ 5.4.11 KeyValueToken Assertion
587
+ </xs:documentation>
588
+ </xs:annotation>
589
+ </xs:element>
590
+ <xs:complexType name="KeyValueTokenType">
591
+ <xs:sequence>
592
+ <!--
593
+ Actual content model is non-deterministic, hence wildcard. The following shows intended content model:
594
+ <xs:element ref="wsp:Policy" minOccurs="0" />
595
+ -->
596
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
597
+ </xs:sequence>
598
+ <xs:attribute ref="tns:IncludeToken" use="optional" />
599
+ <xs:anyAttribute namespace="##any" processContents="lax" />
600
+ </xs:complexType>
601
+ <xs:element name="RsaKeyValue" type="tns:QNameAssertionType">
602
+ <xs:annotation>
603
+ <xs:documentation xml:lang="en">
604
+ 5.4.11 KeyValueToken Assertion
605
+ </xs:documentation>
606
+ </xs:annotation>
607
+ </xs:element>
608
+
609
+ <!--
610
+ 7. Security Binding Assertions
611
+ -->
612
+ <xs:element name="AlgorithmSuite" type="tns:NestedPolicyType" >
613
+ <xs:annotation>
614
+ <xs:documentation xml:lang="en">
615
+ 7.1 AlgorithmSuite Assertion
616
+ </xs:documentation>
617
+ </xs:annotation>
618
+ </xs:element>
619
+ <xs:complexType name="NestedPolicyType">
620
+ <xs:sequence>
621
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax"/>
622
+ </xs:sequence>
623
+ <xs:anyAttribute namespace="##any" processContents="lax" />
624
+ </xs:complexType>
625
+
626
+ <xs:element name="Basic256" type="tns:QNameAssertionType">
627
+ <xs:annotation>
628
+ <xs:documentation xml:lang="en">
629
+ 7.1 AlgorithmSuite Assertion
630
+ </xs:documentation>
631
+ </xs:annotation>
632
+ </xs:element>
633
+ <xs:element name="Basic192" type="tns:QNameAssertionType">
634
+ <xs:annotation>
635
+ <xs:documentation xml:lang="en">
636
+ 7.1 AlgorithmSuite Assertion
637
+ </xs:documentation>
638
+ </xs:annotation>
639
+ </xs:element>
640
+ <xs:element name="Basic128" type="tns:QNameAssertionType">
641
+ <xs:annotation>
642
+ <xs:documentation xml:lang="en">
643
+ 7.1 AlgorithmSuite Assertion
644
+ </xs:documentation>
645
+ </xs:annotation>
646
+ </xs:element>
647
+ <xs:element name="TripleDes" type="tns:QNameAssertionType">
648
+ <xs:annotation>
649
+ <xs:documentation xml:lang="en">
650
+ 7.1 AlgorithmSuite Assertion
651
+ </xs:documentation>
652
+ </xs:annotation>
653
+ </xs:element>
654
+ <xs:element name="Basic256Rsa15" type="tns:QNameAssertionType">
655
+ <xs:annotation>
656
+ <xs:documentation xml:lang="en">
657
+ 7.1 AlgorithmSuite Assertion
658
+ </xs:documentation>
659
+ </xs:annotation>
660
+ </xs:element>
661
+ <xs:element name="Basic192Rsa15" type="tns:QNameAssertionType">
662
+ <xs:annotation>
663
+ <xs:documentation xml:lang="en">
664
+ 7.1 AlgorithmSuite Assertion
665
+ </xs:documentation>
666
+ </xs:annotation>
667
+ </xs:element>
668
+ <xs:element name="Basic128Rsa15" type="tns:QNameAssertionType">
669
+ <xs:annotation>
670
+ <xs:documentation xml:lang="en">
671
+ 7.1 AlgorithmSuite Assertion
672
+ </xs:documentation>
673
+ </xs:annotation>
674
+ </xs:element>
675
+ <xs:element name="TripleDesRsa15" type="tns:QNameAssertionType">
676
+ <xs:annotation>
677
+ <xs:documentation xml:lang="en">
678
+ 7.1 AlgorithmSuite Assertion
679
+ </xs:documentation>
680
+ </xs:annotation>
681
+ </xs:element>
682
+ <xs:element name="Basic256Sha256" type="tns:QNameAssertionType">
683
+ <xs:annotation>
684
+ <xs:documentation xml:lang="en">
685
+ 7.1 AlgorithmSuite Assertion
686
+ </xs:documentation>
687
+ </xs:annotation>
688
+ </xs:element>
689
+ <xs:element name="Basic192Sha256" type="tns:QNameAssertionType">
690
+ <xs:annotation>
691
+ <xs:documentation xml:lang="en">
692
+ 7.1 AlgorithmSuite Assertion
693
+ </xs:documentation>
694
+ </xs:annotation>
695
+ </xs:element>
696
+ <xs:element name="Basic128Sha256" type="tns:QNameAssertionType">
697
+ <xs:annotation>
698
+ <xs:documentation xml:lang="en">
699
+ 7.1 AlgorithmSuite Assertion
700
+ </xs:documentation>
701
+ </xs:annotation>
702
+ </xs:element>
703
+ <xs:element name="TripleDesSha256" type="tns:QNameAssertionType">
704
+ <xs:annotation>
705
+ <xs:documentation xml:lang="en">
706
+ 7.1 AlgorithmSuite Assertion
707
+ </xs:documentation>
708
+ </xs:annotation>
709
+ </xs:element>
710
+ <xs:element name="Basic256Sha256Rsa15" type="tns:QNameAssertionType">
711
+ <xs:annotation>
712
+ <xs:documentation xml:lang="en">
713
+ 7.1 AlgorithmSuite Assertion
714
+ </xs:documentation>
715
+ </xs:annotation>
716
+ </xs:element>
717
+ <xs:element name="Basic192Sha256Rsa15" type="tns:QNameAssertionType">
718
+ <xs:annotation>
719
+ <xs:documentation xml:lang="en">
720
+ 7.1 AlgorithmSuite Assertion
721
+ </xs:documentation>
722
+ </xs:annotation>
723
+ </xs:element>
724
+ <xs:element name="Basic128Sha256Rsa15" type="tns:QNameAssertionType">
725
+ <xs:annotation>
726
+ <xs:documentation xml:lang="en">
727
+ 7.1 AlgorithmSuite Assertion
728
+ </xs:documentation>
729
+ </xs:annotation>
730
+ </xs:element>
731
+ <xs:element name="TripleDesSha256Rsa15" type="tns:QNameAssertionType">
732
+ <xs:annotation>
733
+ <xs:documentation xml:lang="en">
734
+ 7.1 AlgorithmSuite Assertion
735
+ </xs:documentation>
736
+ </xs:annotation>
737
+ </xs:element>
738
+ <xs:element name="InclusiveC14N" type="tns:QNameAssertionType">
739
+ <xs:annotation>
740
+ <xs:documentation xml:lang="en">
741
+ 7.1 AlgorithmSuite Assertion
742
+ </xs:documentation>
743
+ </xs:annotation>
744
+ </xs:element>
745
+ <xs:element name="SOAPNormalization10" type="tns:QNameAssertionType">
746
+ <xs:annotation>
747
+ <xs:documentation xml:lang="en">
748
+ 7.1 AlgorithmSuite Assertion
749
+ </xs:documentation>
750
+ </xs:annotation>
751
+ </xs:element>
752
+ <xs:element name="STRTransform10" type="tns:QNameAssertionType">
753
+ <xs:annotation>
754
+ <xs:documentation xml:lang="en">
755
+ 7.1 AlgorithmSuite Assertion
756
+ </xs:documentation>
757
+ </xs:annotation>
758
+ </xs:element>
759
+ <xs:element name="XPath10" type="tns:QNameAssertionType">
760
+ <xs:annotation>
761
+ <xs:documentation xml:lang="en">
762
+ 7.1 AlgorithmSuite Assertion
763
+ </xs:documentation>
764
+ </xs:annotation>
765
+ </xs:element>
766
+ <xs:element name="XPathFilter20" type="tns:QNameAssertionType">
767
+ <xs:annotation>
768
+ <xs:documentation xml:lang="en">
769
+ 7.1 AlgorithmSuite Assertion
770
+ </xs:documentation>
771
+ </xs:annotation>
772
+ </xs:element>
773
+ <xs:element name="AbsXPath" type="tns:QNameAssertionType">
774
+ <xs:annotation>
775
+ <xs:documentation xml:lang="en">
776
+ 7.1 AlgorithmSuite Assertion
777
+ </xs:documentation>
778
+ </xs:annotation>
779
+ </xs:element>
780
+
781
+ <xs:element name="Layout" type="tns:NestedPolicyType">
782
+ <xs:annotation>
783
+ <xs:documentation xml:lang="en">
784
+ 7.2 Layout Assertion
785
+ </xs:documentation>
786
+ </xs:annotation>
787
+ </xs:element>
788
+
789
+ <xs:element name="Strict" type="tns:QNameAssertionType">
790
+ <xs:annotation>
791
+ <xs:documentation xml:lang="en">
792
+ 7.2 Layout Assertion
793
+ </xs:documentation>
794
+ </xs:annotation>
795
+ </xs:element>
796
+ <xs:element name="Lax" type="tns:QNameAssertionType">
797
+ <xs:annotation>
798
+ <xs:documentation xml:lang="en">
799
+ 7.2 Layout Assertion
800
+ </xs:documentation>
801
+ </xs:annotation>
802
+ </xs:element>
803
+ <xs:element name="LaxTsFirst" type="tns:QNameAssertionType">
804
+ <xs:annotation>
805
+ <xs:documentation xml:lang="en">
806
+ 7.2 Layout Assertion
807
+ </xs:documentation>
808
+ </xs:annotation>
809
+ </xs:element>
810
+ <xs:element name="LaxTsLast" type="tns:QNameAssertionType">
811
+ <xs:annotation>
812
+ <xs:documentation xml:lang="en">
813
+ 7.2 Layout Assertion
814
+ </xs:documentation>
815
+ </xs:annotation>
816
+ </xs:element>
817
+
818
+ <xs:element name="TransportBinding" type="tns:NestedPolicyType">
819
+ <xs:annotation>
820
+ <xs:documentation xml:lang="en">
821
+ 7.3 TransportBinding Assertion
822
+ </xs:documentation>
823
+ </xs:annotation>
824
+ </xs:element>
825
+
826
+ <xs:element name="TransportToken" type="tns:NestedPolicyType">
827
+ <xs:annotation>
828
+ <xs:documentation xml:lang="en">
829
+ 7.3 TransportBinding Assertion
830
+ </xs:documentation>
831
+ </xs:annotation>
832
+ </xs:element>
833
+ <!-- AlgorithmSuite defined above. -->
834
+ <!-- Layout defined above. -->
835
+
836
+ <xs:element name="IncludeTimestamp" type="tns:QNameAssertionType">
837
+ <xs:annotation>
838
+ <xs:documentation xml:lang="en">
839
+ 7.3 TransportBinding Assertion
840
+ </xs:documentation>
841
+ </xs:annotation>
842
+ </xs:element>
843
+
844
+ <xs:element name="SymmetricBinding" type="tns:NestedPolicyType">
845
+ <xs:annotation>
846
+ <xs:documentation xml:lang="en">
847
+ 7.4 SymmetricBinding Assertion
848
+ </xs:documentation>
849
+ </xs:annotation>
850
+ </xs:element>
851
+ <xs:element name="EncryptionToken" type="tns:NestedPolicyType">
852
+ <xs:annotation>
853
+ <xs:documentation xml:lang="en">
854
+ 7.4 SymmetricBinding Assertion
855
+ </xs:documentation>
856
+ </xs:annotation>
857
+ </xs:element>
858
+ <xs:element name="SignatureToken" type="tns:NestedPolicyType">
859
+ <xs:annotation>
860
+ <xs:documentation xml:lang="en">
861
+ 8=7.4 SymmetricBinding Assertion
862
+ </xs:documentation>
863
+ </xs:annotation>
864
+ </xs:element>
865
+ <xs:element name="ProtectionToken" type="tns:NestedPolicyType">
866
+ <xs:annotation>
867
+ <xs:documentation xml:lang="en">
868
+ 7.4 SymmetricBinding Assertion
869
+ </xs:documentation>
870
+ </xs:annotation>
871
+ </xs:element>
872
+ <!-- AlgorithmSuite defined above. -->
873
+ <!-- Layout defined above. -->
874
+ <!-- IncludeTimestamp defined above. -->
875
+
876
+ <xs:element name="EncryptBeforeSigning" type="tns:QNameAssertionType">
877
+ <xs:annotation>
878
+ <xs:documentation xml:lang="en">
879
+ 7.4 SymmetricBinding Assertion
880
+ </xs:documentation>
881
+ </xs:annotation>
882
+ </xs:element>
883
+ <xs:element name="EncryptSignature" type="tns:QNameAssertionType">
884
+ <xs:annotation>
885
+ <xs:documentation xml:lang="en">
886
+ 7.4 SymmetricBinding Assertion
887
+ </xs:documentation>
888
+ </xs:annotation>
889
+ </xs:element>
890
+ <xs:element name="ProtectTokens" type="tns:QNameAssertionType">
891
+ <xs:annotation>
892
+ <xs:documentation xml:lang="en">
893
+ 7.4 SymmetricBinding Assertion
894
+ </xs:documentation>
895
+ </xs:annotation>
896
+ </xs:element>
897
+ <xs:element name="OnlySignEntireHeadersAndBody" type="tns:QNameAssertionType">
898
+ <xs:annotation>
899
+ <xs:documentation xml:lang="en">
900
+ 7.4 SymmetricBinding Assertion
901
+ </xs:documentation>
902
+ </xs:annotation>
903
+ </xs:element>
904
+
905
+ <xs:element name="AsymmetricBinding" type="tns:NestedPolicyType">
906
+ <xs:annotation>
907
+ <xs:documentation xml:lang="en">
908
+ 7.5 AsymmetricBinding Assertion
909
+ </xs:documentation>
910
+ </xs:annotation>
911
+ </xs:element>
912
+
913
+ <xs:element name="InitiatorToken" type="tns:NestedPolicyType">
914
+ <xs:annotation>
915
+ <xs:documentation xml:lang="en">
916
+ 7.5 AsymmetricBinding Assertion
917
+ </xs:documentation>
918
+ </xs:annotation>
919
+ </xs:element>
920
+
921
+ <xs:element name="InitiatorSignatureToken" type="tns:NestedPolicyType">
922
+ <xs:annotation>
923
+ <xs:documentation xml:lang="en">
924
+ 7.5 AsymmetricBinding Assertion
925
+ </xs:documentation>
926
+ </xs:annotation>
927
+ </xs:element>
928
+
929
+ <xs:element name="InitiatorEncryptionToken" type="tns:NestedPolicyType">
930
+ <xs:annotation>
931
+ <xs:documentation xml:lang="en">
932
+ 7.5 AsymmetricBinding Assertion
933
+ </xs:documentation>
934
+ </xs:annotation>
935
+ </xs:element>
936
+
937
+ <xs:element name="RecipientToken" type="tns:NestedPolicyType">
938
+ <xs:annotation>
939
+ <xs:documentation xml:lang="en">
940
+ 7.5 AsymmetricBinding Assertion
941
+ </xs:documentation>
942
+ </xs:annotation>
943
+ </xs:element>
944
+
945
+ <xs:element name="RecipientSignatureToken" type="tns:NestedPolicyType">
946
+ <xs:annotation>
947
+ <xs:documentation xml:lang="en">
948
+ 7.5 AsymmetricBinding Assertion
949
+ </xs:documentation>
950
+ </xs:annotation>
951
+ </xs:element>
952
+
953
+ <xs:element name="RecipientEncryptionToken" type="tns:NestedPolicyType">
954
+ <xs:annotation>
955
+ <xs:documentation xml:lang="en">
956
+ 7.5 AsymmetricBinding Assertion
957
+ </xs:documentation>
958
+ </xs:annotation>
959
+ </xs:element>
960
+ <!-- AlgorithmSuite defined above. -->
961
+ <!-- Layout defined above. -->
962
+ <!-- IncludeTimestamp defined above. -->
963
+ <!-- EncryptBeforeSigning defined above. -->
964
+ <!-- EncryptSignature defined above. -->
965
+ <!-- ProtectTokens defined above. -->
966
+ <!-- OnlySignEntireHeadersAndBody defined above. -->
967
+
968
+ <!--
969
+ 8. Supporting Tokens
970
+ -->
971
+ <xs:element name="SupportingTokens" type="tns:NestedPolicyType">
972
+ <xs:annotation>
973
+ <xs:documentation xml:lang="en">
974
+ 8.1 SupportingTokens Assertion
975
+ </xs:documentation>
976
+ </xs:annotation>
977
+ </xs:element>
978
+ <!-- AlgorithmSuite defined above. -->
979
+ <!-- SignedParts defined above. -->
980
+ <!-- SignedElements defined above. -->
981
+ <!-- EncryptedParts defined above. -->
982
+ <!-- EncryptedElements defined above. -->
983
+
984
+ <xs:element name="SignedSupportingTokens" type="tns:NestedPolicyType">
985
+ <xs:annotation>
986
+ <xs:documentation xml:lang="en">
987
+ 8.2 SignedSupportingTokens Assertion
988
+ </xs:documentation>
989
+ </xs:annotation>
990
+ </xs:element>
991
+ <!-- AlgorithmSuite defined above. -->
992
+ <!-- SignedParts defined above. -->
993
+ <!-- SignedElements defined above. -->
994
+ <!-- EncryptedParts defined above. -->
995
+ <!-- EncryptedElements defined above. -->
996
+
997
+ <xs:element name="EndorsingSupportingTokens" type="tns:NestedPolicyType">
998
+ <xs:annotation>
999
+ <xs:documentation xml:lang="en">
1000
+ 8.3 EndorsingSupportingTokens Assertion
1001
+ </xs:documentation>
1002
+ </xs:annotation>
1003
+ </xs:element>
1004
+ <!-- AlgorithmSuite defined above. -->
1005
+ <!-- SignedParts defined above. -->
1006
+ <!-- SignedElements defined above. -->
1007
+ <!-- EncryptedParts defined above. -->
1008
+ <!-- EncryptedElements defined above. -->
1009
+
1010
+ <xs:element name="SignedEndorsingSupportingTokens" type="tns:NestedPolicyType">
1011
+ <xs:annotation>
1012
+ <xs:documentation xml:lang="en">
1013
+ 8.4 SignedEndorsingSupportingTokens Assertion
1014
+ </xs:documentation>
1015
+ </xs:annotation>
1016
+ </xs:element>
1017
+ <!-- AlgorithmSuite defined above. -->
1018
+ <!-- SignedParts defined above. -->
1019
+ <!-- SignedElements defined above. -->
1020
+ <!-- EncryptedParts defined above. -->
1021
+ <!-- EncryptedElements defined above. -->
1022
+
1023
+ <xs:element name="SignedEncryptedSupportingTokens" type="tns:NestedPolicyType">
1024
+ <xs:annotation>
1025
+ <xs:documentation xml:lang="en">
1026
+ 8.5 SignedEncryptedSupportingTokens Assertion
1027
+ </xs:documentation>
1028
+ </xs:annotation>
1029
+ </xs:element>
1030
+ <!-- AlgorithmSuite defined above. -->
1031
+ <!-- SignedParts defined above. -->
1032
+ <!-- SignedElements defined above. -->
1033
+ <!-- EncryptedParts defined above. -->
1034
+ <!-- EncryptedElements defined above. -->
1035
+
1036
+ <xs:element name="EncryptedSupportingTokens" type="tns:NestedPolicyType">
1037
+ <xs:annotation>
1038
+ <xs:documentation xml:lang="en">
1039
+ 8.6 EncryptedSupportingTokens Assertion
1040
+ </xs:documentation>
1041
+ </xs:annotation>
1042
+ </xs:element>
1043
+ <!-- AlgorithmSuite defined above. -->
1044
+ <!-- SignedParts defined above. -->
1045
+ <!-- SignedElements defined above. -->
1046
+ <!-- EncryptedParts defined above. -->
1047
+ <!-- EncryptedElements defined above. -->
1048
+
1049
+ <xs:element name="EndorsingEncryptedSupportingTokens" type="tns:NestedPolicyType">
1050
+ <xs:annotation>
1051
+ <xs:documentation xml:lang="en">
1052
+ 8.7 EndorsingEncryptedSupportingTokens Assertion
1053
+ </xs:documentation>
1054
+ </xs:annotation>
1055
+ </xs:element>
1056
+ <!-- AlgorithmSuite defined above. -->
1057
+ <!-- SignedParts defined above. -->
1058
+ <!-- SignedElements defined above. -->
1059
+ <!-- EncryptedParts defined above. -->
1060
+ <!-- EncryptedElements defined above. -->
1061
+
1062
+ <xs:element name="SignedEndorsingEncryptedSupportingTokens" type="tns:NestedPolicyType">
1063
+ <xs:annotation>
1064
+ <xs:documentation xml:lang="en">
1065
+ 8.8 SignedEndorsingEncryptedSupportingTokens Assertion
1066
+ </xs:documentation>
1067
+ </xs:annotation>
1068
+ </xs:element>
1069
+ <!-- AlgorithmSuite defined above. -->
1070
+ <!-- SignedParts defined above. -->
1071
+ <!-- SignedElements defined above. -->
1072
+ <!-- EncryptedParts defined above. -->
1073
+ <!-- EncryptedElements defined above. -->
1074
+
1075
+ <!--
1076
+ 9. WSS: SOAP Message Security Options
1077
+ -->
1078
+ <xs:element name="Wss10" type="tns:NestedPolicyType">
1079
+ <xs:annotation>
1080
+ <xs:documentation xml:lang="en">
1081
+ 9.1 Wss10 Assertion
1082
+ </xs:documentation>
1083
+ </xs:annotation>
1084
+ </xs:element>
1085
+
1086
+ <xs:element name="MustSupportRefKeyIdentifier" type="tns:QNameAssertionType">
1087
+ <xs:annotation>
1088
+ <xs:documentation xml:lang="en">
1089
+ 9.1 Wss10 Assertion
1090
+ </xs:documentation>
1091
+ </xs:annotation>
1092
+ </xs:element>
1093
+ <xs:element name="MustSupportRefIssuerSerial" type="tns:QNameAssertionType">
1094
+ <xs:annotation>
1095
+ <xs:documentation xml:lang="en">
1096
+ 9.1 Wss10 Assertion
1097
+ </xs:documentation>
1098
+ </xs:annotation>
1099
+ </xs:element>
1100
+ <xs:element name="MustSupportRefExternalURI" type="tns:QNameAssertionType">
1101
+ <xs:annotation>
1102
+ <xs:documentation xml:lang="en">
1103
+ 9.1 Wss10 Assertion
1104
+ </xs:documentation>
1105
+ </xs:annotation>
1106
+ </xs:element>
1107
+ <xs:element name="MustSupportRefEmbeddedToken" type="tns:QNameAssertionType">
1108
+ <xs:annotation>
1109
+ <xs:documentation xml:lang="en">
1110
+ 9.1 Wss10 Assertion
1111
+ </xs:documentation>
1112
+ </xs:annotation>
1113
+ </xs:element>
1114
+
1115
+ <xs:element name="Wss11" type="tns:NestedPolicyType">
1116
+ <xs:annotation>
1117
+ <xs:documentation xml:lang="en">
1118
+ 9.2 Wss11 Assertion
1119
+ </xs:documentation>
1120
+ </xs:annotation>
1121
+ </xs:element>
1122
+ <!-- MustSupportRefKeyIdentifier defined above. -->
1123
+ <!-- MustSupportRefIssuerSerial defined above. -->
1124
+ <!-- MustSupportRefExternalURI defined above. -->
1125
+ <!-- MustSupportRefEmbeddedToken defined above. -->
1126
+
1127
+ <xs:element name="MustSupportRefThumbprint" type="tns:QNameAssertionType">
1128
+ <xs:annotation>
1129
+ <xs:documentation xml:lang="en">
1130
+ 9.2 Wss11 Assertion
1131
+ </xs:documentation>
1132
+ </xs:annotation>
1133
+ </xs:element>
1134
+ <xs:element name="MustSupportRefEncryptedKey" type="tns:QNameAssertionType">
1135
+ <xs:annotation>
1136
+ <xs:documentation xml:lang="en">
1137
+ 9.2 Wss11 Assertion
1138
+ </xs:documentation>
1139
+ </xs:annotation>
1140
+ </xs:element>
1141
+ <xs:element name="RequireSignatureConfirmation" type="tns:QNameAssertionType">
1142
+ <xs:annotation>
1143
+ <xs:documentation xml:lang="en">
1144
+ 9.2 Wss11 Assertion
1145
+ </xs:documentation>
1146
+ </xs:annotation>
1147
+ </xs:element>
1148
+
1149
+ <!--
1150
+ 10. WS-Trust Options
1151
+ -->
1152
+ <xs:element name="Trust13" type="tns:NestedPolicyType">
1153
+ <xs:annotation>
1154
+ <xs:documentation xml:lang="en">
1155
+ 10.1 Trust13 Assertion
1156
+ </xs:documentation>
1157
+ </xs:annotation>
1158
+ </xs:element>
1159
+
1160
+ <xs:element name="MustSupportClientChallenge" type="tns:QNameAssertionType">
1161
+ <xs:annotation>
1162
+ <xs:documentation xml:lang="en">
1163
+ 10.1 Trust13 Assertion
1164
+ </xs:documentation>
1165
+ </xs:annotation>
1166
+ </xs:element>
1167
+ <xs:element name="MustSupportServerChallenge" type="tns:QNameAssertionType">
1168
+ <xs:annotation>
1169
+ <xs:documentation xml:lang="en">
1170
+ 10.1 Trust13 Assertion
1171
+ </xs:documentation>
1172
+ </xs:annotation>
1173
+ </xs:element>
1174
+ <xs:element name="RequireClientEntropy" type="tns:QNameAssertionType">
1175
+ <xs:annotation>
1176
+ <xs:documentation xml:lang="en">
1177
+ 10.1 Trust13 Assertion
1178
+ </xs:documentation>
1179
+ </xs:annotation>
1180
+ </xs:element>
1181
+ <xs:element name="RequireServerEntropy" type="tns:QNameAssertionType">
1182
+ <xs:annotation>
1183
+ <xs:documentation xml:lang="en">
1184
+ 10.1 Trust13 Assertion
1185
+ </xs:documentation>
1186
+ </xs:annotation>
1187
+ </xs:element>
1188
+ <xs:element name="MustSupportIssuedTokens" type="tns:QNameAssertionType">
1189
+ <xs:annotation>
1190
+ <xs:documentation xml:lang="en">
1191
+ 10.1 Trust13 Assertion
1192
+ </xs:documentation>
1193
+ </xs:annotation>
1194
+ </xs:element>
1195
+ <xs:element name="RequireRequestSecurityTokenCollection" type="tns:QNameAssertionType">
1196
+ <xs:annotation>
1197
+ <xs:documentation xml:lang="en">
1198
+ 10.1 Trust13 Assertion
1199
+ </xs:documentation>
1200
+ </xs:annotation>
1201
+ </xs:element>
1202
+ <xs:element name="RequireAppiesTo" type="tns:QNameAssertionType">
1203
+ <xs:annotation>
1204
+ <xs:documentation xml:lang="en">
1205
+ 10.1 Trust13 Assertion
1206
+ </xs:documentation>
1207
+ </xs:annotation>
1208
+ </xs:element>
1209
+
1210
+ </xs:schema>`,
1211
+ };