File: sp_type.xsd

package info (click to toggle)
python-pysaml2 4.5.0-4%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 27,664 kB
  • sloc: xml: 229,124; python: 61,007; makefile: 160; sh: 107
file content (16 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (3)
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>