diff options
author | Leif Johansson <leifj@sunet.se> | 2010-11-23 16:04:41 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2010-11-23 16:04:41 +0100 |
commit | 41a81d75d9db22e9b27ab19c2fc733be35449620 (patch) | |
tree | 5b5a1ceb640d658c14b6ed8fa0a0bcfc35caedf4 /schema.xsd | |
parent | c5ad28f17d9adb218e10f23b88e6fe62402ab81c (diff) |
new schema files and aggregated schema files
Diffstat (limited to 'schema.xsd')
-rw-r--r-- | schema.xsd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/schema.xsd b/schema.xsd new file mode 100644 index 00000000..4c47b877 --- /dev/null +++ b/schema.xsd @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="US-ASCII"?> +<schema targetNamespace="aggregate" xmlns="http://www.w3.org/2001/XMLSchema" version="1.2"> +<import namespace="http://docs.oasis-open.org/wsfed/federation/200706" schemaLocation="ws-federation.xsd"/> +<import namespace="http://docs.oasis-open.org/wsfed/authorization/200706" schemaLocation="ws-authorization.xsd"/> +<import namespace="urn:oasis:names:tc:SAML:2.0:assertion" schemaLocation="sstc-saml-schema-assertion-2.0.xsd"/> +<import namespace="urn:oasis:names:tc:SAML:2.0:metadata" schemaLocation="sstc-saml-schema-metadata-2.0.xsd"/> +<import namespace="urn:oasis:names:tc:SAML:1.0:assertion" schemaLocation="cs-sstc-schema-assertion-1.1.xsd"/> +<import namespace="urn:oasis:names:tc:SAML:2.0:metadata:ui" schemaLocation="mdui-schema.xsd"/> +<import namespace="http://schemas.xmlsoap.org/ws/2004/09/mex" schemaLocation="MetadataExchange.xsd"/> +<import namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" schemaLocation="oasis-200401-wss-wssecurity-secext-1.0.xsd"/> +<import namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" schemaLocation="oasis-200401-wss-wssecurity-utility-1.0.xsd"/> +<import namespace="http://docs.oasis-open.org/wsfed/privacy/200706" schemaLocation="privacy.xsd"/> +<import namespace="urn:mace:shibboleth:metadata:1.0" schemaLocation="shibboleth-metadata-1.0.xsd"/> +<import namespace="urn:mace:shibboleth:trust:1.0" schemaLocation="shibboleth-trust-1.0.xsd"/> +<import namespace="urn:mace:shibboleth:1.0" schemaLocation="shibboleth.xsd"/> +<import namespace="urn:oasis:names:tc:SAML:metadata:attribute" schemaLocation="sstc-metadata-attr.xsd"/> +<import namespace="urn:oasis:names:tc:SAML:metadata:algsupport" schemaLocation="sstc-saml-metadata-algsupport.xsd"/> +</schema> |