<?xml version="1.0" encoding="UTF-8"?>
<schema 
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  elementFormDefault="qualified"
  version="2.0">
 
 <xs:annotation>
 <xs:documentation>
       Document title: SAML AC Extension Schema for Shared Credentials
      Document identifier: sstc-saml-protocol-ext-sc.xsd
      Revision history:
      V1.0 (September 2006):
</xs:documentation>
</xs:annotation>
    
<element name="SharedCredential" type="SharedCredentialType"/>
     
<xs:annotation>
	<xs:documentation>The SharedCredential Extension MUST NOT occur any other place than in the Extension element of the PrincipalAuthenticatioMechanism element within a 
      an Authentication Context declaration. A value of '0' for the extensions content indicates that the credential by which a user authenticated was not shared, a value of '1' that
      the credential by which a user authenticated was shared,
	</xs:documentation>
</xs:annotation>
    
<complexType name="SharedCredentialType">
	<simpleContent>
		<extension  base="xs:boolean"/>
	</simpleContent>
</complexType>
    
</schema>
