Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
inc-meta/mdx/schema/sstc-saml-idp-discovery.xsd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
22 lines (22 sloc)
918 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<schema | |
targetNamespace="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" | |
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" | |
elementFormDefault="unqualified" | |
attributeFormDefault="unqualified" | |
blockDefault="substitution" | |
version="2.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="saml-schema-metadata-2.0.xsd"/> | |
<element name="DiscoveryResponse" type="md:IndexedEndpointType"/> | |
</schema> |