summaryrefslogtreecommitdiff
path: root/schema/mdui-schema.xsd
blob: 03ca32a5c90feb3a158d3b0e1bf7113abbf5d98c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<schema targetNamespace="urn:oasis:names:tc:SAML:2.0:metadata:ui"
	    xmlns:mdui="urn:oasis:names:tc:SAML:2.0:metadata:ui"
        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" >

    <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="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>

    <annotation>
	    <documentation>
			Document identifier: TODO
            Location: TODO
            Revision history: TODO
		</documentation>
	</annotation>

    <element name="DisplayName" type="md:localizedNameType" />

    <element name="Description" type="md:localizedNameType" />

    <element name="Logo" type="mdui:LogoType" />
	<complexType name="LogoType">
	   <simpleContent>
	      <extension base="string">
	         <attribute ref="xml:lang" use="optional"/>
	         <attribute name="href" type="anyURI" use="optional"/>
	         <attribute name="height" type="positiveInteger" use="optional" />
	         <attribute name="width" type="positiveInteger" use="optional" />
	      </extension>
	   </simpleContent>
	</complexType>
	
	<element name="InformationURL" type="md:localizedURIType" />
	
	<element name="PrivacyStatementURL" type="md:localizedURIType" />
	
	<element name="IPHint" type="string" />
	
	<element name="DomainHint" type="string" />
	
	<element name="GeolocationHint" type="string" />
	
</schema>