<?xml version="1.0" encoding="UTF-8"?>
<xs:schema 
  targetNamespace="urn:oasis:names:tc:SAML:2.0:ac"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns="urn:oasis:names:tc:SAML:2.0:ac">

  <xs:annotation>
    <xs:documentation>
      Document identifier: sstc-saml-schema-authn-context-2.0
      Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security
      Revision history:
        V2.0 CD-03 (December, 2004):
          New core authentication context schema for SAML V2.0. 
          This is just an include of all types from the schema
          referred to in the include statement below.
    </xs:documentation>
  </xs:annotation>

  <xs:include schemaLocation="sstc-saml-schema-authn-context-types-2.0.xsd"/>

</xs:schema>