<?xml version='1.0'?>
<!-- NOTE: this file is autogenerated by Apache XBean -->

<xs:schema elementFormDefault='qualified'
           targetNamespace='urn:org:gatein:sso:josso:plugin:gateinidentityplugin'
           xmlns:xs='http://www.w3.org/2001/XMLSchema'
           xmlns:tns='urn:org:gatein:sso:josso:plugin:gateinidentityplugin'>

  <!-- element for type: org.gatein.sso.josso.plugin.GateinIdentityPlugin -->
  <xs:element name='gatein-store'>
    <xs:annotation>
      <xs:documentation><![CDATA[
        Identity plugin implementation for JOSSO 1
      ]]></xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:element name='authenticationScheme' minOccurs='0' maxOccurs='1'>
          <xs:complexType>
            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
      </xs:sequence>
      <xs:attribute name='authenticationScheme' type='xs:string'/>
      <xs:attribute name='id' type='xs:ID'/>
      <xs:anyAttribute namespace='##other' processContents='lax'/>
    </xs:complexType>
  </xs:element>


</xs:schema>
