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