summaryrefslogtreecommitdiff
path: root/schema/sstc-metadata-attr.xsd
diff options
context:
space:
mode:
authorBjörn Mattsson <bjorn@sunet.se>2023-03-06 11:22:05 +0100
committerBjörn Mattsson <bjorn@sunet.se>2023-03-06 11:22:05 +0100
commit467dbdbf3d7212e25ee69daeaadd8adba7c7c5b8 (patch)
treed3576d5f2d4b5cc676c0a12ef8f8c3c83b474bf5 /schema/sstc-metadata-attr.xsd
parentbc1d55080e5d42e6ef2bba892d640aa8f68bbc90 (diff)
Moved files to make ths repo signed
Diffstat (limited to 'schema/sstc-metadata-attr.xsd')
-rw-r--r--schema/sstc-metadata-attr.xsd35
1 files changed, 0 insertions, 35 deletions
diff --git a/schema/sstc-metadata-attr.xsd b/schema/sstc-metadata-attr.xsd
deleted file mode 100644
index 63c2c0a1..00000000
--- a/schema/sstc-metadata-attr.xsd
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema
- targetNamespace="urn:oasis:names:tc:SAML:metadata:attribute"
- xmlns="http://www.w3.org/2001/XMLSchema"
- xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
- xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"
- elementFormDefault="unqualified"
- attributeFormDefault="unqualified"
- blockDefault="substitution"
- version="2.0">
-
- <annotation>
- <documentation>
- Document title: SAML V2.0 Metadata Extention for Entity Attributes Schema
- Document identifier: sstc-metadata-attr.xsd
- Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security
- Revision history:
- V1.0 (November 2008):
- Initial version.
- </documentation>
- </annotation>
-
- <import namespace="urn:oasis:names:tc:SAML:2.0:assertion"
- schemaLocation="sstc-saml-schema-assertion-2.0.xsd"/>
-
- <element name="EntityAttributes" type="mdattr:EntityAttributesType"/>
- <complexType name="EntityAttributesType">
- <choice maxOccurs="unbounded">
- <element ref="saml:Attribute"/>
- <element ref="saml:Assertion"/>
- </choice>
- </complexType>
-
-</schema>
-