Skip to content

Commit

Permalink
Update to metadata schema version 1.6 to get dsig include.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Apr 27, 2005
1 parent dd02491 commit 520f149
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions xml/shibboleth-metadata-1.0.xsd
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?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>
Expand All @@ -21,13 +24,13 @@
</element>

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

0 comments on commit 520f149

Please sign in to comment.