diff options
Diffstat (limited to 'schema.xsd')
-rw-r--r-- | schema.xsd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/schema.xsd b/schema.xsd new file mode 100644 index 0000000..fc176e6 --- /dev/null +++ b/schema.xsd @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="US-ASCII"?> +<schema targetNamespace="aggregate" xmlns="http://www.w3.org/2001/XMLSchema" version="1.2"> +<import namespace="urn:mace:shibboleth:2.0:afp" schemaLocation="shibboleth-afp.xsd"/> +<import namespace="urn:oasis:names:tc:SAML:2.0:assertion" schemaLocation="saml-schema-assertion-2.0.xsd"/> +<import namespace="urn:mace:shibboleth:3.0:native:sp:config" schemaLocation="shibboleth-3.0-native-sp-config.xsd"/> +<import namespace="urn:mace:shibboleth:2.0:attribute-map" schemaLocation="shibboleth-2.0-attribute-map.xsd"/> +<import namespace="urn:mace:shibboleth:2.0:resolver" schemaLocation="shibboleth-attribute-resolver.xsd"/> +</schema> |