summaryrefslogtreecommitdiff
path: root/tools/data/sp_type.xsd
blob: dbb1418df9498043c48a7f432a81ee7b18976505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
	xmlns="http://eidas.europa.eu/saml-extensions"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	targetNamespace="http://eidas.europa.eu/saml-extensions"
	elementFormDefault="qualified"
	attributeFormDefault="unqualified"
	version="1">
	<xsd:element name="SPType" type="SPTypeType"/>
	<xsd:simpleType name="SPTypeType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="public"/>
			<xsd:enumeration value="private"/>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>