source: aai/check-saml-metadata/saml-schema/sstc-saml1x-metadata.xsd @ 5962

Last change on this file since 5962 was 5962, checked in by Sander Maijers, 9 years ago
  • Add a schema relevant to SAML metadata.
  • Modify mime-type of schemas.
  • Refer to SAML metadata guidelines at

https://www.clarin.eu/content/guidelines-saml-metadata-about-your-sp in SAML metadata about
SPF SPs in document header.

  • Remove extraneous whitespace, erroneous newlines, reformat XML and improve punctuation and

spelling in SAML metadata about SPF SPs.

  • Remove signature from BAS EntityDescriptor? to allow modification and reduce technical issues

(the SAML metadata guidelines will be updated to reflect this measure).

  • Improve metadata about CMU SPs (ticket #732).
  • Property svn:mime-type set to text/xml
File size: 844 bytes
Line 
1<schema
2    targetNamespace="urn:oasis:names:tc:SAML:profiles:v1metadata"
3    xmlns:saml1md="urn:oasis:names:tc:SAML:profiles:v1metadata"
4    xmlns="http://www.w3.org/2001/XMLSchema"
5    elementFormDefault="unqualified"
6    attributeFormDefault="unqualified"
7    blockDefault="substitution"
8    version="2.0">
9    <annotation>
10        <documentation>
11            Document identifier: sstc-saml1x-metadata
12            Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security
13            Revision history:
14            V1.0 (July 2006):
15              Initial version.
16        </documentation>
17    </annotation>
18    <element name="SourceID">
19        <simpleType>
20            <restriction base="string">
21                <pattern value="[a-f0-9]{40}"/>
22            </restriction>
23        </simpleType>
24    </element>
25</schema>
Note: See TracBrowser for help on using the repository browser.