diff options
Diffstat (limited to 'metadata/schema/sstc-saml-idp-discovery.xsd')
-rw-r--r-- | metadata/schema/sstc-saml-idp-discovery.xsd | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/metadata/schema/sstc-saml-idp-discovery.xsd b/metadata/schema/sstc-saml-idp-discovery.xsd new file mode 100644 index 00000000..00da6a38 --- /dev/null +++ b/metadata/schema/sstc-saml-idp-discovery.xsd @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<schema xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" + xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" + xmlns="http://www.w3.org/2001/XMLSchema" + targetNamespace="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" + elementFormDefault="unqualified" + attributeFormDefault="unqualified" + blockDefault="substitution" + version="1.0"> + + <annotation> + <documentation> + Document identifier: sstc-saml-idp-discovery + Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security + Revision history: + V1.0 (January 2007): + Initial version. + </documentation> + </annotation> + + <import namespace="urn:oasis:names:tc:SAML:2.0:metadata" schemaLocation="classpath:/schema/saml-schema-metadata-2.0.xsd" /> + + <element name="DiscoveryResponse" type="md:IndexedEndpointType" /> + +</schema> |