Skip to content

Commit

Permalink
XML Schema for Shibboleth SAML 2.0 metadata extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 16, 2005
1 parent 6ffc2da commit ef1555b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions xml/shibboleth-metadata-1.0.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="US-ASCII"?>
<schema targetNamespace="urn:mace:shibboleth:metadata:1.0"
xmlns="http://www.w3.org/2001/XMLSchema"
elementFormDefault="unqualified"
attributeFormDefault="unqualified"
version="1.0">

<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">
<complexType>
<annotation>
<documentation>
Binds keying authorities to the system entity/entities to which the enclosing
metadata element applies.
</documentation>
</annotation>
<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>

0 comments on commit ef1555b

Please sign in to comment.