23 lines
762 B
XML
23 lines
762 B
XML
|
<?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"
|
||
|
blockDefault="substitution"
|
||
|
version="2.0">
|
||
|
|
||
|
<xs:annotation>
|
||
|
<xs:documentation>
|
||
|
Document identifier: saml-schema-authn-context-2.0
|
||
|
Location: http://docs.oasis-open.org/security/saml/v2.0/
|
||
|
Revision history:
|
||
|
V2.0 (March, 2005):
|
||
|
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="saml-schema-authn-context-types-2.0.xsd"/>
|
||
|
|
||
|
</xs:schema>
|