1<?xml version="1.0" encoding="UTF-8"?>
2<xs:schema
3  targetNamespace="urn:oasis:names:tc:SAML:2.0:ac"
4  xmlns:xs="http://www.w3.org/2001/XMLSchema"
5  xmlns="urn:oasis:names:tc:SAML:2.0:ac"
6  blockDefault="substitution"
7  version="2.0">
8
9  <xs:annotation>
10    <xs:documentation>
11      Document identifier: saml-schema-authn-context-2.0
12      Location: http://docs.oasis-open.org/security/saml/v2.0/
13      Revision history:
14        V2.0 (March, 2005):
15          New core authentication context schema for SAML V2.0.
16          This is just an include of all types from the schema
17          referred to in the include statement below.
18    </xs:documentation>
19  </xs:annotation>
20
21  <xs:include schemaLocation="saml-schema-authn-context-types-2.0.xsd"/>
22
23</xs:schema>