Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
inc-meta/mdx/schema/sstc-metadata-attr.xsd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See ukf/ukf-meta#134.
25 lines (21 sloc)
1.09 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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="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> |