﻿<?xml version="1.0" encoding="UTF-8"?>

<!-- From: http://developers.sun.com/techtopics/identity/interop/web_sso_mex_may2005.xsd
Copyright Notice
(c) 2005 Microsoft Corporation, Inc. and Sun Microsystems, Inc. All rights reserved.

Permission to copy and display the Web Single Sign-On Metadata Exchange Protocol, which includes its associated WSDL and Schema files and any other associated metadata (the “Specification”), in any medium without fee or royalty is hereby granted, provided that you include the following on ALL copies of the Specification that you make:

1.	A link or URL to the Specification at one of the Authors’ websites 
2.	The copyright notice as shown in the Specification.

Microsoft and Sun (collectively, the “Co-Developers”) each agree to grant you a license, under royalty-free and otherwise reasonable, non-discriminatory terms and conditions, to their respective essential patent claims that are necessary to implement the Specification.
 
THE SPECIFICATIONS ARE PROVIDED "AS IS," AND THE CO-DEVELOPERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE SPECIFICATIONS ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.

THE CO-DEVELOPERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR DISTRIBUTION OF THE SPECIFICATIONS.

The name and trademarks of the Co-Developers may NOT be used in any manner, including advertising or publicity pertaining to the Specifications or their contents without specific, written prior permission. Title to copyright in the Specifications will at all times remain with the Co-Developers.

No other rights are granted by implication, estoppel or otherwise.

-->

<xs:schema
    targetNamespace="http://schemas.xmlsoap.org/ws/2005/04/ssi"
    xmlns:ssi="http://schemas.xmlsoap.org/ws/2005/04/ssi"
    xmlns:s11="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified"
    blockDefault="#all" >

  <xs:import
      namespace="http://schemas.xmlsoap.org/soap/envelope/"
      schemaLocation="http://schemas.xmlsoap.org/soap/envelope/" />

  <xs:import
      namespace="http://www.w3.org/2003/05/soap-envelope"
      schemaLocation="http://www.w3.org/2003/05/soap-envelope" />

  <xs:element name="SsiProtocolSuiteHandler" type="ssi:EmptyHeaderType" />

  <xs:complexType name="EmptyHeaderType" >
    <xs:complexContent>
      <xs:restriction base="xs:anyType" >
        <xs:attribute ref="s11:actor" />
        <xs:attribute ref="s11:mustUnderstand" />
        <xs:attribute ref="s12:relay" />
        <xs:attribute ref="s12:role" />
        <xs:attribute ref="s12:mustUnderstand" />
        <xs:anyAttribute namespace="##any" processContents="lax" />
      </xs:restriction>
    </xs:complexContent>
  </xs:complexType>

  <xs:element name="ID-FF_12" type="ssi:EmptyType" />
  <xs:element name="WSFed_10" type="ssi:EmptyType" />

  <xs:complexType name="EmptyType" >
    <xs:complexContent>
      <xs:restriction base="xs:anyType" >
        <xs:anyAttribute namespace="##any" processContents="lax" />
      </xs:restriction>
    </xs:complexContent>
  </xs:complexType>

</xs:schema>