diff options
author | Björn Mattsson <bjorn@sunet.se> | 2023-03-06 11:22:05 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2023-03-06 11:22:05 +0100 |
commit | 467dbdbf3d7212e25ee69daeaadd8adba7c7c5b8 (patch) | |
tree | d3576d5f2d4b5cc676c0a12ef8f8c3c83b474bf5 /schema/shibboleth-metadata-1.0.xsd | |
parent | bc1d55080e5d42e6ef2bba892d640aa8f68bbc90 (diff) |
Moved files to make ths repo signed
Diffstat (limited to 'schema/shibboleth-metadata-1.0.xsd')
-rw-r--r-- | schema/shibboleth-metadata-1.0.xsd | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/schema/shibboleth-metadata-1.0.xsd b/schema/shibboleth-metadata-1.0.xsd deleted file mode 100644 index be1441dd..00000000 --- a/schema/shibboleth-metadata-1.0.xsd +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="US-ASCII"?> -<schema targetNamespace="urn:mace:shibboleth:metadata:1.0" - xmlns="http://www.w3.org/2001/XMLSchema" - xmlns:ds="http://www.w3.org/2000/09/xmldsig#" - elementFormDefault="unqualified" - attributeFormDefault="unqualified" - version="1.0"> - - <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd"/> - - <element name="Scope"> - <annotation> - <documentation> - SAML metadata extension used to regulate allowable attribute scopes. - </documentation> - </annotation> - <complexType> - <simpleContent> - <extension base="string"> - <attribute name="regexp" type="boolean" use="optional" default="false"/> - </extension> - </simpleContent> - </complexType> - </element> - - <element name="KeyAuthority"> - <annotation> - <documentation> - Binds keying authorities to the system entity/entities to which the enclosing - metadata element applies. - </documentation> - </annotation> - <complexType> - <sequence> - <element ref="ds:KeyInfo" maxOccurs="unbounded"/> - </sequence> - <attribute name="VerifyDepth" type="unsignedByte" use="optional" default="1"/> - <anyAttribute namespace="##other" processContents="lax"/> - </complexType> - </element> - -</schema> |